Skip to content

Commit

Permalink
update to dad34531298fc0ea91b9000aafdd2ea2fce5e54a (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 27, 2024
1 parent f30ffec commit 31d419e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 16 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-126-gdad3453129-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-126-gdad3453129.

-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 27 Oct 2024 08:53:02 +0000

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

* Update to v3.14.0a1-117-gc5b99f5c2c.
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-126-gdad3453129-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-126-gdad3453129.

-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 27 Oct 2024 08:53:02 +0000

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

* Update to v3.14.0a1-117-gc5b99f5c2c.
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 4baf5b5..dc70b6f 100644
index eea1f8b..89d5ad8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6087,12 +6087,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -6090,12 +6090,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 4baf5b5..dc70b6f 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6124,12 +6129,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6127,12 +6132,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 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 b11f41d..848feff 100755
index 97113f1..008d5d9 100755
--- a/configure
+++ b/configure
@@ -25027,11 +25027,11 @@ fi
@@ -25039,11 +25039,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index b11f41d..848feff 100755

PLATLIBDIR="lib"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
@@ -25050,7 +25050,7 @@ then
@@ -25062,7 +25062,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 b11f41d..848feff 100755
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
@@ -25064,9 +25064,9 @@ fi
@@ -25076,9 +25076,9 @@ fi


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index b11f41d..848feff 100755


diff --git a/configure.ac b/configure.ac
index d5bc739..4889e5f 100644
index 1534144..f352472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6283,11 +6283,11 @@ fi
@@ -6286,11 +6286,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index d5bc739..4889e5f 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6306,7 +6306,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6309,7 +6309,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 d5bc739..4889e5f 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6316,9 +6316,9 @@ fi],
@@ -6319,9 +6319,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
6 changes: 3 additions & 3 deletions patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4889e5f..4baf5b5 100644
index f352472..eea1f8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3506,8 +3506,8 @@ then
@@ -3509,8 +3509,8 @@ then
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared';;
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
Expand All @@ -23,7 +23,7 @@ index 4889e5f..4baf5b5 100644
FreeBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then
@@ -3619,7 +3619,7 @@ then
@@ -3622,7 +3622,7 @@ then
LINKFORSHARED="-Wl,-E -Wl,+s";;
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
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 d3cd3bc..c06d32c 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 dc70b6f..8d6a1c5 100644
index 89d5ad8..e20633d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 31d419e

Please sign in to comment.