From 8b9c33ea9ce902f902c9d9900121010801950547 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Mon, 19 Nov 2018 07:41:52 -0500 Subject: Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598) --- Lib/ensurepip/__init__.py | 4 ++-- .../_bundled/pip-10.0.1-py2.py3-none-any.whl | Bin 1307639 -> 0 bytes Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl | Bin 0 -> 1323545 bytes .../_bundled/setuptools-39.0.1-py2.py3-none-any.whl | Bin 569436 -> 0 bytes .../_bundled/setuptools-40.6.2-py2.py3-none-any.whl | Bin 0 -> 573107 bytes .../Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst | 1 + 6 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 Lib/ensurepip/_bundled/pip-10.0.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl create mode 100644 Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 4748ba4..09c572d 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -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 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 index 0000000..c3c146f Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl deleted file mode 100644 index edc3ca2..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl new file mode 100644 index 0000000..4c8a619 Binary files /dev/null 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 index 0000000..ff76988 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-11-19-07-22-04.bpo-35277.dsD-2E.rst @@ -0,0 +1 @@ +Update ensurepip to install pip 18.1 and setuptools 40.6.2. -- cgit v0.12