Skip to content

Commit 3f338ce

Browse files
update to 6474e296c04f136c9d664c899d126795f280ff11 (nightly)
1 parent 8bcbf71 commit 3f338ce

9 files changed

+25
-7
lines changed

changelogs/nightly/focal

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-108-g6474e296c0-1+focal1) focal; urgency=medium
2+
3+
* Update to v3.13.0-108-g6474e296c0.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 16 Oct 2024 08:51:49 +0000
6+
17
python3.13 (3.13.0-98-g4bc59e5fd7-1+focal1) focal; urgency=medium
28

39
* Update to v3.13.0-98-g4bc59e5fd7.

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-108-g6474e296c0-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.13.0-108-g6474e296c0.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 16 Oct 2024 08:51:48 +0000
6+
17
python3.13 (3.13.0-98-g4bc59e5fd7-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.13.0-98-g4bc59e5fd7.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.13 (3.13.0-108-g6474e296c0-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.13.0-108-g6474e296c0.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 16 Oct 2024 08:51:49 +0000
6+
17
python3.13 (3.13.0-98-g4bc59e5fd7-1+noble1) noble; urgency=medium
28

39
* Update to v3.13.0-98-g4bc59e5fd7.

patches/allow-old-autoconf.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ this is only needed on ubuntu focal
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/configure.ac b/configure.ac
11-
index 5518481..500abf8 100644
11+
index 8eba34b..26b4893 100644
1212
--- a/configure.ac
1313
+++ b/configure.ac
1414
@@ -12,7 +12,7 @@ dnl

patches/disable-sem-check.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: disable-sem-check
99
1 file changed, 22 insertions(+), 12 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index 879993e..4d3b1d5 100644
12+
index c1404ed..4c75f79 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -5994,12 +5994,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e

patches/distutils-install-layout.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ index 1f1bfcb..411b6d7 100644
229229
VENV_LANDMARK = 'pyvenv.cfg'
230230
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
231231
diff --git a/configure b/configure
232-
index e1bfd73..41936f9 100755
232+
index 82089e6..6a9cdb2 100755
233233
--- a/configure
234234
+++ b/configure
235235
@@ -24604,11 +24604,11 @@ fi
@@ -268,7 +268,7 @@ index e1bfd73..41936f9 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index cfe9de0..66521f5 100644
271+
index 13dc9fa..498185d 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274274
@@ -6190,11 +6190,11 @@ fi

patches/link-opt.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Subject: link-opt
99
1 file changed, 3 insertions(+), 3 deletions(-)
1010

1111
diff --git a/configure.ac b/configure.ac
12-
index 66521f5..879993e 100644
12+
index 498185d..c1404ed 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -3471,8 +3471,8 @@ then

patches/sysconfigdata-name.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ index 4d6720f..3092bb0 100644
4545
@ # If app store compliance has been configured, apply the patch to the
4646
@ # installed library code. The patch has been previously validated against
4747
diff --git a/configure.ac b/configure.ac
48-
index 4d3b1d5..5518481 100644
48+
index 4c75f79..8eba34b 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)