From 8b36dace41b1a1f4173451d0ad63d6189410a188 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 20 Dec 2013 19:03:18 -0500 Subject: Upgrade pip to 1.5rc2 and setuptools to 2.0.1 --- Lib/ensurepip/__init__.py | 4 ++-- Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl | Bin 931600 -> 0 bytes Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl | Bin 0 -> 954665 bytes .../_bundled/setuptools-1.3.2-py2.py3-none-any.whl | Bin 549754 -> 0 bytes .../_bundled/setuptools-2.0.1-py2.py3-none-any.whl | Bin 0 -> 618381 bytes 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl (limited to 'Lib') 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-1.3.2-py2.py3-none-any.whl deleted file mode 100644 index 81962b1081..0000000000 Binary files a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl new file mode 100644 index 0000000000..67ef8a1a97 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl differ -- cgit v1.2.1