Skip to content

Commit

Permalink
update to 31c9f3ced293492b38e784c17c4befe425da5dab (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 7, 2024
1 parent 8c24b92 commit 0ca6460
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a2-201-g31c9f3ced2-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a2-201-g31c9f3ced2.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 07 Dec 2024 08:52:47 +0000

python3.14 (3.14.0~a2-189-ge991ac8f20-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a2-189-ge991ac8f20.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/noble
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a2-201-g31c9f3ced2-1+noble1) noble; urgency=medium

* Update to v3.14.0a2-201-g31c9f3ced2.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 07 Dec 2024 08:52:47 +0000

python3.14 (3.14.0~a2-189-ge991ac8f20-1+noble1) noble; urgency=medium

* Update to v3.14.0a2-189-ge991ac8f20.
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 67d372c..ac5c6e1 100644
index 2b34f29..da03644 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6007,12 +6007,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -6009,12 +6009,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 67d372c..ac5c6e1 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6044,12 +6049,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6046,12 +6051,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
16 changes: 8 additions & 8 deletions patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ index 7949fd8..9e2ec63 100644
VENV_LANDMARK = 'pyvenv.cfg'
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
diff --git a/configure b/configure
index 5e9bcb6..d5be74b 100755
index bcbab8d..cf2f377 100755
--- a/configure
+++ b/configure
@@ -24993,11 +24993,11 @@ fi
@@ -25006,11 +25006,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index 5e9bcb6..d5be74b 100755

PLATLIBDIR="lib"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
@@ -25016,7 +25016,7 @@ then
@@ -25029,7 +25029,7 @@ then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
PLATLIBDIR="$withval"
Expand All @@ -255,7 +255,7 @@ index 5e9bcb6..d5be74b 100755
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
@@ -25030,9 +25030,9 @@ fi
@@ -25043,9 +25043,9 @@ fi


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index 5e9bcb6..d5be74b 100755


diff --git a/configure.ac b/configure.ac
index bf3685e..49fedfd 100644
index 922a125..1a9f4ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6203,11 +6203,11 @@ fi
@@ -6205,11 +6205,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index bf3685e..49fedfd 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6226,7 +6226,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6228,7 +6228,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
then
AC_MSG_RESULT([yes])
PLATLIBDIR="$withval"
Expand All @@ -294,7 +294,7 @@ index bf3685e..49fedfd 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6236,9 +6236,9 @@ fi],
@@ -6238,9 +6238,9 @@ fi],
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
AC_SUBST([PY_ENABLE_SHARED])
if test x$PLATFORM_TRIPLET = x; then
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 49fedfd..67d372c 100644
index 1a9f4ae..2b34f29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3421,8 +3421,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 93a32e6..3705154 100644
@ # If app store compliance has been configured, apply the patch to the
@ # installed library code. The patch has been previously validated against
diff --git a/configure.ac b/configure.ac
index ac5c6e1..34d81ea 100644
index da03644..978f67b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 0ca6460

Please sign in to comment.