]> granicus.if.org Git - python/commitdiff
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Mar 2018 03:50:50 +0000 (20:50 -0700)
committerNed Deily <nad@python.org>
Wed, 28 Mar 2018 07:33:38 +0000 (03:33 -0400)
(cherry picked from commit d93b5161af12291f3f98a260c90cc2975ea9e9cd)

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

index d7a6dcf6bc85e49240704fc9c22564cd02d47538..4a5b0583f88558539441a9298a690408f43ff5a5 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "38.6.1"
+_SETUPTOOLS_VERSION = "39.0.1"
 
-_PIP_VERSION = "9.0.2"
+_PIP_VERSION = "9.0.3"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
similarity index 95%
rename from Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl
index baf1f57e3d8b42136f3cc93695ad45892b461643..5d33bba22868130e6f61689bc6c2586b13ee01b0 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl differ
similarity index 70%
rename from Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
index 2707d8be4a2ddf345a71c2cc1a9156886182f373..edc3ca2d8ec3e0af7a305c5b9cf0fe574069ae90 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl differ