summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2016-08-14 20:10:17 (GMT)
committerDonald Stufft <donald@stufft.io>2016-08-14 20:10:17 (GMT)
commit80a3ba90fd46ca3857206f35d6ee68270aab6eba (patch)
treeb9497659bf5ea63751f456a1602f2a4ceeb21c6f
parent91060f26f960ceb2ba9da5f86585836e7c2a8b2d (diff)
parent5e4aafa258fa85d1aebf469ddf8f5d43b7671c38 (diff)
downloadcpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.zip
cpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.tar.gz
cpython-80a3ba90fd46ca3857206f35d6ee68270aab6eba.tar.bz2
merge 3.4
-rw-r--r--Lib/ensurepip/__init__.py4
-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)bin1197664 -> 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)bin509211 -> 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
index 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
Binary files differ
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
index 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
Binary files differ