From 6ddd92730b05a9dc41bd05372b779977f50cdc6d Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 9 Sep 2016 12:16:12 -0400 Subject: Upgrade setuptools to 27.1.2 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-25.2.0-py2.py3-none-any.whl | Bin 442860 -> 0 bytes .../_bundled/setuptools-27.1.2-py2.py3-none-any.whl | Bin 0 -> 464973 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.2-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 0994014..810f72b 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "25.2.0" +_SETUPTOOLS_VERSION = "27.1.2" _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.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-27.1.2-py2.py3-none-any.whl new file mode 100644 index 0000000..de213bb Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-27.1.2-py2.py3-none-any.whl differ -- cgit v0.12