]> granicus.if.org Git - python/commitdiff
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
authorDonald Stufft <donald@stufft.io>
Thu, 17 Mar 2016 15:00:08 +0000 (11:00 -0400)
committerDonald Stufft <donald@stufft.io>
Thu, 17 Mar 2016 15:00:08 +0000 (11:00 -0400)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-8.0.2-py2.py3-none-any.whl with 77% similarity]
Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl with 73% similarity]

index 1b7311e53071dfad27e94fb8143b5aa0c1e01db7..412b590bb3a6d8010173e21d461583022a2d84cf 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "19.4"
+_SETUPTOOLS_VERSION = "20.3"
 
-_PIP_VERSION = "8.0.2"
+_PIP_VERSION = "8.1.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 77%
rename from Lib/ensurepip/_bundled/pip-8.0.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl
index cff6237a14ef4f3639c5b505ae7c79580313e286..8632eb7af04c6337f0442a878ecb99cd2b1a67e0 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-8.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl differ
similarity index 73%
rename from Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl
index b58455f31ed6d10d450e22ae9fa57023891f758f..39e67c0b6e3bb3fcb8ed5f42a494f3b1ac3fa9cc 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl differ