[Python-checkins] Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)

ned-deily webhook-mailer at python.org
Mon Mar 14 17:08:36 EDT 2022


https://github.com/python/cpython/commit/0cfcc0cbee4a0d48c412169f46b7199728fb298a
commit: 0cfcc0cbee4a0d48c412169f46b7199728fb298a
branch: 3.10
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2022-03-14T17:08:28-04:00
summary:

Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)

This reverts commit 25962e4e60235645f945d23281431b30b3c3d573
as it breaks test_bdb and test_distutils with installed Pythons.

files:
A Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
D Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 20a40456d5fe0..3fbe8b2a5b136 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,7 +11,7 @@
 
 __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 0000000000000..18c8c22958f1f
Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl 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 b88ddc659ee10..0000000000000
Binary files a/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl and /dev/null differ
diff --git a/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst
deleted file mode 100644
index 06dd1271902d1..0000000000000
--- a/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst
+++ /dev/null
@@ -1 +0,0 @@
-Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)



More information about the Python-checkins mailing list