]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 5 Oct 2021 22:16:30 +0000 (00:16 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 22:16:30 +0000 (00:16 +0200)
(cherry picked from commit 4c8d543823dde5a30615da61727837a48f7ab847)

Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl with 80% similarity]
Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst [new file with mode: 0644]

index 7b03970c93ec077656f98ddb319876bf08b162fd..2a140a2624d461e872941f033acd0beeb0954edc 100644 (file)
@@ -11,12 +11,8 @@ from . import _bundled
 
 
 __all__ = ["version", "bootstrap"]
-
-
-_SETUPTOOLS_VERSION = "57.4.0"
-
-_PIP_VERSION = "21.2.3"
-
+_SETUPTOOLS_VERSION = "58.1.0"
+_PIP_VERSION = "21.2.4"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
     ("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl
deleted file mode 100644 (file)
index d417df6..0000000
Binary files a/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl
new file mode 100644 (file)
index 0000000..46d3012
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-21.2.4-py3-none-any.whl differ
similarity index 80%
rename from Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
index af8f8ba21003b1f24d315f5a0c4de6168f35c9f4..18c8c22958f1f1bc9d50afc4c9c3d585c14246e3 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst b/Misc/NEWS.d/next/Library/2021-10-01-23-07-02.bpo-45343.ixmctD.rst
new file mode 100644 (file)
index 0000000..8dac4e6
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 21.2.4 and setuptools to 58.1.0