Skip to content

Commit 73226f1

Browse files
committed
python3: update to 3.13.0.
1 parent 3608376 commit 73226f1

File tree

5 files changed

+12
-55
lines changed

5 files changed

+12
-55
lines changed

common/environment/setup/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}"
77
py2_sitelib="${py2_lib}/site-packages"
88
py2_inc="usr/include/python${py2_ver}"
99

10-
py3_ver="3.12"
10+
py3_ver="3.13"
1111
py3_abiver=""
1212
py3_lib="usr/lib/python${py3_ver}"
1313
py3_sitelib="${py3_lib}/site-packages"

common/hooks/pre-configure/02-script-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ hook() {
238238
generic_wrapper3 libetpan-config
239239
generic_wrapper3 giblib-config
240240
python_wrapper python-config 2.7
241-
python_wrapper python3-config 3.12
241+
python_wrapper python3-config 3.13
242242
apr_apu_wrapper apu-1-config
243243
}

common/shlibs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,8 +1727,8 @@ libportaudio.so.2 portaudio-19.20140130_1
17271727
libportaudiocpp.so.0 portaudio-cpp-19.20140130_1
17281728
libdar.so.6000 libdar-2.6.6_1
17291729
libdar64.so.6000 libdar-2.6.6_1
1730-
libpython3.so python3-3.12.0_1
1731-
libpython3.12.so.1.0 python3-3.12.0_1
1730+
libpython3.so python3-3.13.0_1
1731+
libpython3.13.so.1.0 python3-3.13.0_1
17321732
libbrscandec2.so.1 brother-brscan3-0.2.11_2
17331733
libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2
17341734
libxmlrpc++.so.8 xmlrpc-c-1.51.06_2

srcpkgs/python3/patches/ppc-fixes.patch

Lines changed: 0 additions & 45 deletions
This file was deleted.

srcpkgs/python3/template

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
44
#
55
pkgname=python3
6-
version=3.12.7
6+
version=3.13.0
77
revision=1
88
build_style="gnu-configure"
9-
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
9+
configure_args="--enable-shared --enable-ipv6
1010
--enable-loadable-sqlite-extensions --with-computed-gotos
11-
--with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi
11+
--with-dbmliborder=gdbm:ndbm --with-system-expat
1212
--without-ensurepip ac_cv_working_tzset=yes"
1313
pycompile_dirs="usr/lib/python${version%.*}"
1414
hostmakedepends="pkgconf autoconf-archive automake"
@@ -20,13 +20,13 @@ short_desc="Python programming language (${version%.*} series)"
2020
maintainer="Andrew J. Hesford <ajh@sideband.org>"
2121
license="Python-2.0"
2222
homepage="https://www.python.org"
23-
_bluez="bluez-5.64"
23+
_bluez="bluez-5.76"
2424
distfiles="
2525
https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
2626
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
2727
"
28-
checksum="24887b92e2afd4a2ac602419ad4b596372f67ac9b077190f459aba390faf5550
29-
ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
28+
checksum="086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
29+
55e2c645909ad82d833c42ce85ec20434e0ef0070941b1eab73facdd240bbd63"
3030
skip_extraction="${_bluez}.tar.xz"
3131

3232
alternatives="
@@ -44,6 +44,8 @@ if [ "$CROSS_BUILD" ]; then
4444
hostmakedepends+=" python3"
4545
configure_args+=" --with-build-python=python${py3_ver}"
4646
configure_args+=" ac_cv_broken_sem_getvalue=no"
47+
else
48+
configure_args+=" --enable-optimizations"
4749
fi
4850

4951
post_extract() {

0 commit comments

Comments
 (0)