python3: update to 3.12.5.
This commit is contained in:
parent
096a54b6b2
commit
d08c2c6c9c
|
@ -3,7 +3,7 @@
|
|||
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
|
||||
#
|
||||
pkgname=python3
|
||||
version=3.12.4
|
||||
version=3.12.5
|
||||
revision=1
|
||||
build_style="gnu-configure"
|
||||
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
|
||||
|
@ -25,7 +25,7 @@ distfiles="
|
|||
https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz
|
||||
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
|
||||
"
|
||||
checksum="f6d419a6d8743ab26700801b4908d26d97e8b986e14f95de31b32de2b0e79554
|
||||
checksum="fa8a2e12c5e620b09f53e65bcd87550d2e5a1e2e04bf8ba991dcc55113876397
|
||||
ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
|
||||
skip_extraction="${_bluez}.tar.xz"
|
||||
|
||||
|
@ -98,8 +98,8 @@ do_check() {
|
|||
opts+=" -i test_session*"
|
||||
# overflow in datetime.time.mktime
|
||||
opts+=" -i test_localtime_daylight_*_dst_true"
|
||||
# https://github.com/python/cpython/issues/115133
|
||||
opts+=" -i test_simple_xml"
|
||||
# error handling raises exceptions
|
||||
opts+=" -i test_ftp*"
|
||||
|
||||
if [ "${XBPS_TARGET_LIBC}" = "musl" ]; then
|
||||
# musl doesn't work with locales
|
||||
|
|
Loading…
Reference in New Issue