[Python-checkins] cpython (2.7): Update bundled pip and setuptools to 6.0.6 and 11.0

donald.stufft python-checkins at python.org
Sat Jan 3 11:23:47 CET 2015


https://hg.python.org/cpython/rev/1346a6013127
changeset:   94010:1346a6013127
branch:      2.7
parent:      94005:7746f83d8a74
user:        Donald Stufft <donald at stufft.io>
date:        Sat Jan 03 05:23:39 2015 -0500
summary:
  Update bundled pip and setuptools to 6.0.6 and 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
@@ -12,9 +12,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