diff options
author | Donald Stufft <donald@stufft.io> | 2015-02-04 22:00:56 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-02-04 22:00:56 -0500 |
commit | da3c64c82602261fd14a5ecd3b05c290a71c8318 (patch) | |
tree | 5c8734d158b89afaf67f4e93678a12a6c67a590d | |
parent | Make the stdlib test suite helper test.script_helper._assert_python no longer (diff) | |
parent | Update pip to 6.0.8 (diff) | |
download | cpython-da3c64c82602261fd14a5ecd3b05c290a71c8318.tar.gz cpython-da3c64c82602261fd14a5ecd3b05c290a71c8318.tar.bz2 cpython-da3c64c82602261fd14a5ecd3b05c290a71c8318.zip |
Merge: Update pip to 6.0.8
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl) | bin | 1263429 -> 1266491 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 0188b41cfd7..9766247bcb8 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,7 +10,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "12.0.5" -_PIP_VERSION = "6.0.7" +_PIP_VERSION = "6.0.8" # pip currently requires ssl support, so we try to provide a nicer # error message when that is missing (http://bugs.python.org/issue19744) diff --git a/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl Binary files differindex e01e8c4f44f..be9238d94c1 100644 --- a/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl |