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
This commit is contained in:
Paul Moore 2021-01-30 16:42:36 +00:00 committed by GitHub
parent 86e322f141
commit 4d11ecbb5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 3 deletions

View file

@ -11,11 +11,11 @@
__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.

Binary file not shown.

View file

@ -0,0 +1 @@
Update the bundled pip to 21.0.1 and setuptools to 52.0.0.