From: Donald Stufft Date: Sat, 21 Dec 2013 00:03:18 +0000 (-0500) Subject: Upgrade pip to 1.5rc2 and setuptools to 2.0.1 X-Git-Tag: v3.4.0b2~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b36dace41b1a1f4173451d0ad63d6189410a188;p=python Upgrade pip to 1.5rc2 and setuptools to 2.0.1 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 63013aec3d..b6bc4b606e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -10,9 +10,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "1.3.2" +_SETUPTOOLS_VERSION = "2.0.1" -_PIP_VERSION = "1.5rc1" +_PIP_VERSION = "1.5rc2" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl deleted file mode 100644 index 6418895a58..0000000000 Binary files a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl new file mode 100644 index 0000000000..719bd84505 Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl similarity index 58% rename from Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl index 81962b1081..67ef8a1a97 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl differ