diff options
author | Donald Stufft <donald@stufft.io> | 2015-05-09 01:28:57 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-05-09 01:28:57 (GMT) |
commit | 1c5af3de6d663824d244dbb9c46b71af326569d9 (patch) | |
tree | 8200fecd5c74fb573a85bf30e5e3f46f137dd967 | |
parent | 39e4fcd499006e1c65b0aa1cf46ebae845992ae2 (diff) | |
download | cpython-1c5af3de6d663824d244dbb9c46b71af326569d9.zip cpython-1c5af3de6d663824d244dbb9c46b71af326569d9.tar.gz cpython-1c5af3de6d663824d244dbb9c46b71af326569d9.tar.bz2 |
Upgrade setuptools to 15.2
-rw-r--r-- | Lib/ensurepip/__init__.py | 2 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl) | bin | 501783 -> 501948 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 47b44bb..e7df79a 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,7 +12,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 Binary files differindex 578ff3c..f153ed3 100644 --- a/Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl +++ b/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl |