Skip to content

Commit

Permalink
update to 6293d00e7201f3f28b1f4512e57dc4f03855cabd (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 9, 2024
1 parent 49b8d85 commit e1dab02
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 11 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~a1-299-g6293d00e72-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-299-g6293d00e72.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 09 Nov 2024 08:52:53 +0000

python3.14 (3.14.0~a1-285-g06a8b0bb5e-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-285-g06a8b0bb5e.
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~a1-299-g6293d00e72-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-299-g6293d00e72.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 09 Nov 2024 08:52:54 +0000

python3.14 (3.14.0~a1-285-g06a8b0bb5e-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-285-g06a8b0bb5e.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 144 files
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 3bbc754..a8de9a6 100644
index 8767ef9..3e26616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6040,12 +6040,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -6045,12 +6045,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 3bbc754..a8de9a6 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6077,12 +6082,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6082,12 +6087,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
10 changes: 5 additions & 5 deletions patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ index 1f1bfcb..411b6d7 100644
VENV_LANDMARK = 'pyvenv.cfg'
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
diff --git a/configure b/configure
index 71ffe9c..8b9c17b 100755
index 7a9d962..1b870b1 100755
--- a/configure
+++ b/configure
@@ -25064,11 +25064,11 @@ fi
Expand Down Expand Up @@ -268,10 +268,10 @@ index 71ffe9c..8b9c17b 100755


diff --git a/configure.ac b/configure.ac
index 36199b3..3690ceb 100644
index bc3d2d0..1276b89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6236,11 +6236,11 @@ fi
@@ -6241,11 +6241,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index 36199b3..3690ceb 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6259,7 +6259,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6264,7 +6264,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 36199b3..3690ceb 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6269,9 +6269,9 @@ fi],
@@ -6274,9 +6274,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 3690ceb..3bbc754 100644
index 1276b89..8767ef9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3456,8 +3456,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 2dbd271..c97c3cb 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 a8de9a6..3104ca5 100644
index 3e26616..4de8bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit e1dab02

Please sign in to comment.