From 87ecace5345eddf0838a79ad7a2900c2f840002f Mon Sep 17 00:00:00 2001 From: Owen Rafferty Date: Mon, 25 Nov 2024 20:53:24 -0600 Subject: [PATCH] python: 3.13.0 --- extra/python/checksums | 4 ++-- extra/python/patches/python3-always-pip.patch | 6 +++--- extra/python/sources | 2 +- extra/python/version | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/python/checksums b/extra/python/checksums index 1accb831..7b8b76d3 100644 --- a/extra/python/checksums +++ b/extra/python/checksums @@ -1,3 +1,3 @@ -9be1eb509f402302fa6011d8a0f2b08a1f052e0d62837328fdefed78a20860df5b -396477ecc3d3244653804674429e0013d6bc631fec52d2ef33d0d4546b681715df +0f0ddc22182b6bd7bcba51e4f4128fef7b330428aa5d4b150d7b34c343d68b4c9d +b5ca67e7eb0ea7b0abbf92a28d899599249317f468a71ce4c1976bd58e218ffca5 c4b318c0f2cbcdc0da0c1ee452b78266ec10a9e0ed4a36d630a81d73853e31cb3c diff --git a/extra/python/patches/python3-always-pip.patch b/extra/python/patches/python3-always-pip.patch index f626ff5d..e937a383 100644 --- a/extra/python/patches/python3-always-pip.patch +++ b/extra/python/patches/python3-always-pip.patch @@ -1,9 +1,9 @@ diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py -index f28ab11..6627189 100644 +index c5350df..7886cb2 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py -@@ -180,7 +180,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False, - additional_paths.append(filename) +@@ -159,7 +159,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False, + copy2(bundled_wheel_path, tmp_wheel_path) # Construct the arguments to be passed to the pip command - args = ["install", "--no-cache-dir", "--no-index", "--find-links", tmpdir] diff --git a/extra/python/sources b/extra/python/sources index 4a1a6ea4..0833be64 100644 --- a/extra/python/sources +++ b/extra/python/sources @@ -1,3 +1,3 @@ -https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tar.xz +https://www.python.org/ftp/python/3.13.0/Python-3.13.0.tar.xz patches/python3-always-pip.patch patches/python3-pyc-hash.patch diff --git a/extra/python/version b/extra/python/version index 76956f91..fe1bd551 100644 --- a/extra/python/version +++ b/extra/python/version @@ -1 +1 @@ -3.12.7 1 +3.13.0 1