From 36b425a3b2386bbe795dd1d894a81bf42cc71eae Mon Sep 17 00:00:00 2001 From: "Anthony Sottile (deadsnakes)" Date: Mon, 28 Oct 2024 08:51:24 +0000 Subject: [PATCH] update to 9f35fbc068a1bcaf7eca5dae3ef75eb8449bd9c8 (nightly) --- changelogs/nightly/focal | 6 ++++++ changelogs/nightly/jammy | 6 ++++++ cpython | 2 +- patches/destshared-location.patch | 2 +- patches/multiarch.diff | 2 +- patches/reproducible-buildinfo.diff | 2 +- patches/sysconfigdata-name.patch | 4 ++-- 7 files changed, 18 insertions(+), 6 deletions(-) diff --git a/changelogs/nightly/focal b/changelogs/nightly/focal index 9af21e6..4f94c6a 100644 --- a/changelogs/nightly/focal +++ b/changelogs/nightly/focal @@ -1,3 +1,9 @@ +python3.12 (3.12.7-108-g9f35fbc068-1+focal1) focal; urgency=medium + + * Update to v3.12.7-108-g9f35fbc068. + + -- Anthony Sottile (deadsnakes) Mon, 28 Oct 2024 08:51:24 +0000 + python3.12 (3.12.7-104-g67b270142d-1+focal1) focal; urgency=medium * Update to v3.12.7-104-g67b270142d. diff --git a/changelogs/nightly/jammy b/changelogs/nightly/jammy index 40dbe64..eb64d16 100644 --- a/changelogs/nightly/jammy +++ b/changelogs/nightly/jammy @@ -1,3 +1,9 @@ +python3.12 (3.12.7-108-g9f35fbc068-1+jammy1) jammy; urgency=medium + + * Update to v3.12.7-108-g9f35fbc068. + + -- Anthony Sottile (deadsnakes) Mon, 28 Oct 2024 08:51:23 +0000 + python3.12 (3.12.7-104-g67b270142d-1+jammy1) jammy; urgency=medium * Update to v3.12.7-104-g67b270142d. diff --git a/cpython b/cpython index 67b2701..9f35fbc 160000 --- a/cpython +++ b/cpython @@ -1 +1 @@ -Subproject commit 67b270142d58b8f9a64f8ae2b84a195e7e49adda +Subproject commit 9f35fbc068a1bcaf7eca5dae3ef75eb8449bd9c8 diff --git a/patches/destshared-location.patch b/patches/destshared-location.patch index 64e03b0..707481a 100644 --- a/patches/destshared-location.patch +++ b/patches/destshared-location.patch @@ -12,7 +12,7 @@ Forwarded: no 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in -index 69ca340..aa3f6b9 100644 +index 97fd628..48335db 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -168,7 +168,7 @@ EXT_SUFFIX= @EXT_SUFFIX@ diff --git a/patches/multiarch.diff b/patches/multiarch.diff index cde2b83..f5dea4d 100644 --- a/patches/multiarch.diff +++ b/patches/multiarch.diff @@ -25,7 +25,7 @@ index bb6906a..8d0f5fc 100644 srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE) if os.name == 'posix': diff --git a/Makefile.pre.in b/Makefile.pre.in -index 0e64ccc..df8c219 100644 +index 14eea08..b7ebba6 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1370,6 +1370,7 @@ Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c $(srcdir)/Modules/posix diff --git a/patches/reproducible-buildinfo.diff b/patches/reproducible-buildinfo.diff index 19e28b3..4d856c7 100644 --- a/patches/reproducible-buildinfo.diff +++ b/patches/reproducible-buildinfo.diff @@ -9,7 +9,7 @@ Subject: reproducible-buildinfo 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in -index df8c219..1c55e02 100644 +index b7ebba6..c4eab95 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1340,6 +1340,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \ diff --git a/patches/sysconfigdata-name.patch b/patches/sysconfigdata-name.patch index 1b0c88d..1b24bf3 100644 --- a/patches/sysconfigdata-name.patch +++ b/patches/sysconfigdata-name.patch @@ -28,10 +28,10 @@ index 8d0f5fc..8ca8f83 100644 diff --git a/Makefile.pre.in b/Makefile.pre.in -index 1c55e02..69ca340 100644 +index c4eab95..97fd628 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in -@@ -2329,8 +2329,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c +@@ -2331,8 +2331,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c esac; \ done; \ done