python3: update to 3.11.1.

This commit is contained in:
Andrew J. Hesford 2022-12-10 12:19:32 -05:00
parent 8d5dfff05c
commit 5139b8650d

View file

@ -3,7 +3,7 @@
# THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter".
#
pkgname=python3
version=3.11.0
version=3.11.1
revision=1
build_style="gnu-configure"
configure_args="--enable-shared --enable-ipv6
@ -25,7 +25,7 @@ distfiles="
https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz
${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz
"
checksum="a57dc82d77358617ba65b9841cee1e3b441f386c3789ddc0676eca077f2951c3
checksum="85879192f2cffd56cb16c092905949ebf3e5e394b7f764723529637901dfb58f
ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34"
skip_extraction="${_bluez}.tar.xz"
@ -79,6 +79,7 @@ do_check() {
# test_find_library_with_*: expects functionality patched out for musl
# test_openssl_version: LibreSSL version and OpenSSL_version_num disagree
# test_shared_ciphers: SSL advertises unexpected ciphers
# test_freeze_simple_script: requires in-tree expat, which we removed
#
# Test ignored due to failures for unknown reasons:
# test_session*: anomalies in SSL session handling
@ -86,7 +87,8 @@ do_check() {
local opts="-i test_chown_* -i test_getspnam_exception \
-i test_find_library_with_* -i test_openssl_version \
-i test_shared_ciphers -i test_session* \
-i test_localtime_daylight_*_dst_true"
-i test_localtime_daylight_*_dst_true \
-i test_freeze_simple_script"
make ${makejobs} EXTRATESTOPTS="${opts}" quicktest
}