From: Donald Stufft Date: Thu, 22 Mar 2018 02:47:44 +0000 (-0400) Subject: Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) X-Git-Tag: v3.8.0a1~2063 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d93b5161af12291f3f98a260c90cc2975ea9e9cd;p=thirdparty%2FPython%2Fcpython.git Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184) --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index d7a6dcf6bc85..4a5b0583f885 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "38.6.1" +_SETUPTOOLS_VERSION = "39.0.1" -_PIP_VERSION = "9.0.2" +_PIP_VERSION = "9.0.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl similarity index 95% rename from Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl index baf1f57e3d8b..5d33bba22868 100644 Binary files a/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl similarity index 70% rename from Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl index 2707d8be4a2d..edc3ca2d8ec3 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl differ