]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-129583: update bundled pip to 25.0.1 (GH-129909) (#129947)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 3 Mar 2025 15:46:07 +0000 (17:46 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Mar 2025 15:46:07 +0000 (17:46 +0200)
(cherry picked from commit b8f7bddd6c6b5d2d13c97882042ce808aceca5a8)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl with 75% similarity]
Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst [new file with mode: 0644]

index 35d04d2f8b8d7f968df87e1f81da89c9fb60f8d1..f827afa4646c4a1b783c3c3a0e56a66fffa5ea0e 100644 (file)
@@ -10,7 +10,7 @@ from importlib import resources
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('pip',)
-_PIP_VERSION = "24.3.1"
+_PIP_VERSION = "25.0.1"
 _PROJECTS = [
     ("pip", _PIP_VERSION, "py3"),
 ]
similarity index 75%
rename from Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl
index 5f1d35be6dd56b0e9f5ff0b6f555d43cd1853dda..8d3b0043ea53790b1ad142d8ce9a6b3a7fd19e66 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-25.0.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst b/Misc/NEWS.d/next/Library/2025-02-09-17-47-01.gh-issue-129583.-130Ys.rst
new file mode 100644 (file)
index 0000000..9f24a83
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 25.0.1