FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (… · python/cpython@1b12392 · GitHub

/ cpython Public

Commit 1b12392

Browse files
authored
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
This reverts commit bda64b3 as it breaks test_bdb and test_distutils with installed Pythons.
1 parent b4fd91b commit 1b12392

4 files changed

Lines changed: 1 addition & 3 deletions

File tree

‎Lib/ensurepip/__init__.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212

1313
__all__ = ["version", "bootstrap"]
14-
_PACKAGE_NAMES = ('setuptools', 'pip')
15-
_SETUPTOOLS_VERSION = "60.9.3"
14+
_SETUPTOOLS_VERSION = "58.1.0"
1615
_PIP_VERSION = "22.0.4"
1716
_PROJECTS = [
1817
("setuptools", _SETUPTOOLS_VERSION, "py3"),
798 KB
Binary file not shown.
-1.03 MB
Binary file not shown.

‎Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL