]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update pip to 8.0.0 and setuptools to 19.4
authorDonald Stufft <donald@stufft.io>
Wed, 20 Jan 2016 01:13:51 +0000 (20:13 -0500)
committerDonald Stufft <donald@stufft.io>
Wed, 20 Jan 2016 01:13:51 +0000 (20:13 -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 12588335d943761579db89ecbc3761dee48859de..b293c725c7fa5d80241be0b800b01addaa1d91d3 100644 (file)
@@ -8,9 +8,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