Skip to content

Commit

Permalink
update to 4879257d0cb6ea2f6d50a85cec7f5e259483f603 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Feb 4, 2025
1 parent ca18ed5 commit d1fba99
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 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.12 (3.12.8-183-g4879257d0c-1+focal1) focal; urgency=medium

* Update to v3.12.8-183-g4879257d0c.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 04 Feb 2025 08:48:44 +0000

python3.12 (3.12.8-176-g97097469c7-1+focal1) focal; urgency=medium

* Update to v3.12.8-176-g97097469c7.
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.12 (3.12.8-183-g4879257d0c-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-183-g4879257d0c.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 04 Feb 2025 08:48:43 +0000

python3.12 (3.12.8-176-g97097469c7-1+jammy1) jammy; urgency=medium

* Update to v3.12.8-176-g97097469c7.
Expand Down
2 changes: 1 addition & 1 deletion patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ index aed254a..7e160eb 100644
sitepackages.append(prefix)
sitepackages.append(os.path.join(prefix, "Lib", "site-packages"))
diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
index 517b13a..1ba08bc 100644
index 7dd63b9..252accb 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -96,6 +96,30 @@
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.py b/Lib/sysconfig.py
index 1ba08bc..3a9d00d 100644
index 252accb..ac2f8e9 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -713,6 +713,12 @@ def _init_config_vars():
Expand Down
2 changes: 1 addition & 1 deletion patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Forwarded: no
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Lib/sysconfig.py b/Lib/sysconfig.py
index 3a9d00d..10c521a 100644
index ac2f8e9..d74fb85 100644
--- a/Lib/sysconfig.py
+++ b/Lib/sysconfig.py
@@ -499,7 +499,7 @@ def _get_sysconfigdata_name():
Expand Down

0 comments on commit d1fba99

Please sign in to comment.