]> 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:38:01 +0000 (11:38 -0400)
committerDonald Stufft <donald@stufft.io>
Tue, 2 Jun 2015 15:38:01 +0000 (11:38 -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 0843b54ccd198ba66b563134774a0f9e07c01c59..ccf46f7d897ce3bc8ae05f1dc7360118c6f6d60a 100644 (file)
@@ -12,9 +12,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