diff options
author | Donald Stufft <donald@stufft.io> | 2013-12-20 19:03:18 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-12-20 19:03:18 -0500 |
commit | 8b36dace41b1a1f4173451d0ad63d6189410a188 (patch) | |
tree | 3b0ac3d6b3a1927bdfdd161ebf522026d54dde3a /Lib/ensurepip | |
parent | e40c078627c957892cffab06a33272f1ff9eb216 (diff) | |
download | cpython-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__.py | 4 | ||||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl | bin | 931600 -> 0 bytes | |||
-rw-r--r-- | Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl | bin | 0 -> 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) | bin | 549754 -> 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 Binary files differdeleted file mode 100644 index 6418895a58..0000000000 --- a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl +++ /dev/null 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 Binary files differnew file mode 100644 index 0000000000..719bd84505 --- /dev/null +++ b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl 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 Binary files differindex 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 |