]> granicus.if.org Git - python/commitdiff
Update pip to 1.5.2 and setuptools to 2.1
authorDonald Stufft <donald@stufft.io>
Sun, 26 Jan 2014 05:22:39 +0000 (00:22 -0500)
committerDonald Stufft <donald@stufft.io>
Sun, 26 Jan 2014 05:22:39 +0000 (00:22 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl with 66% similarity]
Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl with 82% similarity]

index 26d411f6194c3b22fbac59057b016cadf6982f62..fe51fde2d290d28852954570bd5fef6e3b2f818e 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "2.0.2"
+_SETUPTOOLS_VERSION = "2.1"
 
-_PIP_VERSION = "1.5"
+_PIP_VERSION = "1.5.2"
 
 # 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 66%
rename from Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl
index dd7ca2e634424d8f443cf82f7b92393410219748..9133eed9718ca6849514fa8a0b874fcc05050913 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl differ
similarity index 82%
rename from Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl
index 267eeff2387c02dbf6b1450024b1c5101c307056..ed77b59e632f32d09a3ae52adaa7f3e6659d8b48 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl differ