]> granicus.if.org Git - python/commitdiff
Upgrade pip to 9.0.1 and setuptools to 28.8.0
authorDonald Stufft <donald@stufft.io>
Wed, 16 Nov 2016 02:17:43 +0000 (21:17 -0500)
committerDonald Stufft <donald@stufft.io>
Wed, 16 Nov 2016 02:17:43 +0000 (21:17 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-9.0.0-py2.py3-none-any.whl with 87% similarity]
Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-28.7.1-py2.py3-none-any.whl with 89% similarity]

index 68853ef0129ee6716bd285037d020e84f15bca37..25c55679a321f6b42efefb8f915558d44d59ae78 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "28.7.1"
+_SETUPTOOLS_VERSION = "28.8.0"
 
-_PIP_VERSION = "9.0.0"
+_PIP_VERSION = "9.0.1"
 
 # 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 87%
rename from Lib/ensurepip/_bundled/pip-9.0.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl
index 2c631a846c10cf51d32241263aff9c38a5bd8e27..4b8ecc69db7e37fc6dd7b6dd8f690508f42866a1 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-9.0.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl differ
similarity index 89%
rename from Lib/ensurepip/_bundled/setuptools-28.7.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
index cbcc2200f46eb05d707ad7c2c581ac36e561c256..502e3cb418c154872ad6e677ef8b63557b38ec35 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-28.7.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl differ