[Python-checkins] cpython (merge 3.4 -> 3.5): Merge 3.4

donald.stufft python-checkins at python.org
Fri Sep 9 11:37:09 EDT 2016


https://hg.python.org/cpython/rev/d1ff6a039ab3
changeset:   103398:d1ff6a039ab3
branch:      3.5
parent:      103386:468961cea562
parent:      103397:02ee6e457061
user:        Donald Stufft <donald at stufft.io>
date:        Fri Sep 09 11:35:43 2016 -0400
summary:
  Merge 3.4

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