From: Donald Stufft Date: Sat, 9 May 2015 01:30:04 +0000 (-0400) Subject: Upgrade setuptools to 15.2 X-Git-Tag: v3.5.0b1~223^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0fc24bff482dcdf923e014bd81639c07f7bdbc6;p=thirdparty%2FPython%2Fcpython.git Upgrade setuptools to 15.2 --- diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 7598009022fe..79120539472e 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.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