[Python-checkins] cpython (3.4): Update setuptools to 12.0.5 and pip to 6.0.7

donald.stufft python-checkins at python.org
Wed Jan 28 23:56:24 CET 2015


https://hg.python.org/cpython/rev/263344bb2107
changeset:   94355:263344bb2107
branch:      3.4
parent:      94351:8dfbaa2e8d26
user:        Donald Stufft <donald at stufft.io>
date:        Wed Jan 28 17:56:15 2015 -0500
summary:
  Update setuptools to 12.0.5 and pip to 6.0.7

files:
  Lib/ensurepip/__init__.py                                     |    4 ++--
  Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl         |  Bin 
  Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl         |  Bin 
  Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl |  Bin 
  5 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "11.3.1"
+_SETUPTOOLS_VERSION = "12.0.5"
 
-_PIP_VERSION = "6.0.6"
+_PIP_VERSION = "6.0.7"
 
 # pip currently requires ssl support, so we try to provide a nicer
 # error message when that is missing (http://bugs.python.org/issue19744)
diff --git a/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl
deleted file mode 100644
index e2be1055f375447e667e34ce2ce018ec41a12221..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.7-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e01e8c4f44fbf99d9cb286f5a06b6689ff29d4d6
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.3.1-py2.py3-none-any.whl
deleted file mode 100644
index 6892ff89b4f916c40a0044c18d4b41dbf73340e3..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..978cf6c43442faecdb4e8b84a3c2c0bc1bc0ec01
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list