]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 Jul 2022 11:43:05 +0000 (04:43 -0700)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 11:43:05 +0000 (04:43 -0700)
(cherry picked from commit 3c94d3395edbcd299cbdacd09660ed88e654eeef)

Co-authored-by: Stéphane Bidoul <stephane.bidoul@gmail.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/setuptools-63.2.0-py3-none-any.whl [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-07-24-12-00-06.gh-issue-95199.-5A64k.rst [new file with mode: 0644]

index 0f1483d11eb192f6dbb29af8e1150f5b846b693e..189cfb24259230b1fc6cc502f1fb1e5b92ab79eb 100644 (file)
@@ -11,7 +11,7 @@ from importlib import resources
 
 __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 (file)
index 18c8c22..0000000
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 (file)
index 0000000..e3b5446
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 (file)
index 0000000..f3d9cf3
--- /dev/null
@@ -0,0 +1 @@
+Upgrade bundled setuptools to 63.2.0.