[Python-checkins] cpython (3.4): Upgrade pip to 1.5.6

donald.stufft python-checkins at python.org
Sun May 18 05:02:10 CEST 2014


http://hg.python.org/cpython/rev/95e7ecccb879
changeset:   90748:95e7ecccb879
branch:      3.4
parent:      90741:b820b1b282b2
user:        Donald Stufft <donald at stufft.io>
date:        Fri May 16 23:02:25 2014 -0400
summary:
  Upgrade pip to 1.5.6

files:
  Lib/ensurepip/__init__.py                             |    2 +-
  Lib/ensurepip/_bundled/pip-1.5.4-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-1.5.6-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
@@ -10,7 +10,7 @@
 
 _SETUPTOOLS_VERSION = "2.1"
 
-_PIP_VERSION = "1.5.4"
+_PIP_VERSION = "1.5.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-1.5.4-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.4-py2.py3-none-any.whl
deleted file mode 100644
index e07d4767a0cc5d6367948bd18149602b2e050fd4..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..097ab43430d4c1302b0be353a8c16407c370693b
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list