[Python-checkins] cpython (2.7): Upgrade setuptools to 15.2

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


https://hg.python.org/cpython/rev/5c13ead2002a
changeset:   95921:5c13ead2002a
branch:      2.7
parent:      95918:212798281f14
user:        Donald Stufft <donald at stufft.io>
date:        Fri May 08 21:28:57 2015 -0400
summary:
  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
@@ -12,7 +12,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