From: Donald Stufft Date: Sat, 3 Jan 2015 10:20:23 +0000 (-0500) Subject: Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0 X-Git-Tag: v3.4.3rc1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f35ff57bbfa5ea7c10636b9ec7c973e9f3ddf6;p=python Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 72936b8029..82c011189d 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "8.2.1" +_SETUPTOOLS_VERSION = "11.0" -_PIP_VERSION = "6.0.2" +_PIP_VERSION = "6.0.6" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) diff --git a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl similarity index 90% rename from Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl index 312467d98b..e2be1055f3 100644 Binary files a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl similarity index 63% rename from Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl index fa3a6a5405..ceeaa3cd5c 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl differ