]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Nov 2018 13:07:16 +0000 (05:07 -0800)
committerDonald Stufft <donald@stufft.io>
Mon, 19 Nov 2018 13:07:16 +0000 (08:07 -0500)
(cherry picked from commit 8b9c33ea9ce902f902c9d9900121010801950547)

Co-authored-by: Donald Stufft <donald@stufft.io>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl [deleted file]
Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl [new file with mode: 0644]
Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl with 54% similarity]
Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst [new file with mode: 0644]

index 4748ba4efc4de6f9fe8c45883b651ec962bcd900..09c572db71cb2732f42e394682faef7c1c40121c 100644 (file)
@@ -8,9 +8,9 @@ import tempfile
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "39.0.1"
+_SETUPTOOLS_VERSION = "40.6.2"
 
-_PIP_VERSION = "10.0.1"
+_PIP_VERSION = "18.1"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl
deleted file mode 100644 (file)
index 9837092..0000000
Binary files a/Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl and /dev/null differ
diff --git a/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl
new file mode 100644 (file)
index 0000000..c3c146f
Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl differ
similarity index 54%
rename from Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl
index edc3ca2d8ec3e0af7a305c5b9cf0fe574069ae90..4c8a619571d1e50ae8b6b961a4bebc32c90694e1 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl differ
diff --git a/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst
new file mode 100644 (file)
index 0000000..ff76988
--- /dev/null
@@ -0,0 +1 @@
+Update ensurepip to install pip 18.1 and setuptools 40.6.2.