From: Nick Coghlan Date: Fri, 22 Nov 2013 13:32:24 +0000 (+1000) Subject: Update bundled pip to 1.5rc1 X-Git-Tag: v3.4.0b1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b61ef6f797abf9d573573710b2f1bd8d1b4e45b;p=thirdparty%2FPython%2Fcpython.git Update bundled pip to 1.5rc1 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index bfc5beeab533..0fdacdad66e3 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ __all__ = ["version", "bootstrap"] _SETUPTOOLS_VERSION = "1.3.2" -_PIP_VERSION = "1.5.dev1" +_PIP_VERSION = "1.5.rc1" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl similarity index 91% rename from Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl index 65e354860e04..6418895a582a 100644 Binary files a/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl differ