]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 11 Jun 2025 15:57:25 +0000 (17:57 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Jun 2025 15:57:25 +0000 (17:57 +0200)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-06-11-17-38-16.gh-issue-135374.eqRcTc.rst [new file with mode: 0644]

index 165f3963a66c1ef79118d7d8aeedb5f302e0f349..f48edd3bc17d50d01fec2cc069a1322252bcfb9c 100644 (file)
@@ -10,7 +10,7 @@ from importlib import resources
 
 __all__ = ["version", "bootstrap"]
 _PACKAGE_NAMES = ('setuptools', 'pip')
-_SETUPTOOLS_VERSION = "65.5.0"
+_SETUPTOOLS_VERSION = "79.0.1"
 _PIP_VERSION = "24.0"
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION, "py3"),
diff --git a/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
deleted file mode 100644 (file)
index 123a13e..0000000
Binary files a/Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl
new file mode 100644 (file)
index 0000000..3eb8969
Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2025-06-11-17-38-16.gh-issue-135374.eqRcTc.rst b/Misc/NEWS.d/next/Library/2025-06-11-17-38-16.gh-issue-135374.eqRcTc.rst
new file mode 100644 (file)
index 0000000..fe0b54f
--- /dev/null
@@ -0,0 +1 @@
+Update the bundled copy of setuptools to 79.0.1.