From 2a86122759f629a26dbfbc8258fc82c56c613429 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Mon, 2 May 2016 07:03:46 -0400 Subject: Upgrade ensurepip bundled setuptools to 20.10.1 --- Lib/ensurepip/__init__.py | 2 +- .../_bundled/setuptools-20.10.1-py2.py3-none-any.whl | Bin 0 -> 509211 bytes .../_bundled/setuptools-20.3-py2.py3-none-any.whl | Bin 508316 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 412b590..08aedf9 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,7 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "20.3" +_SETUPTOOLS_VERSION = "20.10.1" _PIP_VERSION = "8.1.1" diff --git a/Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl new file mode 100644 index 0000000..9d1319a Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-20.10.1-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl deleted file mode 100644 index 39e67c0..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-20.3-py2.py3-none-any.whl and /dev/null differ -- cgit v0.12