mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
(cherry picked from commit c99ac3c364)
Co-authored-by: Pradyun Gedam <pgedam@bloomberg.net>
This commit is contained in:
parent
4f340b0739
commit
bda64b3c0c
4 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ from . import _bundled
|
|||
|
||||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_SETUPTOOLS_VERSION = "58.1.0"
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "60.9.3"
|
||||
_PIP_VERSION = "22.0.4"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
|
|
|
|||
Binary file not shown.
BIN
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
Normal file
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue