[Python-checkins] gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)

miss-islington webhook-mailer at python.org
Sun Jul 24 07:43:11 EDT 2022


https://github.com/python/cpython/commit/6d332a6cfa371cdb45c180b3da72d491569b2b02
commit: 6d332a6cfa371cdb45c180b3da72d491569b2b02
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-07-24T04:43:05-07:00
summary:

gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)

(cherry picked from commit 3c94d3395edbcd299cbdacd09660ed88e654eeef)

Co-authored-by: Stéphane Bidoul <stephane.bidoul at gmail.com>

files:
A Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
A Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst
D Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 0f1483d11eb19..189cfb2425923 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -11,7 +11,7 @@
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "58.1.0"
+_SETUPTOOLS_VERSION = "63.2.0"
 _PIP_VERSION = "22.2"
 _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
deleted file mode 100644
index 18c8c22958f1f..0000000000000
Binary files a/Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl
new file mode 100644
index 0000000000000..e3b5446eb59cb
Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst b/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst
new file mode 100644
index 0000000000000..f3d9cf3306b8d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst
@@ -0,0 +1 @@
+Upgrade bundled setuptools to 63.2.0.



More information about the Python-checkins mailing list