]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576)
authorStéphane Bidoul <stephane.bidoul@acsone.eu>
Sat, 24 Apr 2021 16:21:50 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Apr 2021 16:21:50 +0000 (17:21 +0100)
Update bundled pip to 21.1 and setuptools to 56.0.0

Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl with 91% similarity]
Misc/NEWS.d/next/Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst [new file with mode: 0644]

index 0f1df6e8a839d1cfffa85bc702b1df386a520e7f..93d8ed5bdc85812db7b12ab402ae27abaa2865d9 100644 (file)
@@ -11,8 +11,8 @@ from importlib import resources
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "52.0.0"
-_PIP_VERSION = "21.0.1"
+_SETUPTOOLS_VERSION = "56.0.0"
+_PIP_VERSION = "21.1"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
     ("pip", _PIP_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
deleted file mode 100644 (file)
index 6d55137..0000000
Binary files a/Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl b/Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl
new file mode 100644 (file)
index 0000000..59395be
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl differ
similarity index 91%
rename from Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
index 9eb776ecfba275142da423b23e3e7bd89aa65e33..264ef10e8266795ddbc54885d40aa3de1803daa6 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst b/Misc/NEWS.d/next/Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst
new file mode 100644 (file)
index 0000000..7dac21f
--- /dev/null
@@ -0,0 +1 @@
+Update bundled pip to 21.1 and setuptools to 56.0.0
\ No newline at end of file