[Python-checkins] cpython (2.7): Upgrade pip to 8.0.0 and setuptools to 19.4

donald.stufft python-checkins at python.org
Tue Jan 19 20:17:12 EST 2016


https://hg.python.org/cpython/rev/65b7eb7dfb64
changeset:   99990:65b7eb7dfb64
branch:      2.7
parent:      99982:158ae15f5809
user:        Donald Stufft <donald at stufft.io>
date:        Tue Jan 19 20:17:03 2016 -0500
summary:
  Upgrade pip to 8.0.0 and setuptools to 19.4

files:
  Lib/ensurepip/__init__.py                                   |    4 ++--
  Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl       |  Bin 
  Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl       |  Bin 
  Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-19.4-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 = "18.2"
+_SETUPTOOLS_VERSION = "19.4"
 
-_PIP_VERSION = "7.1.2"
+_PIP_VERSION = "8.0.0"
 
 # 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-7.1.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
deleted file mode 100644
index 5e490155f0ca7f4ddb64c93c39fb2efb8795cd08..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-8.0.0-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4e685be865845ae4911efd1e5c04a87b5bd01c99
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
deleted file mode 100644
index f4288d68e074466894d8a2342e113737df7b7649..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-19.4-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b58455f31ed6d10d450e22ae9fa57023891f758f
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list