[Python-checkins] cpython (merge 3.4 -> default): merge - upgrade setuptools to 15.2

donald.stufft python-checkins at python.org
Sat May 9 03:30:42 CEST 2015


https://hg.python.org/cpython/rev/8b940a130c47
changeset:   95923:8b940a130c47
parent:      95920:b9b772a91db0
parent:      95922:b11073fba1d4
user:        Donald Stufft <donald at stufft.io>
date:        Fri May 08 21:30:37 2015 -0400
summary:
  merge - upgrade setuptools to 15.2

files:
  Lib/ensurepip/__init__.py                                   |    2 +-
  Lib/ensurepip/_bundled/setuptools-15.0-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl |  Bin 
  3 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,7 +8,7 @@
 __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.0-py2.py3-none-any.whl
deleted file mode 100644
index 578ff3c31c7db40f8777aa1272566362a3793956..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f153ed376684275e08fcfebdb2de8352fb074171
GIT binary patch
[stripped]

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list