Skip to content

Commit

Permalink
update to 9f35fbc068a1bcaf7eca5dae3ef75eb8449bd9c8 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 28, 2024
1 parent 29afdf5 commit 36b425a
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.7-108-g9f35fbc068-1+focal1) focal; urgency=medium

* Update to v3.12.7-108-g9f35fbc068.

-- Anthony Sottile (deadsnakes) <[email protected]> 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.
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.7-108-g9f35fbc068-1+jammy1) jammy; urgency=medium

* Update to v3.12.7-108-g9f35fbc068.

-- Anthony Sottile (deadsnakes) <[email protected]> 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.
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 69ca340..aa3f6b9 100644
index 97fd628..48335db 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 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
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 df8c219..1c55e02 100644
index b7ebba6..c4eab95 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 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
Expand Down

0 comments on commit 36b425a

Please sign in to comment.