Skip to content

Commit

Permalink
update to ca017a171a20222c056f87551687da08c3856a3c (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 31, 2024
1 parent 809f71e commit 0e41169
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-59-gca017a171a-1+focal1) focal; urgency=medium

* Update to v3.12.8-59-gca017a171a.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 31 Dec 2024 08:49:06 +0000

python3.12 (3.12.8-55-gbe7314ffac-1+focal1) focal; urgency=medium

* Update to v3.12.8-55-gbe7314ffac.
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-59-gca017a171a-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-59-gca017a171a.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 31 Dec 2024 08:49:05 +0000

python3.12 (3.12.8-55-gbe7314ffac-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-55-gbe7314ffac.
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 2affe8f..291db58 100644
index e01877b..2a113f3 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 ba0f8e1..d2e5691 100644
index eba7452..b05744b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5818,12 +5818,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 de9d7f5..ba0f8e1 100644
index bc8c357..eba7452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3363,8 +3363,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 d2e5691..2affe8f 100644
index b05744b..e01877b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 0e41169

Please sign in to comment.