]> granicus.if.org Git - python/commitdiff
Upgrade pip to 8.0.0 and setuptools to 19.4
authorDonald Stufft <donald@stufft.io>
Wed, 20 Jan 2016 01:17:03 +0000 (20:17 -0500)
committerDonald Stufft <donald@stufft.io>
Wed, 20 Jan 2016 01:17:03 +0000 (20:17 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl with 54% similarity]
Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl with 68% similarity]

index de0fbfbfa50534923fd9ebbe6fe6d05c9a85cbd5..242efcff010df98c06def3b163047dee5adc8477 100644 (file)
@@ -12,9 +12,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "18.2"
+_SETUPTOOLS_VERSION = "19.4"
 
-_PIP_VERSION = "7.1.2"
+_PIP_VERSION = "8.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 54%
rename from Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl
index 5e490155f0ca7f4ddb64c93c39fb2efb8795cd08..4e685be865845ae4911efd1e5c04a87b5bd01c99 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl differ
similarity index 68%
rename from Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl
index f4288d68e074466894d8a2342e113737df7b7649..b58455f31ed6d10d450e22ae9fa57023891f758f 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl differ