[Python-checkins] cpython: Upgrade pip from 1.5.2 to 1.5.3

donald.stufft python-checkins at python.org
Fri Feb 21 02:53:37 CET 2014


http://hg.python.org/cpython/rev/d57df3f72715
changeset:   89313:d57df3f72715
user:        Donald Stufft <donald at stufft.io>
date:        Thu Feb 20 20:53:27 2014 -0500
summary:
  Upgrade pip from 1.5.2 to 1.5.3

files:
  Lib/ensurepip/__init__.py                             |    2 +-
  Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-1.5.3-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.2"
+_PIP_VERSION = "1.5.3"
 
 # 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.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.2-py2.py3-none-any.whl
deleted file mode 100644
index 9133eed9718ca6849514fa8a0b874fcc05050913..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-1.5.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.3-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..31cee0aea7ef59dc070f3a7845c09699e95a97e8
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list