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

nick.coghlan python-checkins at python.org
Fri Nov 22 14:33:00 CET 2013


http://hg.python.org/cpython/rev/4051f2dcd99b
changeset:   87340:4051f2dcd99b
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Nov 22 23:32:24 2013 +1000
summary:
  Update bundled pip to 1.5rc1

files:
  Lib/ensurepip/__init__.py                                |    2 +-
  Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/pip-1.5.rc1-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 = "1.3.2"
 
-_PIP_VERSION = "1.5.dev1"
+_PIP_VERSION = "1.5.rc1"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.dev1-py2.py3-none-any.whl
deleted file mode 100644
index 65e354860e048066407bb142f03c419cfbae3d52..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.rc1-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..6418895a582a1a9243a73d79a8b73a5140d46e78
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list