]> granicus.if.org Git - python/commitdiff
Upgrade pip to 6.0.2 and setuptools to 8.2.1
authorDonald Stufft <donald@stufft.io>
Tue, 23 Dec 2014 14:08:47 +0000 (09:08 -0500)
committerDonald Stufft <donald@stufft.io>
Tue, 23 Dec 2014 14:08:47 +0000 (09:08 -0500)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl with 72% similarity]

index 98dae761f4db164caea81b448eb5bb26d70b11d9..06c0ec60d257c178ffb602cd2c16575ac39f6a69 100644 (file)
@@ -12,9 +12,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "7.0"
+_SETUPTOOLS_VERSION = "8.2.1"
 
-_PIP_VERSION = "1.5.6"
+_PIP_VERSION = "6.0.2"
 
 # pip currently requires ssl support, so we try to provide a nicer
 # error message when that is missing (http://bugs.python.org/issue19744)
diff --git a/Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl
deleted file mode 100644 (file)
index 097ab43..0000000
Binary files a/Lib/ensurepip/_bundled/pip-1.5.6-py2.py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl
new file mode 100644 (file)
index 0000000..312467d
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-6.0.2-py2.py3-none-any.whl differ
similarity index 72%
rename from Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl
index fa1d1054da1dab98f8906555d31a9fda271b3a85..fa3a6a54053285d701c58cae779ebd9a8a992118 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-7.0-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-8.2.1-py2.py3-none-any.whl differ