Skip to content

Commit

Permalink
update to d0368556b53023961835efb42ab9600a7055068e (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 14, 2024
1 parent 58def14 commit aa00b80
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.12 (3.12.8-35-gd0368556b5-1+focal1) focal; urgency=medium

* Update to v3.12.8-35-gd0368556b5.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 14 Dec 2024 08:49:54 +0000

python3.12 (3.12.8-25-g9081ea4135-1+focal1) focal; urgency=medium

* Update to v3.12.8-25-g9081ea4135.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.12 (3.12.8-35-gd0368556b5-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-35-gd0368556b5.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 14 Dec 2024 08:49:54 +0000

python3.12 (3.12.8-25-g9081ea4135-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-25-g9081ea4135.
Expand Down
2 changes: 1 addition & 1 deletion patches/destshared-location.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forwarded: no
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 92f6c34..432b172 100644
index fb12309..3d02f21 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -168,7 +168,7 @@ EXT_SUFFIX= @EXT_SUFFIX@
Expand Down
2 changes: 1 addition & 1 deletion patches/multiarch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 1ba08bc..3a9d00d 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 083f4c7..d2a4b80 100644
index 689f33d..aff6361 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1370,6 +1370,7 @@ Modules/signalmodule.o: $(srcdir)/Modules/signalmodule.c $(srcdir)/Modules/posix
Expand Down
2 changes: 1 addition & 1 deletion patches/reproducible-buildinfo.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: reproducible-buildinfo
1 file changed, 2 insertions(+)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index d2a4b80..32e0d13 100644
index aff6361..c1c0c01 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1340,6 +1340,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
Expand Down
4 changes: 2 additions & 2 deletions patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ index 3a9d00d..10c521a 100644


diff --git a/Makefile.pre.in b/Makefile.pre.in
index 32e0d13..92f6c34 100644
index c1c0c01..fb12309 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2334,8 +2334,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
@@ -2335,8 +2335,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
esac; \
done; \
done
Expand Down

0 comments on commit aa00b80

Please sign in to comment.