[Python-checkins] cpython (3.4): Upgrade setuptools to 27.1.1

donald.stufft python-checkins at python.org
Fri Sep 9 11:35:13 EDT 2016


https://hg.python.org/cpython/rev/02ee6e457061
changeset:   103397:02ee6e457061
branch:      3.4
parent:      103109:556a11c11edd
user:        Donald Stufft <donald at stufft.io>
date:        Fri Sep 09 11:35:02 2016 -0400
summary:
  Upgrade setuptools to 27.1.1

files:
  Lib/ensurepip/__init__.py                                     |    2 +-
  Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-27.1.1-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 = "25.2.0"
+_SETUPTOOLS_VERSION = "27.1.1"
 
 _PIP_VERSION = "8.1.2"
 
diff --git a/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-25.2.0-py2.py3-none-any.whl
deleted file mode 100644
index 02c8ce8737bea57315cfff3b6b3b1a49eadacc6e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-27.1.1-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..8e4ddc4f1ad0a77ec09744858abee256263a2664
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list