From: Donald Stufft Date: Tue, 31 Dec 2013 11:49:54 +0000 (-0500) Subject: Update pip to 1.5rc4 X-Git-Tag: v3.4.0b2~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73777c48dd6efed0d396e2a97e4a652c4aa6bd2b;p=thirdparty%2FPython%2Fcpython.git Update pip to 1.5rc4 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 64786c0ff169..d926cbe69883 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "2.0.1" -_PIP_VERSION = "1.5rc3" +_PIP_VERSION = "1.5rc4" # 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-1.5rc3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl similarity index 78% rename from Lib/ensurepip/_bundled/pip-1.5rc3-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl index 58443638a6a2..2a16332814c6 100644 Binary files a/Lib/ensurepip/_bundled/pip-1.5rc3-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl differ