From d9fe22ce9b7d351193bef274eaad0e7b43cbb903 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Sun, 11 Jan 2015 15:51:11 -0500 Subject: Update setuptools to 11.3.1 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-11.0-py2.py3-none-any.whl | Bin 498164 -> 0 bytes .../_bundled/setuptools-11.3.1-py2.py3-none-any.whl | Bin 0 -> 500312 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 82c0111..9b9567e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "11.0" +_SETUPTOOLS_VERSION = "11.3.1" _PIP_VERSION = "6.0.6" diff --git a/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl deleted file mode 100644 index ceeaa3c..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl new file mode 100644 index 0000000..6892ff8 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl differ -- cgit v0.12