Skip to content

Commit

Permalink
update to 53af5b2dd2069680be4ce76626c857e9b2959f77 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 13, 2024
1 parent cb27c17 commit 979494d
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 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.6-20-g53af5b2dd2-1+focal1) focal; urgency=medium

* Update to v3.12.6-20-g53af5b2dd2.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 13 Sep 2024 08:48:37 +0000

python3.12 (3.12.6-18-g9e93556f0a-1+focal1) focal; urgency=medium

* Update to v3.12.6-18-g9e93556f0a.
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.6-20-g53af5b2dd2-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-20-g53af5b2dd2.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 13 Sep 2024 08:48:37 +0000

python3.12 (3.12.6-18-g9e93556f0a-1+jammy1) jammy; urgency=medium

* Update to v3.12.6-18-g9e93556f0a.
Expand Down
2 changes: 1 addition & 1 deletion cpython
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 3d2983c..f8eb4e4 100644
index a9a2b51..efeee02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
Expand Down
6 changes: 3 additions & 3 deletions patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8ac99e1..bb70249 100644
index 6af62b9..ed19fe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5815,12 +5815,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -5817,12 +5817,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
[ac_cv_posix_semaphores_enabled=no],
[ac_cv_posix_semaphores_enabled=yes])
)
Expand All @@ -36,7 +36,7 @@ index 8ac99e1..bb70249 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -5852,12 +5857,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -5854,12 +5859,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
[ac_cv_broken_sem_getvalue=yes],
[ac_cv_broken_sem_getvalue=yes])
)
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 f22e71f..8ac99e1 100644
index d0d5405..6af62b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3360,8 +3360,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 1c55e02..69ca340 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 bb70249..3d2983c 100644
index ed19fe6..a9a2b51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 979494d

Please sign in to comment.