Skip to content

Commit

Permalink
update to 9ecaee6a551a4756687d018829625ec31f49df72 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 8, 2024
1 parent b212037 commit de240d6
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.0-249-g9ecaee6a55-1+focal1) focal; urgency=medium

* Update to v3.13.0-249-g9ecaee6a55.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 08 Nov 2024 08:48:48 +0000

python3.13 (3.13.0-245-g07a6aa3f8f-1+focal1) focal; urgency=medium

* Update to v3.13.0-245-g07a6aa3f8f.
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-249-g9ecaee6a55-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-249-g9ecaee6a55.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 08 Nov 2024 08:48:47 +0000

python3.13 (3.13.0-245-g07a6aa3f8f-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-245-g07a6aa3f8f.
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-249-g9ecaee6a55-1+noble1) noble; urgency=medium

* Update to v3.13.0-249-g9ecaee6a55.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 08 Nov 2024 08:48:48 +0000

python3.13 (3.13.0-245-g07a6aa3f8f-1+noble1) noble; urgency=medium

* Update to v3.13.0-245-g07a6aa3f8f.
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 cd991b2..4a1760e 100644
index f5ca1fb..bbbf3a2 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 fa4370b..46c7d68 100644
index bce5b25..52d6daf 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 5295bda..dc47552 100755
index ae70f02..fb89234 100755
--- a/configure
+++ b/configure
@@ -24609,11 +24609,11 @@ fi
Expand Down Expand Up @@ -268,7 +268,7 @@ index 5295bda..dc47552 100755


diff --git a/configure.ac b/configure.ac
index a3d7ab9..c814e97 100644
index a764028..c5f71d3 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 c814e97..fa4370b 100644
index c5f71d3..bce5b25 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 46c7d68..cd991b2 100644
index 52d6daf..f5ca1fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit de240d6

Please sign in to comment.