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

ned-deily webhook-mailer at python.org
Sun Mar 13 17:40:04 EDT 2022


https://github.com/python/cpython/commit/0fbab8a593dcd94cfc788700dd9bf67a73f85920
commit: 0fbab8a593dcd94cfc788700dd9bf67a73f85920
branch: 3.7
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2022-03-13T17:39:58-04:00
summary:

bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861)

(cherry picked from commit c99ac3c364ee21be72263791b71ee8b55f64de08)

Co-authored-by: Pradyun Gedam <pgedam at bloomberg.net>

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

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 8289c495d3689..3d88dec2cdf4b 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,7 +8,7 @@
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "47.1.0"
+_SETUPTOOLS_VERSION = "60.9.3"
 _PIP_VERSION = "22.0.4"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl
deleted file mode 100644
index f87867ff98254..0000000000000
Binary files a/Lib/ensurepip/_bundled/setuptools-47.1.0-py3-none-any.whl and /dev/null 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
new file mode 100644
index 0000000000000..b88ddc659ee10
Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl 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
new file mode 100644
index 0000000000000..06dd1271902d1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst
@@ -0,0 +1 @@
+Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)



More information about the Python-checkins mailing list