From 16d7d5941dee8cebd156752d337109abc1b39d2e Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Fri, 9 Sep 2016 12:08:53 -0400 Subject: Upgrade setuptools to 27.1.2 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-27.1.1-py2.py3-none-any.whl | Bin 464970 -> 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-27.1.1-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 37e34ed..fee1004d 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "27.1.1" +_SETUPTOOLS_VERSION = "27.1.2" _PIP_VERSION = "8.1.2" 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 deleted file mode 100644 index 8e4ddc4..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-27.1.1-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