summaryrefslogtreecommitdiffstats
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@acsone.eu>2021-04-24 16:21:50 (GMT)
committerGitHub <noreply@github.com>2021-04-24 16:21:50 (GMT)
commit196983563d05e32d2dcf217e955a919f9e0c25e1 (patch)
tree22d23715102fd90ed0b16cca4b359160efa95f00 /Lib/ensurepip
parentc6ca368867bd68d44f333df840aa85d425a51410 (diff)
downloadcpython-196983563d05e32d2dcf217e955a919f9e0c25e1.zip
cpython-196983563d05e32d2dcf217e955a919f9e0c25e1.tar.gz
cpython-196983563d05e32d2dcf217e955a919f9e0c25e1.tar.bz2
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
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py4
-rw-r--r--Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whlbin1539184 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whlbin0 -> 1547115 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl)bin784514 -> 784941 bytes
4 files changed, 2 insertions, 2 deletions
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
--- a/Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
+++ /dev/null
Binary files 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
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-21.1-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
index 9eb776e..264ef10 100644
--- a/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-56.0.0-py3-none-any.whl
Binary files differ