]> granicus.if.org Git - python/commitdiff
Update setuptools to 12.0.5 and pip to 6.0.7
authorDonald Stufft <donald@stufft.io>
Wed, 28 Jan 2015 22:56:15 +0000 (17:56 -0500)
committerDonald Stufft <donald@stufft.io>
Wed, 28 Jan 2015 22:56:15 +0000 (17:56 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl with 91% similarity]
Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl with 86% similarity]

index 9b9567ef1645e4be58f76961bc99e34b9c2a3c39..0188b41cfd7508f510b47af77deb13b28a791ea6 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "11.3.1"
+_SETUPTOOLS_VERSION = "12.0.5"
 
-_PIP_VERSION = "6.0.6"
+_PIP_VERSION = "6.0.7"
 
 # 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 91%
rename from Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl
index e2be1055f375447e667e34ce2ce018ec41a12221..e01e8c4f44fbf99d9cb286f5a06b6689ff29d4d6 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl differ
similarity index 86%
rename from Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
index 6892ff89b4f916c40a0044c18d4b41dbf73340e3..978cf6c43442faecdb4e8b84a3c2c0bc1bc0ec01 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl differ