[Python-checkins] cpython: Update bundled pip to 1.5rc3

donald.stufft python-checkins at python.org
Fri Dec 27 08:34:42 CET 2013


http://hg.python.org/cpython/rev/1fb9383baa5f
changeset:   88205:1fb9383baa5f
user:        Donald Stufft <donald at stufft.io>
date:        Fri Dec 27 02:07:49 2013 -0500
summary:
  Update bundled pip to 1.5rc3

files:
  Lib/ensurepip/__init__.py                              |    2 +-
  Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-1.5rc3-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.5rc2"
+_PIP_VERSION = "1.5rc3"
 
 # 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.5rc2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl
deleted file mode 100644
index 719bd84505dbdcbf13516df0b9ab979afa178d78..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
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
new file mode 100644
index 0000000000000000000000000000000000000000..58443638a6a26bc0e34b3cfe44d6f4a716776f62
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list