From d25d9dc1fcea0821632932a0c3392068fca1431b Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 9 Sep 2016 11:35:02 -0400 Subject: Upgrade setuptools to 27.1.1 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-25.2.0-py2.py3-none-any.whl | Bin 442860 -> 0 bytes .../_bundled/setuptools-27.1.1-py2.py3-none-any.whl | Bin 0 -> 464970 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 6b4c57e..37e34ed 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "25.2.0" +_SETUPTOOLS_VERSION = "27.1.1" _PIP_VERSION = "8.1.2" diff --git a/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl deleted file mode 100644 index 02c8ce8..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl new file mode 100644 index 0000000..8e4ddc4 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl differ -- cgit v0.12