]> granicus.if.org Git - python/commitdiff
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 Mar 2018 16:19:41 +0000 (09:19 -0700)
committerDonald Stufft <donald@stufft.io>
Sat, 17 Mar 2018 16:19:41 +0000 (12:19 -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 d69e09fab084e6d217439b0c7c7c7355a621631b..d7a6dcf6bc85e49240704fc9c22564cd02d47538 100644 (file)
@@ -8,9 +8,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