https://github.com/python/cpython/commit/c96ab19ae460911e40ffa502f1bf945ab6c53a2e
commit: c96ab19ae460911e40ffa502f1bf945ab6c53a2e
branch: 3.11
author: Ćukasz Langa <[email protected]>
committer: ambv <[email protected]>
date: 2025-06-11T17:57:25+02:00
summary:
[3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)
files:
A Lib/ensurepip/_bundled/setuptools-79.0.1-py3-none-any.whl
A Misc/NEWS.d/next/Library/2025-06-11-17-38-16.gh-issue-135374.eqRcTc.rst
D Lib/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl
M Lib/ensurepip/__init__.py
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 165f3963a66c1e..f48edd3bc17d50 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,7 +10,7 @@
__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
index 123a13e2c6b254..00000000000000
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
index 00000000000000..3eb896915897fb
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
index 00000000000000..fe0b54fc5eff22
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2025-06-11-17-38-16.gh-issue-135374.eqRcTc.rst
@@ -0,0 +1 @@
+Update the bundled copy of setuptools to 79.0.1.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]