[Python-checkins] cpython: Update pip to 1.5rc4

donald.stufft python-checkins at python.org
Tue Dec 31 13:02:19 CET 2013


http://hg.python.org/cpython/rev/b2d1e0fe73ca
changeset:   88228:b2d1e0fe73ca
user:        Donald Stufft <donald at stufft.io>
date:        Tue Dec 31 06:49:54 2013 -0500
summary:
  Update pip to 1.5rc4

files:
  Lib/ensurepip/__init__.py                              |    2 +-
  Lib/ensurepip/_bundled/pip-1.5rc3-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl |  Bin 
  3 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -12,7 +12,7 @@
 
 _SETUPTOOLS_VERSION = "2.0.1"
 
-_PIP_VERSION = "1.5rc3"
+_PIP_VERSION = "1.5rc4"
 
 # 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.5rc3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc3-py2.py3-none-any.whl
deleted file mode 100644
index 58443638a6a26bc0e34b3cfe44d6f4a716776f62..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc4-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..2a16332814c690b3fc6f040fc79709dfed2e5095
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list