summaryrefslogtreecommitdiff
path: root/Lib/ensurepip
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-12-20 19:03:18 -0500
committerDonald Stufft <donald@stufft.io>2013-12-20 19:03:18 -0500
commit8b36dace41b1a1f4173451d0ad63d6189410a188 (patch)
tree3b0ac3d6b3a1927bdfdd161ebf522026d54dde3a /Lib/ensurepip
parente40c078627c957892cffab06a33272f1ff9eb216 (diff)
downloadcpython-git-8b36dace41b1a1f4173451d0ad63d6189410a188.tar.gz
Upgrade pip to 1.5rc2 and setuptools to 2.0.1
Diffstat (limited to 'Lib/ensurepip')
-rw-r--r--Lib/ensurepip/__init__.py4
-rw-r--r--Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whlbin931600 -> 0 bytes
-rw-r--r--Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whlbin0 -> 954665 bytes
-rw-r--r--Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl (renamed from Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl)bin549754 -> 618381 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index 63013aec3d..b6bc4b606e 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -10,9 +10,9 @@ import tempfile
__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 6418895a58..0000000000
--- a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl
+++ /dev/null
Binary files differ
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 0000000000..719bd84505
--- /dev/null
+++ b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl
Binary files differ
diff --git a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl
index 81962b1081..67ef8a1a97 100644
--- a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl
+++ b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl
Binary files differ