]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
authorPradyun Gedam <pgedam@bloomberg.net>
Sun, 13 Mar 2022 18:49:28 +0000 (18:49 +0000)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 18:49:28 +0000 (14:49 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst [new file with mode: 0644]

index a198a86e1f9af992987d358d24c4c4c224a62995..d23fcad13987472f2dabdbfcc973ef9901f76d1e 100644 (file)
@@ -10,7 +10,7 @@ from importlib import resources
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "58.1.0"
+_SETUPTOOLS_VERSION = "60.9.3"
 _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
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-60.9.3-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-60.9.3-py3-none-any.whl
new file mode 100644 (file)
index 0000000..b88ddc6
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 (file)
index 0000000..06dd127
--- /dev/null
@@ -0,0 +1 @@
+Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)