]> granicus.if.org Git - python/commitdiff
Upgrade pip to 1.5rc2 and setuptools to 2.0.1
authorDonald Stufft <donald@stufft.io>
Sat, 21 Dec 2013 00:03:18 +0000 (19:03 -0500)
committerDonald Stufft <donald@stufft.io>
Sat, 21 Dec 2013 00:03:18 +0000 (19:03 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl with 58% similarity]

index 63013aec3db2b0a4e8def396bb19a74422b07add..b6bc4b606e73d543fffc99cccd3f978b67ff1eee 100644 (file)
@@ -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 (file)
index 6418895..0000000
Binary files a/Lib/ensurepip/_bundled/pip-1.5rc1-py2.py3-none-any.whl and /dev/null 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 (file)
index 0000000..719bd84
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-1.5rc2-py2.py3-none-any.whl differ
similarity index 58%
rename from Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl
index 81962b10814b495bb8f7f0edc34e5274a0580865..67ef8a1a9757835bb1de367c0f8c3b5b579ffa15 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-1.3.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-2.0.1-py2.py3-none-any.whl differ