[Python-checkins] cpython: Update pip to 1.5.2 and setuptools to 2.1

donald.stufft python-checkins at python.org
Sun Jan 26 06:51:51 CET 2014


http://hg.python.org/cpython/rev/fb7cee081e31
changeset:   88720:fb7cee081e31
user:        Donald Stufft <donald at stufft.io>
date:        Sun Jan 26 00:22:39 2014 -0500
summary:
  Update pip to 1.5.2 and setuptools to 2.1

files:
  Lib/ensurepip/__init__.py                                    |    4 ++--
  Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl          |  Bin 
  Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl        |  Bin 
  Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-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 = "2.0.2"
+_SETUPTOOLS_VERSION = "2.1"
 
-_PIP_VERSION = "1.5"
+_PIP_VERSION = "1.5.2"
 
 # 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-1.5-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5-py2.py3-none-any.whl
deleted file mode 100644
index dd7ca2e634424d8f443cf82f7b92393410219748..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..9133eed9718ca6849514fa8a0b874fcc05050913
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.2-py2.py3-none-any.whl
deleted file mode 100644
index 267eeff2387c02dbf6b1450024b1c5101c307056..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.1-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..ed77b59e632f32d09a3ae52adaa7f3e6659d8b48
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list