]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Upgrade pip to 7.0.3 and setuptools to 17.0
authorDonald Stufft <donald@stufft.io>
Tue, 2 Jun 2015 15:39:31 +0000 (11:39 -0400)
committerDonald Stufft <donald@stufft.io>
Tue, 2 Jun 2015 15:39:31 +0000 (11:39 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl with 94% similarity]
Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl with 86% similarity]

index e5db9f9c4e8bdbea94c410075fc909891359ca6a..027b733e73b1a278a703ad1af3e04d89b2d2f8e6 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "16.0"
+_SETUPTOOLS_VERSION = "17.0"
 
-_PIP_VERSION = "7.0.1"
+_PIP_VERSION = "7.0.3"
 
 # 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 94%
rename from Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl
index 30a61f0a0e9dde9b4dde32876e65213e7ceb4f8e..bb0cb3138ba4ade7fa5ba3285d04f70d439f490f 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl differ
similarity index 86%
rename from Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl
index fa4e994929b5bd27f99a44c78e08f48d142ccfd9..a1d3561bad9c3709196b6481dd2e540b0914129b 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-16.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl differ