diff options
author | Ned Deily <nad@python.org> | 2022-03-14 20:30:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 20:30:46 (GMT) |
commit | 19f69993ae97db0bbea3b845a33b060b73b658b3 (patch) | |
tree | 9a7602799c50c9e5d5b7e080761228d3e7f98f5a /Lib/ensurepip | |
parent | 879fbd9472753149b627f32add3ddca90ac47ab7 (diff) | |
download | cpython-19f69993ae97db0bbea3b845a33b060b73b658b3.zip cpython-19f69993ae97db0bbea3b845a33b060b73b658b3.tar.gz cpython-19f69993ae97db0bbea3b845a33b060b73b658b3.tar.bz2 |
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
This reverts commit c99ac3c364ee21be72263791b71ee8b55f64de08
as it breaks test_bdb and test_distutils with installed Pythons.
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl | bin | 0 -> 816725 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl | bin | 1078952 -> 0 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index d23fcad..a198a86 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ from importlib import resources __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 Binary files differnew file mode 100644 index 0000000..18c8c22 --- /dev/null +++ b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl 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 Binary files differdeleted file mode 100644 index b88ddc6..0000000 --- a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl +++ /dev/null |