]> granicus.if.org Git - python/commitdiff
Upgrade pip to 7.0 and setuptools to 16.0
authorDonald Stufft <donald@stufft.io>
Fri, 22 May 2015 04:43:31 +0000 (00:43 -0400)
committerDonald Stufft <donald@stufft.io>
Fri, 22 May 2015 04:43:31 +0000 (00:43 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-7.0.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl with 76% similarity]
Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl with 84% similarity]

index e7df79af847ecb75d633e3342ace583b0be2ed2c..53610bd1b71e75a07e63f269546d1ace4495a69f 100644 (file)
@@ -12,9 +12,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "15.2"
+_SETUPTOOLS_VERSION = "16.0"
 
-_PIP_VERSION = "6.1.1"
+_PIP_VERSION = "7.0.0"
 
 # pip currently requires ssl support, so we try to provide a nicer
 # error message when that is missing (http://bugs.python.org/issue19744)
similarity index 76%
rename from Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-7.0.0-py2.py3-none-any.whl
index e59694a019051d58b9a378a1adfc9461b8cec9c3..926d2a79fa715a9f9a9825a6304bcbd96683612e 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-7.0.0-py2.py3-none-any.whl differ
similarity index 84%
rename from Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl
index f153ed376684275e08fcfebdb2de8352fb074171..fa4e994929b5bd27f99a44c78e08f48d142ccfd9 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl differ