Skip to content

Commit

Permalink
update to 75f7cf91ec5afc6091a0fd442a1f0435c19300b2 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 7, 2024
1 parent 473f812 commit 77b46b7
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 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-270-g75f7cf91ec-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-270-g75f7cf91ec.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 07 Nov 2024 08:53:13 +0000

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

* Update to v3.14.0a1-255-g6431f379b8.
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-270-g75f7cf91ec-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-270-g75f7cf91ec.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 07 Nov 2024 08:53:13 +0000

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

* Update to v3.14.0a1-255-g6431f379b8.
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 6735e3e..4cb5672 100644
index ef4e6d0..c6d8ba3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6085,12 +6085,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 e529527..acf9eb5 100755
index e0ab304..20ae71e 100755
--- a/configure
+++ b/configure
@@ -25095,11 +25095,11 @@ fi
Expand Down Expand Up @@ -268,7 +268,7 @@ index e529527..acf9eb5 100755


diff --git a/configure.ac b/configure.ac
index bc67a05..4d8807a 100644
index da7d1ef..432a46c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6281,11 +6281,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 4d8807a..6735e3e 100644
index 432a46c..ef4e6d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3501,8 +3501,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 78b13ff..1f84acc 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 4cb5672..743d80c 100644
index c6d8ba3..acf521c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit 77b46b7

Please sign in to comment.