From 24005b69b495e8556388bdbb304d42dfb22ecaaa Mon Sep 17 00:00:00 2001 From: "Anthony Sottile (deadsnakes)" Date: Fri, 6 Dec 2024 08:52:37 +0000 Subject: [PATCH] update to 71e8429ac8e2adc10084ab5ec29a62f4b6671a82 (nightly) --- changelogs/nightly/focal | 6 ++++++ changelogs/nightly/jammy | 6 ++++++ changelogs/nightly/noble | 6 ++++++ cpython | 2 +- patches/allow-old-autoconf.patch | 2 +- patches/disable-sem-check.diff | 2 +- patches/distutils-install-layout.diff | 10 +++++----- patches/link-opt.diff | 2 +- patches/sysconfigdata-name.patch | 2 +- 9 files changed, 28 insertions(+), 10 deletions(-) diff --git a/changelogs/nightly/focal b/changelogs/nightly/focal index dd9eaf3..238fcde 100644 --- a/changelogs/nightly/focal +++ b/changelogs/nightly/focal @@ -1,3 +1,9 @@ +python3.13 (3.13.1-13-g71e8429ac8-1+focal1) focal; urgency=medium + + * Update to v3.13.1-13-g71e8429ac8. + + -- Anthony Sottile (deadsnakes) Fri, 06 Dec 2024 08:52:36 +0000 + python3.13 (3.13.1-7-g1182c64181-1+focal1) focal; urgency=medium * Update to v3.13.1-7-g1182c64181. diff --git a/changelogs/nightly/jammy b/changelogs/nightly/jammy index 1341c9d..05322bf 100644 --- a/changelogs/nightly/jammy +++ b/changelogs/nightly/jammy @@ -1,3 +1,9 @@ +python3.13 (3.13.1-13-g71e8429ac8-1+jammy1) jammy; urgency=medium + + * Update to v3.13.1-13-g71e8429ac8. + + -- Anthony Sottile (deadsnakes) Fri, 06 Dec 2024 08:52:36 +0000 + python3.13 (3.13.1-7-g1182c64181-1+jammy1) jammy; urgency=medium * Update to v3.13.1-7-g1182c64181. diff --git a/changelogs/nightly/noble b/changelogs/nightly/noble index c23c092..bcc2a53 100644 --- a/changelogs/nightly/noble +++ b/changelogs/nightly/noble @@ -1,3 +1,9 @@ +python3.13 (3.13.1-13-g71e8429ac8-1+noble1) noble; urgency=medium + + * Update to v3.13.1-13-g71e8429ac8. + + -- Anthony Sottile (deadsnakes) Fri, 06 Dec 2024 08:52:37 +0000 + python3.13 (3.13.1-7-g1182c64181-1+noble1) noble; urgency=medium * Update to v3.13.1-7-g1182c64181. diff --git a/cpython b/cpython index 1182c64..71e8429 160000 --- a/cpython +++ b/cpython @@ -1 +1 @@ -Subproject commit 1182c64181b2e3e75b9c602079b31fcdeadf1c3a +Subproject commit 71e8429ac8e2adc10084ab5ec29a62f4b6671a82 diff --git a/patches/allow-old-autoconf.patch b/patches/allow-old-autoconf.patch index 23a80ac..23a3d91 100644 --- a/patches/allow-old-autoconf.patch +++ b/patches/allow-old-autoconf.patch @@ -8,7 +8,7 @@ this is only needed on ubuntu focal 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index f5ca1fb..bbbf3a2 100644 +index f3fefbe..69e6abc 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ dnl diff --git a/patches/disable-sem-check.diff b/patches/disable-sem-check.diff index e5a63e5..b3d3834 100644 --- a/patches/disable-sem-check.diff +++ b/patches/disable-sem-check.diff @@ -9,7 +9,7 @@ Subject: disable-sem-check 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac -index bce5b25..52d6daf 100644 +index 154a705..4640ab6 100644 --- a/configure.ac +++ b/configure.ac @@ -5995,12 +5995,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e diff --git a/patches/distutils-install-layout.diff b/patches/distutils-install-layout.diff index c4ffb11..8ca9ae2 100644 --- a/patches/distutils-install-layout.diff +++ b/patches/distutils-install-layout.diff @@ -229,10 +229,10 @@ index 1f1bfcb..411b6d7 100644 VENV_LANDMARK = 'pyvenv.cfg' ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip' diff --git a/configure b/configure -index ae70f02..fb89234 100755 +index 891f390..3bf98b5 100755 --- a/configure +++ b/configure -@@ -24609,11 +24609,11 @@ fi +@@ -24615,11 +24615,11 @@ fi @@ -246,7 +246,7 @@ index ae70f02..fb89234 100755 PLATLIBDIR="lib" { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5 -@@ -24632,7 +24632,7 @@ then +@@ -24638,7 +24638,7 @@ then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 printf "%s\n" "yes" >&6; } PLATLIBDIR="$withval" @@ -255,7 +255,7 @@ index ae70f02..fb89234 100755 else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } -@@ -24646,9 +24646,9 @@ fi +@@ -24652,9 +24652,9 @@ fi if test x$PLATFORM_TRIPLET = x; then @@ -268,7 +268,7 @@ index ae70f02..fb89234 100755 diff --git a/configure.ac b/configure.ac -index a764028..c5f71d3 100644 +index 68ca1d0..4a00dd7 100644 --- a/configure.ac +++ b/configure.ac @@ -6191,11 +6191,11 @@ fi diff --git a/patches/link-opt.diff b/patches/link-opt.diff index 430638d..b477fc4 100644 --- a/patches/link-opt.diff +++ b/patches/link-opt.diff @@ -9,7 +9,7 @@ Subject: link-opt 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac -index c5f71d3..bce5b25 100644 +index 4a00dd7..154a705 100644 --- a/configure.ac +++ b/configure.ac @@ -3474,8 +3474,8 @@ then diff --git a/patches/sysconfigdata-name.patch b/patches/sysconfigdata-name.patch index 4ede747..cc6fd35 100644 --- a/patches/sysconfigdata-name.patch +++ b/patches/sysconfigdata-name.patch @@ -45,7 +45,7 @@ index e729801..0a31d91 100644 @ # If app store compliance has been configured, apply the patch to the @ # installed library code. The patch has been previously validated against diff --git a/configure.ac b/configure.ac -index 52d6daf..f5ca1fb 100644 +index 4640ab6..f3fefbe 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],