mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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:
parent
86e322f141
commit
4d11ecbb5e
6 changed files with 4 additions and 3 deletions
|
|
@ -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.
BIN
Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/pip-21.0.1-py3-none-any.whl
Normal file
Binary file not shown.
Binary file not shown.
BIN
Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/setuptools-52.0.0-py3-none-any.whl
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Update the bundled pip to 21.0.1 and setuptools to 52.0.0.
|
||||
Loading…
Add table
Add a link
Reference in a new issue