]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-126188: Update bundled pip to 24.3.1 (gh-126805) (gh-126813)
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Wed, 13 Nov 2024 23:42:54 +0000 (00:42 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 23:42:54 +0000 (23:42 +0000)
Update bundled pip to 24.3.1
(cherry picked from commit f6b0361c17552197f44be16435e4a5cb4b1d60ca)

Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl with 84% similarity]
Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst [new file with mode: 0644]

index a7c8457238276b85fa2e2a70bb7857ef9fd86473..35d04d2f8b8d7f968df87e1f81da89c9fb60f8d1 100644 (file)
@@ -10,7 +10,7 @@ from importlib import resources
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('pip',)
-_PIP_VERSION = "24.2"
+_PIP_VERSION = "24.3.1"
 _PROJECTS = [
     ("pip", _PIP_VERSION, "py3"),
 ]
similarity index 84%
rename from Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl
index 542cdd1e7284ae5318664cd6a0f43fe9458d1d6c..5f1d35be6dd56b0e9f5ff0b6f555d43cd1853dda 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-24.2-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst b/Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst
new file mode 100644 (file)
index 0000000..bb13662
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 24.3.1