From: Steve Dower Date: Mon, 26 Aug 2019 19:57:57 +0000 (-0700) Subject: bpo-37664: Update ensurepip bundled wheels, again (GH-15483) X-Git-Tag: v3.8.0b4~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04b750740be6e7c4a7693f1135c4788b40a028c1;p=python bpo-37664: Update ensurepip bundled wheels, again (GH-15483) --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 63de20e288..fc0edec6e3 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "41.0.1" +_SETUPTOOLS_VERSION = "41.2.0" -_PIP_VERSION = "19.2.1" +_PIP_VERSION = "19.2.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl similarity index 93% rename from Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl index 1690eb3f4f..8118df8ac1 100644 Binary files a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl similarity index 87% rename from Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl index 92836e9840..82df6f63f4 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl differ diff --git a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst new file mode 100644 index 0000000000..f12590540e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst @@ -0,0 +1 @@ +Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)