From 0711dd921bd49c3d88e3716c43f8842bcc70bab4 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sun, 26 Jan 2014 00:22:39 -0500 Subject: Update pip to 1.5.2 and setuptools to 2.1 --- Lib/ensurepip/__init__.py | 4 ++-- Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl | Bin 957957 -> 0 bytes Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl | Bin 0 -> 1167543 bytes .../_bundled/setuptools-2.0.2-py2.py3-none-any.whl | Bin 540179 -> 0 bytes .../_bundled/setuptools-2.1-py2.py3-none-any.whl | Bin 0 -> 540293 bytes 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 26d411f619..fe51fde2d2 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "2.0.2" +_SETUPTOOLS_VERSION = "2.1" -_PIP_VERSION = "1.5" +_PIP_VERSION = "1.5.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-1.5-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl deleted file mode 100644 index dd7ca2e634..0000000000 Binary files a/Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl new file mode 100644 index 0000000000..9133eed971 Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl deleted file mode 100644 index 267eeff238..0000000000 Binary files a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl new file mode 100644 index 0000000000..ed77b59e63 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl differ -- cgit v1.2.1