From: Donald Stufft Date: Sat, 9 May 2015 01:28:57 +0000 (-0400) Subject: Upgrade setuptools to 15.2 X-Git-Tag: v2.7.10rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c5af3de6d663824d244dbb9c46b71af326569d9;p=thirdparty%2FPython%2Fcpython.git Upgrade setuptools to 15.2 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 47b44bb6158c..e7df79af847e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,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.2-py2.py3-none-any.whl similarity index 84% rename from Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl rename to Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl index 578ff3c31c7d..f153ed376684 100644 Binary files a/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl differ