From d08c2c6c9c828703bec00476fa317e5b53f1aa96 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Aug 2024 13:42:48 -0400 Subject: [PATCH] python3: update to 3.12.5. --- srcpkgs/python3/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 0d5a470d738..bf8ff4c2175 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -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