]> granicus.if.org Git - python/commitdiff
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Mar 2018 15:54:45 +0000 (08:54 -0700)
committerDonald Stufft <donald@stufft.io>
Sat, 17 Mar 2018 15:54:45 +0000 (11:54 -0400)
(cherry picked from commit 7f81bb2addbbccfa45a2fc1aa6030f26dcf4bd78)

Co-authored-by: Donald Stufft <donald@stufft.io>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl with 54% similarity]
Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl with 65% similarity]

index ea2a5e6348228a9cd4e33039d13221921f2c9723..16769672026734679e566df184c53561483e4c20 100644 (file)
@@ -12,9 +12,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "28.8.0"
+_SETUPTOOLS_VERSION = "38.6.1"
 
-_PIP_VERSION = "9.0.1"
+_PIP_VERSION = "9.0.2"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
similarity index 54%
rename from Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl
index 4b8ecc69db7e37fc6dd7b6dd8f690508f42866a1..baf1f57e3d8b42136f3cc93695ad45892b461643 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl differ
similarity index 65%
rename from Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl
index 502e3cb418c154872ad6e677ef8b63557b38ec35..2707d8be4a2ddf345a71c2cc1a9156886182f373 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl differ