aboutsummaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2021-01-30 16:42:36 +0000
committerGitHub <noreply@github.com>2021-01-30 16:42:36 +0000
commit4d11ecbb5ed78e6259ee27289c7638aad795f473 (patch)
tree58a23ec67a1c6482928535ce8d467feca63c87ec /Lib
parentbpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24... (diff)
downloadcpython-4d11ecbb5ed78e6259ee27289c7638aad795f473.tar.gz
cpython-4d11ecbb5ed78e6259ee27289c7638aad795f473.tar.bz2
cpython-4d11ecbb5ed78e6259ee27289c7638aad795f473.zip
bpo-43077: Update bundled pip to 21.0.1 and setuptools to 52.0.0 (GH-24386)
Update bundled pip to 21.0.1 and setuptools to 52.0.0
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ensurepip/__init__.py6
-rw-r--r--Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whlbin1503696 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whlbin0 -> 1539184 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whlbin583087 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whlbin0 -> 784514 bytes
5 files changed, 3 insertions, 3 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 2276fd7fd8f..74530706be5 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,11 +11,11 @@ from importlib import resources
__all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "47.1.0"
-_PIP_VERSION = "20.2.3"
+_SETUPTOOLS_VERSION = "52.0.0"
+_PIP_VERSION = "21.0.1"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
- ("pip", _PIP_VERSION, "py2.py3"),
+ ("pip", _PIP_VERSION, "py3"),
]
# Packages bundled in ensurepip._bundled have wheel_name set.
diff --git a/Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl
deleted file mode 100644
index 7ebdc0f31d4..00000000000
--- a/Lib/ensurepip/_bundled/pip-20.2.3-py2.py3-none-any.whl
+++ /dev/null
Binary files differ
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
new file mode 100644
index 00000000000..6d55137b941
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
deleted file mode 100644
index f87867ff982..00000000000
--- a/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
+++ /dev/null
Binary files 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
new file mode 100644
index 00000000000..9eb776ecfba
--- /dev/null
+++ b/Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl
Binary files differ