diff options
author | Donald Stufft <donald@stufft.io> | 2016-08-14 20:09:56 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-08-14 20:09:56 (GMT) |
commit | 5e4aafa258fa85d1aebf469ddf8f5d43b7671c38 (patch) | |
tree | 5b0a69756e06da507871f922c5cae8c99df55307 /Lib/ensurepip | |
parent | 5295532adb9d33970dd0f3370ab45c4e3bc3757c (diff) | |
download | cpython-5e4aafa258fa85d1aebf469ddf8f5d43b7671c38.zip cpython-5e4aafa258fa85d1aebf469ddf8f5d43b7671c38.tar.gz cpython-5e4aafa258fa85d1aebf469ddf8f5d43b7671c38.tar.bz2 |
Update setuptools/pip to 25.2.0/8.1.2
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r-- | Lib/ensurepip/__init__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-8.1.2-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl) | bin | 1197664 -> 1198961 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl) | bin | 509211 -> 442860 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 08aedf9..6b4c57e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "20.10.1" +_SETUPTOOLS_VERSION = "25.2.0" -_PIP_VERSION = "8.1.1" +_PIP_VERSION = "8.1.2" # 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-8.1.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-8.1.2-py2.py3-none-any.whl Binary files differindex 8632eb7..cc49227 100644 --- a/Lib/ensurepip/_bundled/pip-8.1.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/pip-8.1.2-py2.py3-none-any.whl diff --git a/Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl Binary files differindex 9d1319a..02c8ce8 100644 --- a/Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl |