Skip to content

Commit

Permalink
update to b46addafb17ad69c8015d1e09a76471bdd3a1b0f (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Jan 8, 2025
1 parent 05314fe commit 3a0cb99
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 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-90-gb46addafb1-1+focal1) focal; urgency=medium

* Update to v3.12.8-90-gb46addafb1.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 08 Jan 2025 08:50:40 +0000

python3.12 (3.12.8-85-gadddbc3de9-1+focal1) focal; urgency=medium

* Update to v3.12.8-85-gadddbc3de9.
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-90-gb46addafb1-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-90-gb46addafb1.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 08 Jan 2025 08:50:39 +0000

python3.12 (3.12.8-85-gadddbc3de9-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-85-gadddbc3de9.
Expand Down
2 changes: 1 addition & 1 deletion patches/allow-old-autoconf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 38c14ec..8a57bc3 100644
index d9991a3..8192dfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
Expand Down
2 changes: 1 addition & 1 deletion patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index b58b012..b5b933e 100644
index 4f13d06..5bfcff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5839,12 +5839,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
Expand Down
2 changes: 1 addition & 1 deletion patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f60c84..b58b012 100644
index 1a02d19..4f13d06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3384,8 +3384,8 @@ then
Expand Down
2 changes: 1 addition & 1 deletion patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ index c1c0c01..fb12309 100644
@ # Build PYC files for the 3 optimization levels (0, 1, 2)
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
diff --git a/configure.ac b/configure.ac
index b5b933e..38c14ec 100644
index 5bfcff8..d9991a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 3a0cb99

Please sign in to comment.