From b0fc24bff482dcdf923e014bd81639c07f7bdbc6 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 8 May 2015 21:30:04 -0400 Subject: Upgrade setuptools to 15.2 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-15.0-py2.py3-none-any.whl | Bin 501783 -> 0 bytes .../_bundled/setuptools-15.2-py2.py3-none-any.whl | Bin 0 -> 501948 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 7598009..7912053 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "15.0" +_SETUPTOOLS_VERSION = "15.2" _PIP_VERSION = "6.1.1" diff --git a/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl deleted file mode 100644 index 578ff3c..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl new file mode 100644 index 0000000..f153ed3 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl differ -- cgit v0.12