]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
authorStéphane Bidoul <stephane.bidoul@gmail.com>
Sun, 24 Jul 2022 09:55:25 +0000 (11:55 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 09:55:25 +0000 (10:55 +0100)
upgrade bundled pip to 22.2

Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst [new file with mode: 0644]

index 1f25825f3febfdbb294d8d56cfd404a6f384a2e5..c4d116ea122e078f82b796754888808339bd3752 100644 (file)
@@ -11,7 +11,7 @@ from importlib import resources
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
 _SETUPTOOLS_VERSION = "58.1.0"
-_PIP_VERSION = "22.0.4"
+_PIP_VERSION = "22.2"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
     ("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl
deleted file mode 100644 (file)
index 7ba048e..0000000
Binary files a/Lib/ensurepip/_bundled/pip-22.0.4-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl
new file mode 100644 (file)
index 0000000..9c43960
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-22.2-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst b/Misc/NEWS.d/next/Library/2022-07-24-09-15-35.gh-issue-95194.ERVmqG.rst
new file mode 100644 (file)
index 0000000..c696519
--- /dev/null
@@ -0,0 +1 @@
+Upgrade bundled pip to 22.2.