From 04b750740be6e7c4a7693f1135c4788b40a028c1 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Mon, 26 Aug 2019 12:57:57 -0700 Subject: bpo-37664: Update ensurepip bundled wheels, again (GH-15483) --- Lib/ensurepip/__init__.py | 4 ++-- .../_bundled/pip-19.2.1-py2.py3-none-any.whl | Bin 1414720 -> 0 bytes .../_bundled/pip-19.2.3-py2.py3-none-any.whl | Bin 0 -> 1414986 bytes .../_bundled/setuptools-41.0.1-py2.py3-none-any.whl | Bin 575966 -> 0 bytes .../_bundled/setuptools-41.2.0-py2.py3-none-any.whl | Bin 0 -> 576332 bytes .../Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst | 1 + 6 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl delete mode 100644 Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl create mode 100644 Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl create mode 100644 Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py index 63de20e..fc0edec 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "41.0.1" +_SETUPTOOLS_VERSION = "41.2.0" -_PIP_VERSION = "19.2.1" +_PIP_VERSION = "19.2.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl deleted file mode 100644 index 1690eb3..0000000 Binary files a/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl new file mode 100644 index 0000000..8118df8 Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl differ diff --git a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl deleted file mode 100644 index 92836e9..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl and /dev/null differ diff --git a/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl new file mode 100644 index 0000000..82df6f6 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl differ diff --git a/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst new file mode 100644 index 0000000..f125905 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst @@ -0,0 +1 @@ +Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0) -- cgit v0.12