Skip to content

Commit 8372e53

Browse files
update to e65a1eb93ae35f9fbab1508606e3fbc89123629f (nightly)
1 parent b8a32f5 commit 8372e53

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

changelogs/nightly/jammy

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-106-ge65a1eb93a-1+jammy1) jammy; urgency=medium
2+
3+
* Update to v3.14.0a4-106-ge65a1eb93a.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 21 Jan 2025 08:52:40 +0000
6+
17
python3.14 (3.14.0~a4-68-g4967fa6a9c-1+jammy1) jammy; urgency=medium
28

39
* Update to v3.14.0a4-68-g4967fa6a9c.

changelogs/nightly/noble

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3.14 (3.14.0~a4-106-ge65a1eb93a-1+noble1) noble; urgency=medium
2+
3+
* Update to v3.14.0a4-106-ge65a1eb93a.
4+
5+
-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 21 Jan 2025 08:52:40 +0000
6+
17
python3.14 (3.14.0~a4-68-g4967fa6a9c-1+noble1) noble; urgency=medium
28

39
* Update to v3.14.0a4-68-g4967fa6a9c.

cpython

Submodule cpython updated 211 files

patches/distutils-install-layout.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ index 92bd1cc..f4466ef 100644
7575
sitepackages.append(prefix)
7676
sitepackages.append(os.path.join(prefix, "Lib", "site-packages"))
7777
diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
78-
index 7a4a8f6..e710e7a 100644
78+
index 3c3c979..1ebfe87 100644
7979
--- a/Lib/sysconfig/__init__.py
8080
+++ b/Lib/sysconfig/__init__.py
8181
@@ -27,8 +27,8 @@
@@ -142,7 +142,7 @@ index 7a4a8f6..e710e7a 100644
142142
'purelib': '{userbase}/lib/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
143143
'platlib': '{userbase}/lib/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
144144
'include': '{userbase}/include/{implementation_lower}{py_version_short}{abi_thread}',
145-
@@ -290,12 +314,26 @@ def _get_preferred_schemes():
145+
@@ -297,12 +321,26 @@ def _get_preferred_schemes():
146146
'home': 'posix_home',
147147
'user': 'osx_framework_user',
148148
}

patches/multiarch.diff

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Subject: multiarch
88
2 files changed, 7 insertions(+)
99

1010
diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
11-
index e710e7a..0740945 100644
11+
index 1ebfe87..cc63925 100644
1212
--- a/Lib/sysconfig/__init__.py
1313
+++ b/Lib/sysconfig/__init__.py
14-
@@ -563,6 +563,12 @@ def _init_config_vars():
14+
@@ -570,6 +570,12 @@ def _init_config_vars():
1515
# e.g., 't' for free-threaded or '' for default build
1616
_CONFIG_VARS['abi_thread'] = 't' if _CONFIG_VARS.get('Py_GIL_DISABLED') else ''
1717

patches/sysconfigdata-name.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Forwarded: no
1515
3 files changed, 6 insertions(+), 4 deletions(-)
1616

1717
diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
18-
index 0740945..b9a12d3 100644
18+
index cc63925..cfab53f 100644
1919
--- a/Lib/sysconfig/__init__.py
2020
+++ b/Lib/sysconfig/__init__.py
21-
@@ -377,7 +377,7 @@ def _get_sysconfigdata_name():
21+
@@ -384,7 +384,7 @@ def _get_sysconfigdata_name():
2222
multiarch = getattr(sys.implementation, '_multiarch', '')
2323
return os.environ.get(
2424
'_PYTHON_SYSCONFIGDATA_NAME',

0 commit comments

Comments
 (0)