Skip to content

Commit

Permalink
update to 8059351051e807620d0822f949eef8802d754c93 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 6, 2024
1 parent 1bb9bfa commit f95e99e
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 15 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-238-g8059351051-1+focal1) focal; urgency=medium

* Update to v3.13.0-238-g8059351051.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 06 Nov 2024 08:50:32 +0000

python3.13 (3.13.0-231-gce1a1a6021-1+focal1) focal; urgency=medium

* Update to v3.13.0-231-gce1a1a6021.
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-238-g8059351051-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-238-g8059351051.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 06 Nov 2024 08:50:31 +0000

python3.13 (3.13.0-231-gce1a1a6021-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-231-gce1a1a6021.
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-238-g8059351051-1+noble1) noble; urgency=medium

* Update to v3.13.0-238-g8059351051.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 06 Nov 2024 08:50:32 +0000

python3.13 (3.13.0-231-gce1a1a6021-1+noble1) noble; urgency=medium

* Update to v3.13.0-231-gce1a1a6021.
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 c86a63f..6bdff18 100644
index cd991b2..4a1760e 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 ec34ce7..c04bc85 100644
index fa4370b..46c7d68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5997,12 +5997,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -5995,12 +5995,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 ec34ce7..c04bc85 100644

dnl Multiprocessing check for broken sem_getvalue
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],
@@ -6032,12 +6037,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 9057ceb..aa51de3 100755
index 5295bda..dc47552 100755
--- a/configure
+++ b/configure
@@ -24607,11 +24607,11 @@ fi
@@ -24609,11 +24609,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index 9057ceb..aa51de3 100755

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


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index 9057ceb..aa51de3 100755


diff --git a/configure.ac b/configure.ac
index 0fc039e..03487f8 100644
index a3d7ab9..c814e97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6193,11 +6193,11 @@ fi
@@ -6191,11 +6191,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index 0fc039e..03487f8 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6216,7 +6216,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6214,7 +6214,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 0fc039e..03487f8 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6226,9 +6226,9 @@ fi],
@@ -6224,9 +6224,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 03487f8..ec34ce7 100644
index c814e97..fa4370b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3474,8 +3474,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 bef9768..81db22e 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 c04bc85..c86a63f 100644
index 46c7d68..cd991b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit f95e99e

Please sign in to comment.