Skip to content

Commit

Permalink
update to 855af3bbc62e89aeeb6af1e22061cf06354ad99a (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Jan 4, 2025
1 parent 902719a commit 7d7ffc7
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 7 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.1-94-g855af3bbc6-1+focal1) focal; urgency=medium

* Update to v3.13.1-94-g855af3bbc6.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 04 Jan 2025 08:47:52 +0000

python3.13 (3.13.1-89-gebadfd1039-1+focal1) focal; urgency=medium

* Update to v3.13.1-89-gebadfd1039.
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.1-94-g855af3bbc6-1+jammy1) jammy; urgency=medium

* Update to v3.13.1-94-g855af3bbc6.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 04 Jan 2025 08:47:51 +0000

python3.13 (3.13.1-89-gebadfd1039-1+jammy1) jammy; urgency=medium

* Update to v3.13.1-89-gebadfd1039.
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.1-94-g855af3bbc6-1+noble1) noble; urgency=medium

* Update to v3.13.1-94-g855af3bbc6.

-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 04 Jan 2025 08:47:52 +0000

python3.13 (3.13.1-89-gebadfd1039-1+noble1) noble; urgency=medium

* Update to v3.13.1-89-gebadfd1039.
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 517c85b..ae6a10f 100644
index 2fcda9a..3b11d4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
Expand Down
2 changes: 1 addition & 1 deletion patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8f2c1b0..862f938 100644
index b09a5ff..e650b29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5995,12 +5995,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
Expand Down
4 changes: 2 additions & 2 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 8401e07..742c37f 100755
index c66333c..1886e56 100755
--- a/configure
+++ b/configure
@@ -24615,11 +24615,11 @@ fi
Expand Down Expand Up @@ -268,7 +268,7 @@ index 8401e07..742c37f 100755


diff --git a/configure.ac b/configure.ac
index 4a341b2..ce419b7 100644
index c53e55f..13b0655 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6191,11 +6191,11 @@ fi
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 ce419b7..8f2c1b0 100644
index 13b0655..b09a5ff 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 2055532..6913556 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 862f938..517c85b 100644
index e650b29..2fcda9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 7d7ffc7

Please sign in to comment.