Skip to content

Commit

Permalink
update to ec9cbcb86b211436dd2309e70e367be2454165c3 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 17, 2024
1 parent 79e03ca commit 450629c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 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-301-gec9cbcb86b-1+focal1) focal; urgency=medium

* Update to v3.13.0-301-gec9cbcb86b.

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

python3.13 (3.13.0-300-gd74f1f477a-1+focal1) focal; urgency=medium

* Update to v3.13.0-300-gd74f1f477a.
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-301-gec9cbcb86b-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-301-gec9cbcb86b.

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

python3.13 (3.13.0-300-gd74f1f477a-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-300-gd74f1f477a.
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-301-gec9cbcb86b-1+noble1) noble; urgency=medium

* Update to v3.13.0-301-gec9cbcb86b.

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

python3.13 (3.13.0-300-gd74f1f477a-1+noble1) noble; urgency=medium

* Update to v3.13.0-300-gd74f1f477a.
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 @@ -75,7 +75,7 @@ index 34e7d19..a228d26 100644
sitepackages.append(prefix)
sitepackages.append(os.path.join(prefix, "Lib", "site-packages"))
diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
index 43f9276..c8ced46 100644
index ec3b638..7f0ba9b 100644
--- a/Lib/sysconfig/__init__.py
+++ b/Lib/sysconfig/__init__.py
@@ -27,8 +27,8 @@
Expand Down Expand Up @@ -142,7 +142,7 @@ index 43f9276..c8ced46 100644
'purelib': '{userbase}/lib/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
'platlib': '{userbase}/lib/{implementation_lower}{py_version_short}{abi_thread}/site-packages',
'include': '{userbase}/include/{implementation_lower}{py_version_short}{abi_thread}',
@@ -292,12 +316,26 @@ def _get_preferred_schemes():
@@ -290,12 +314,26 @@ def _get_preferred_schemes():
'home': 'posix_home',
'user': 'osx_framework_user',
}
Expand Down
2 changes: 1 addition & 1 deletion patches/multiarch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Subject: multiarch
2 files changed, 7 insertions(+)

diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
index c8ced46..0bdf61d 100644
index 7f0ba9b..3ce5a8f 100644
--- a/Lib/sysconfig/__init__.py
+++ b/Lib/sysconfig/__init__.py
@@ -541,6 +541,12 @@ def _init_config_vars():
Expand Down
4 changes: 2 additions & 2 deletions patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Forwarded: no
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Lib/sysconfig/__init__.py b/Lib/sysconfig/__init__.py
index 0bdf61d..be085ec 100644
index 3ce5a8f..6b5b386 100644
--- a/Lib/sysconfig/__init__.py
+++ b/Lib/sysconfig/__init__.py
@@ -371,7 +371,7 @@ def _get_sysconfigdata_name():
@@ -369,7 +369,7 @@ def _get_sysconfigdata_name():
multiarch = getattr(sys.implementation, '_multiarch', '')
return os.environ.get(
'_PYTHON_SYSCONFIGDATA_NAME',
Expand Down

0 comments on commit 450629c

Please sign in to comment.