diff options
author | Donald Stufft <donald@stufft.io> | 2016-08-14 20:10:17 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-08-14 20:10:17 (GMT) |
commit | 80a3ba90fd46ca3857206f35d6ee68270aab6eba (patch) | |
tree | b9497659bf5ea63751f456a1602f2a4ceeb21c6f | |
parent | 91060f26f960ceb2ba9da5f86585836e7c2a8b2d (diff) | |
parent | 5e4aafa258fa85d1aebf469ddf8f5d43b7671c38 (diff) | |
download | cpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.zip cpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.tar.gz cpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.tar.bz2 |
merge 3.4
-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 |