8000 bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) · ned-deily/cpython@dd9c72a · GitHub
[go: up one dir, main page]

Skip to content

Commit dd9c72a

Browse files
pradyunsgned-deily
authored andcommitted
bpo-46986: Upgrade bundled setuptools to 60.9.3 (pythonGH-31820)
(cherry picked from commit c99ac3c)
1 parent ccbc31e commit dd9c72a

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 4 C96B deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@
88

99

1010
__all__ = ["version", "bootstrap"]
11-
12-
_SETUPTOOLS_VERSION = "56.0.0"
13-
11+
_PACKAGE_NAMES = ('setuptools', 'pip')
12+
_SETUPTOOLS_VERSION = "60.9.3"
1413
_PIP_VERSION = "21.1.1"
15-
1614
_PROJECTS = [
1715
("setuptools", _SETUPTOOLS_VERSION, "py3"),
1816
("pip", _PIP_VERSION, "py3"),
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)

0 commit comments

Comments
 (0)
0