summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-03-14 21:10:20 (GMT)
committerGitHub <noreply@github.com>2022-03-14 21:10:20 (GMT)
commit1b1239205d1b7ace1b054477c14fe77d54f471c4 (patch)
treed055058143f6083671061c3e97c8deace7135ecb /Lib
parentb4fd91b4d931dd97ceaf76750d227dd042c236f8 (diff)
downloadcpython-1b1239205d1b7ace1b054477c14fe77d54f471c4.zip
cpython-1b1239205d1b7ace1b054477c14fe77d54f471c4.tar.gz
cpython-1b1239205d1b7ace1b054477c14fe77d54f471c4.tar.bz2
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
This reverts commit bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba as it breaks test_bdb and test_distutils with installed Pythons.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ensurepip/__init__.py3
-rw-r--r--Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whlbin0 -> 816725 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whlbin1078952 -> 0 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 0d76fc9..e510cc7 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,8 +11,7 @@ from . import _bundled
__all__ = ["version", "bootstrap"]
-_PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "60.9.3"
+_SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "22.0.4"
_PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
new file mode 100644
index 0000000..18c8c22
--- /dev/null
+++ b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
deleted file mode 100644
index b88ddc6..0000000
--- a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
+++ /dev/null
Binary files differ