[Python-checkins] cpython: Upgrade pip to 1.5rc2 and setuptools to 2.0.1

donald.stufft python-checkins at python.org
Sat Dec 21 01:16:17 CET 2013


http://hg.python.org/cpython/rev/4336a0a5074d
changeset:   88105:4336a0a5074d
user:        Donald Stufft <donald at stufft.io>
date:        Fri Dec 20 19:03:18 2013 -0500
summary:
  Upgrade pip to 1.5rc2 and setuptools to 2.0.1

files:
  Lib/ensurepip/__init__.py                                    |    4 ++--
  Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl       |  Bin 
  Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl       |  Bin 
  Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl |  Bin 
  Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl |  Bin 
  5 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,9 +10,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "1.3.2"
+_SETUPTOOLS_VERSION = "2.0.1"
 
-_PIP_VERSION = "1.5rc1"
+_PIP_VERSION = "1.5rc2"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl
deleted file mode 100644
index 6418895a582a1a9243a73d79a8b73a5140d46e78..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
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
new file mode 100644
index 0000000000000000000000000000000000000000..719bd84505dbdcbf13516df0b9ab979afa178d78
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl
deleted file mode 100644
index 81962b10814b495bb8f7f0edc34e5274a0580865..0000000000000000000000000000000000000000
GIT binary patch
[stripped]
diff --git a/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl
new file mode 100644
index 0000000000000000000000000000000000000000..67ef8a1a9757835bb1de367c0f8c3b5b579ffa15
GIT binary patch
[stripped]

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


More information about the Python-checkins mailing list