Skip to content

Commit

Permalink
update to 9e37bfae5a8af9d722e35c9b7dc18d2ee8b724bf (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 27, 2024
1 parent 0e192c7 commit 82b7c88
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 17 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.13 (3.13.0-174-g9e37bfae5a-1+focal1) focal; urgency=medium

* Update to v3.13.0-174-g9e37bfae5a.

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

python3.13 (3.13.0-169-g9c6cda5ccb-1+focal1) focal; urgency=medium

* Update to v3.13.0-169-g9c6cda5ccb.
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.13 (3.13.0-174-g9e37bfae5a-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-174-g9e37bfae5a.

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

python3.13 (3.13.0-169-g9c6cda5ccb-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-169-g9c6cda5ccb.
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.13 (3.13.0-174-g9e37bfae5a-1+noble1) noble; urgency=medium

* Update to v3.13.0-174-g9e37bfae5a.

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

python3.13 (3.13.0-169-g9c6cda5ccb-1+noble1) noble; urgency=medium

* Update to v3.13.0-169-g9c6cda5ccb.
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 2d583d9..00eaa0d 100644
index c86a63f..6bdff18 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 985adb9..1926d38 100644
index ec34ce7..c04bc85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5994,12 +5994,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -5997,12 +5997,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 985adb9..1926d38 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6031,12 +6036,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6034,12 +6039,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 a33b401..bef4dbd 100755
index 9057ceb..aa51de3 100755
--- a/configure
+++ b/configure
@@ -24604,11 +24604,11 @@ fi
@@ -24607,11 +24607,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index a33b401..bef4dbd 100755

PLATLIBDIR="lib"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
@@ -24627,7 +24627,7 @@ then
@@ -24630,7 +24630,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 a33b401..bef4dbd 100755
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
@@ -24641,9 +24641,9 @@ fi
@@ -24644,9 +24644,9 @@ fi


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index a33b401..bef4dbd 100755


diff --git a/configure.ac b/configure.ac
index d1f8e8e..dc565f6 100644
index 0fc039e..03487f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6190,11 +6190,11 @@ fi
@@ -6193,11 +6193,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index d1f8e8e..dc565f6 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6213,7 +6213,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6216,7 +6216,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 d1f8e8e..dc565f6 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6223,9 +6223,9 @@ fi],
@@ -6226,9 +6226,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 dc565f6..985adb9 100644
index 03487f8..ec34ce7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3471,8 +3471,8 @@ then
@@ -3474,8 +3474,8 @@ then
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared';;
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
Expand All @@ -23,7 +23,7 @@ index dc565f6..985adb9 100644
FreeBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then
@@ -3584,7 +3584,7 @@ then
@@ -3587,7 +3587,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 4d6720f..3092bb0 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 1926d38..2d583d9 100644
index c04bc85..c86a63f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 82b7c88

Please sign in to comment.