diff options
author | Donald Stufft <donald@stufft.io> | 2015-05-09 01:30:04 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-05-09 01:30:04 (GMT) |
commit | b0fc24bff482dcdf923e014bd81639c07f7bdbc6 (patch) | |
tree | 0e2ea94240167cdb04e25d1176c3c9dbf8eaf484 | |
parent | cd797f91913b95b66a742a1c6b81cb595bfb3c4a (diff) | |
download | cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.zip cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.tar.gz cpython-b0fc24bff482dcdf923e014bd81639c07f7bdbc6.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 7598009..7912053 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,7 +8,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 |