]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Upgrade pip to 9.0.1 and setuptools to 28.8.0
authorDonald Stufft <donald@stufft.io>
Wed, 16 Nov 2016 02:21:35 +0000 (21:21 -0500)
committerDonald Stufft <donald@stufft.io>
Wed, 16 Nov 2016 02:21:35 +0000 (21:21 -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 91d77d3c2e6549cab9ef54ab177c6d5ca5c9e049..c2abed84ef0c5d917779512f1df31d59dd5808a3 100644 (file)
@@ -12,9 +12,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"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
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