From: Ɓukasz Langa Date: Wed, 11 Jun 2025 16:10:39 +0000 (+0200) Subject: [3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397) X-Git-Tag: v3.9.24~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f28afe5456d8ed4a6fe0099337487043e29c912;p=thirdparty%2FPython%2Fcpython.git [3.9] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135397) --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 07065c3cb7da..d61bb089e37a 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -11,7 +11,7 @@ from . import _bundled __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "58.1.0" +_SETUPTOOLS_VERSION = "79.0.1" _PIP_VERSION = "23.0.1" _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 18c8c22958f1..000000000000 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-79.0.1-py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl new file mode 100644 index 000000000000..3eb896915897 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-47-19.gh-issue-135374.eqRcTc.rst b/Misc/NEWS.d/next/Library/2025-06-11-17-47-19.gh-issue-135374.eqRcTc.rst new file mode 100644 index 000000000000..fe0b54fc5eff --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-06-11-17-47-19.gh-issue-135374.eqRcTc.rst @@ -0,0 +1 @@ +Update the bundled copy of setuptools to 79.0.1.