2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00

python: 3.13.0

This commit is contained in:
Owen Rafferty 2024-11-25 20:53:24 -06:00
parent f485dd2090
commit 87ecace534
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
9be1eb509f402302fa6011d8a0f2b08a1f052e0d62837328fdefed78a20860df5b 0f0ddc22182b6bd7bcba51e4f4128fef7b330428aa5d4b150d7b34c343d68b4c9d
396477ecc3d3244653804674429e0013d6bc631fec52d2ef33d0d4546b681715df b5ca67e7eb0ea7b0abbf92a28d899599249317f468a71ce4c1976bd58e218ffca5
c4b318c0f2cbcdc0da0c1ee452b78266ec10a9e0ed4a36d630a81d73853e31cb3c c4b318c0f2cbcdc0da0c1ee452b78266ec10a9e0ed4a36d630a81d73853e31cb3c

View File

@ -1,9 +1,9 @@
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py 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 --- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py
@@ -180,7 +180,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False, @@ -159,7 +159,7 @@ def _bootstrap(*, root=None, upgrade=False, user=False,
additional_paths.append(filename) copy2(bundled_wheel_path, tmp_wheel_path)
# Construct the arguments to be passed to the pip command # Construct the arguments to be passed to the pip command
- args = ["install", "--no-cache-dir", "--no-index", "--find-links", tmpdir] - args = ["install", "--no-cache-dir", "--no-index", "--find-links", tmpdir]

View File

@ -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-always-pip.patch
patches/python3-pyc-hash.patch patches/python3-pyc-hash.patch

View File

@ -1 +1 @@
3.12.7 1 3.13.0 1