]> granicus.if.org Git - python/commitdiff
Upgrade pip to 6.1.0 and setuptools to 15.0
authorDonald Stufft <donald@stufft.io>
Tue, 7 Apr 2015 05:29:33 +0000 (01:29 -0400)
committerDonald Stufft <donald@stufft.io>
Tue, 7 Apr 2015 05:29:33 +0000 (01:29 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl with 68% similarity]
Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl with 76% similarity]

index 9766247bcb8f2e991ae3e8cefca636f93c7192f9..17a0078df8bf544615ba7e5c277d6c0e962433b3 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "12.0.5"
+_SETUPTOOLS_VERSION = "15.0"
 
-_PIP_VERSION = "6.0.8"
+_PIP_VERSION = "6.1.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 68%
rename from Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl
index be9238d94c10081b4450aad01851f4c4eda1897c..2d075df9f0a002d8d3e08c2d5eb08cfb7e837290 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-6.1.0-py2.py3-none-any.whl differ
similarity index 76%
rename from Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl
index 978cf6c43442faecdb4e8b84a3c2c0bc1bc0ec01..578ff3c31c7db40f8777aa1272566362a3793956 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl differ