Skip to content

Commit 222f105

Browse files
update to 513a4efa75bf78c9d629ddabc9516fb058787289 (nightly)
1 parent 537ed11 commit 222f105

7 files changed

+26
-14
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a3-138-g513a4efa75-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a3-138-g513a4efa75.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 04 Jan 2025 08:52:58 +0000
6+
17
python3.14 (3.14.0~a3-118-g0706bab1c0-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a3-118-g0706bab1c0.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a3-138-g513a4efa75-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a3-138-g513a4efa75.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 04 Jan 2025 08:52:58 +0000
6+
17
python3.14 (3.14.0~a3-118-g0706bab1c0-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a3-118-g0706bab1c0.

cpython

Submodule cpython updated 44 files

patches/disable-sem-check.diff

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

1111
diff --git a/configure.ac b/configure.ac
12-
index ea19030..67eef77 100644
12+
index be2ab1a..fe0bf22 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
15-
@@ -6019,12 +6019,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
15+
@@ -6018,12 +6018,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
1616
[ac_cv_posix_semaphores_enabled=no],
1717
[ac_cv_posix_semaphores_enabled=yes])
1818
)
@@ -36,7 +36,7 @@ index ea19030..67eef77 100644
3636

3737
dnl Multiprocessing check for broken sem_getvalue
3838
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
39-
@@ -6056,12 +6061,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
39+
@@ -6055,12 +6060,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
4040
[ac_cv_broken_sem_getvalue=yes],
4141
[ac_cv_broken_sem_getvalue=yes])
4242
)

patches/distutils-install-layout.diff

+8-8
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ index c34101e..4df5c6e 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 3d2c602..0f6e2cf 100755
232+
index aa88c74..2df2e6a 100755
233233
--- a/configure
234234
+++ b/configure
235-
@@ -25056,11 +25056,11 @@ fi
235+
@@ -26114,11 +26114,11 @@ fi
236236

237237

238238

@@ -246,7 +246,7 @@ index 3d2c602..0f6e2cf 100755
246246

247247
PLATLIBDIR="lib"
248248
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
249-
@@ -25079,7 +25079,7 @@ then
249+
@@ -26137,7 +26137,7 @@ then
250250
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
251251
printf "%s\n" "yes" >&6; }
252252
PLATLIBDIR="$withval"
@@ -255,7 +255,7 @@ index 3d2c602..0f6e2cf 100755
255255
else
256256
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
257257
printf "%s\n" "no" >&6; }
258-
@@ -25093,9 +25093,9 @@ fi
258+
@@ -26152,9 +26152,9 @@ fi
259259

260260

261261
if test x$PLATFORM_TRIPLET = x; then
@@ -268,10 +268,10 @@ index 3d2c602..0f6e2cf 100755
268268

269269

270270
diff --git a/configure.ac b/configure.ac
271-
index ee034e5..d91b4f2 100644
271+
index 9e131ed..01dcdab 100644
272272
--- a/configure.ac
273273
+++ b/configure.ac
274-
@@ -6215,11 +6215,11 @@ fi
274+
@@ -6214,11 +6214,11 @@ fi
275275

276276

277277
AC_SUBST([BINLIBDEST])
@@ -285,7 +285,7 @@ index ee034e5..d91b4f2 100644
285285
AC_SUBST([PLATLIBDIR])
286286
PLATLIBDIR="lib"
287287
AC_MSG_CHECKING([for --with-platlibdir])
288-
@@ -6238,7 +6238,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
288+
@@ -6237,7 +6237,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
289289
then
290290
AC_MSG_RESULT([yes])
291291
PLATLIBDIR="$withval"
@@ -294,7 +294,7 @@ index ee034e5..d91b4f2 100644
294294
else
295295
AC_MSG_RESULT([no])
296296
fi],
297-
@@ -6248,9 +6248,9 @@ fi],
297+
@@ -6247,9 +6247,9 @@ fi],
298298
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
299299
AC_SUBST([PY_ENABLE_SHARED])
300300
if test x$PLATFORM_TRIPLET = x; then

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 d91b4f2..ea19030 100644
12+
index 01dcdab..be2ab1a 100644
1313
--- a/configure.ac
1414
+++ b/configure.ac
1515
@@ -3431,8 +3431,8 @@ then

patches/sysconfigdata-name.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ index ba4765c..970976d 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 67eef77..e116fdf 100644
48+
index fe0bf22..4c821dc 100644
4949
--- a/configure.ac
5050
+++ b/configure.ac
5151
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],

0 commit comments

Comments
 (0)