[Python-checkins] cpython (3.4): Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0

donald.stufft python-checkins at python.org
Sat Jan 3 11:20:43 CET 2015


https://hg.python.org/cpython/rev/26e1b78448f9
changeset:   94008:26e1b78448f9
branch:      3.4
parent:      94006:f4c79656dfd5
user:        Donald Stufft <donald at stufft.io>
date:        Sat Jan 03 05:20:23 2015 -0500
summary:
  Upgrade the bundled pip to 6.0.6 and the bundled setuptools to 11.0

files:
  Lib/ensurepip/__init__.py                                    |    4 ++--
  Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl        |  Bin 
  Lib/ensurepip/_bundled/pip-6.0.6-py2.py3-none-any.whl        |  Bin 
  Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl  |  Bin 
  Lib/ensurepip/_bundled/setuptools-8.2.1-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 = "8.2.1"
+_SETUPTOOLS_VERSION = "11.0"
 
-_PIP_VERSION = "6.0.2"
+_PIP_VERSION = "6.0.6"
 
 # 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.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl
deleted file mode 100644
index 312467d98be6893a4a965af2e2f53b63188676c0..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
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
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..e2be1055f375447e667e34ce2ce018ec41a12221
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-11.0-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ceeaa3cd5c326495156cb90ed3934ee5b712ad2e
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl
deleted file mode 100644
index fa3a6a54053285d701c58cae779ebd9a8a992118..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list