]> granicus.if.org Git - python/commitdiff
Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0
authorDonald Stufft <donald@stufft.io>
Sat, 3 Jan 2015 10:20:23 +0000 (05:20 -0500)
committerDonald Stufft <donald@stufft.io>
Sat, 3 Jan 2015 10:20:23 +0000 (05:20 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl with 90% similarity]
Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl with 63% similarity]

index 72936b8029c0df25e63df0e3336f23db246d53f0..82c011189d11403b702cbca847b87162481281bc 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "8.2.1"
+_SETUPTOOLS_VERSION = "11.0"
 
-_PIP_VERSION = "6.0.2"
+_PIP_VERSION = "6.0.6"
 
 # 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 90%
rename from Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl
index 312467d98be6893a4a965af2e2f53b63188676c0..e2be1055f375447e667e34ce2ce018ec41a12221 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl differ
similarity index 63%
rename from Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl
index fa3a6a54053285d701c58cae779ebd9a8a992118..ceeaa3cd5c326495156cb90ed3934ee5b712ad2e 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl differ