From 196983563d05e32d2dcf217e955a919f9e0c25e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 24 Apr 2021 18:21:50 +0200 Subject: bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576) Update bundled pip to 21.1 and setuptools to 56.0.0 --- Lib/ensurepip/__init__.py | 4 ++-- Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl | Bin 1539184 -> 0 bytes Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl | Bin 0 -> 1547115 bytes .../_bundled/setuptools-52.0.0-py3-none-any.whl | Bin 784514 -> 0 bytes .../_bundled/setuptools-56.0.0-py3-none-any.whl | Bin 0 -> 784941 bytes .../Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst | 1 + 6 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl create mode 100644 Misc/NEWS.d/next/Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 0f1df6e..93d8ed5 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -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 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 index 0000000..59395be Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl deleted file mode 100644 index 9eb776e..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl new file mode 100644 index 0000000..264ef10 Binary files /dev/null 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 index 0000000..7dac21f --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-04-24-14-23-07.bpo-43930.R7ah0m.rst @@ -0,0 +1 @@ +Update bundled pip to 21.1 and setuptools to 56.0.0 \ No newline at end of file -- cgit v0.12