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

donald.stufft python-checkins at python.org
Sat May 23 02:30:22 CEST 2015


https://hg.python.org/cpython/rev/4c16773052d1
changeset:   96225:4c16773052d1
branch:      3.4
parent:      96220:645a03e93008
user:        Donald Stufft <donald at stufft.io>
date:        Fri May 22 20:30:16 2015 -0400
summary:
  Upgrade pip to 7.0.1

files:
  Lib/ensurepip/__init__.py                             |    2 +-
  Lib/ensurepip/_bundled/pip-7.0.0-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-7.0.1-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 = "16.0"
 
-_PIP_VERSION = "7.0.0"
+_PIP_VERSION = "7.0.1"
 
 # 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.0.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-7.0.0-py2.py3-none-any.whl
deleted file mode 100644
index 926d2a79fa715a9f9a9825a6304bcbd96683612e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-7.0.1-py2.py3-none-any.whl
new file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..30a61f0a0e9dde9b4dde32876e65213e7ceb4f8e
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list