diff --git a/srcpkgs/python3.11/template b/srcpkgs/python3.11/template index 2431cdb682b..d4c634c3f16 100644 --- a/srcpkgs/python3.11/template +++ b/srcpkgs/python3.11/template @@ -1,7 +1,7 @@ # Template file for 'python3.11' pkgname=python3.11 -version=3.11.7 -revision=2 +version=3.11.8 +revision=1 build_style="gnu-configure" configure_args="--enable-shared --enable-ipv6 --enable-optimizations --enable-loadable-sqlite-extensions --with-computed-gotos @@ -22,7 +22,7 @@ distfiles=" https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz ${KERNEL_SITE}/bluetooth/${_bluez}.tar.xz " -checksum="18e1aa7e66ff3a58423d59ed22815a6954e53342122c45df20c96877c062b9b7 +checksum="9e06008c8901924395bc1da303eac567a729ae012baa182ab39269f650383bb3 ae437e65b6b3070c198bc5b0109fe9cdeb9eaa387380e2072f9de65fe8a1de34" skip_extraction="${_bluez}.tar.xz" @@ -79,11 +79,16 @@ 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" if [ "${XBPS_TARGET_LIBC}" = "musl" ]; then # musl doesn't work with locales opts+=" -i test_locale* -i test_c_locale* -i test__locale" opts+=" -i test_fpathconf" + else + # ctypes libm imports misbehave with glibc linker scripts + opts+=" -i test_issue18060_*" fi make ${makejobs} EXTRATESTOPTS="${opts}" quicktest