]> granicus.if.org Git - python/commitdiff
Update setuptools to 18.0.1 and pip to 7.1.0
authorDonald Stufft <donald@stufft.io>
Wed, 1 Jul 2015 15:30:50 +0000 (11:30 -0400)
committerDonald Stufft <donald@stufft.io>
Wed, 1 Jul 2015 15:30:50 +0000 (11:30 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-7.1.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-7.0.3-py2.py3-none-any.whl with 86% similarity]
Lib/ensurepip/_bundled/setuptools-18.0.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-17.0-py2.py3-none-any.whl with 83% similarity]

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