From 10c452b894d95fed06056fe11e8fe8e1a2a60040 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <pradyunsg@gmail.com> Date: Mon, 26 Aug 2019 23:49:30 +0530 Subject: bpo-37664: Update ensurepip bundled wheels, again (GH-15483) /cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885. Sorry about the last minute PR! https://bugs.python.org/issue37664 Automerge-Triggered-By: @zooba --- 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 | 2 +- 6 files changed, 3 insertions(+), 3 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 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 index 3343d91..f125905 100644 --- 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 @@ -1 +1 @@ -Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1) +Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0) -- cgit v0.12