From e7e58fe03175adc660c192e724b91ae7ccba9cb6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 7 Oct 2019 18:54:05 -0700 Subject: [2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633) (cherry picked from commit 10c452b894d95fed06056fe11e8fe8e1a2a60040) Co-authored-by: Pradyun Gedam --- Lib/ensurepip/__init__.py | 4 ++-- .../_bundled/pip-19.0.3-py2.py3-none-any.whl | Bin 1353599 -> 0 bytes .../_bundled/pip-19.2.3-py2.py3-none-any.whl | Bin 0 -> 1414986 bytes .../_bundled/setuptools-40.8.0-py2.py3-none-any.whl | Bin 575457 -> 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.0.3-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-40.8.0-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 cbadfaa..0955141 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -12,9 +12,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "40.8.0" +_SETUPTOOLS_VERSION = "41.2.0" -_PIP_VERSION = "19.0.3" +_PIP_VERSION = "19.2.3" _PROJECTS = [ ("setuptools", _SETUPTOOLS_VERSION), diff --git a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl deleted file mode 100644 index 24f247c..0000000 Binary files a/Lib/ensurepip/_bundled/pip-19.0.3-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-40.8.0-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl deleted file mode 100644 index fdc66e9..0000000 Binary files a/Lib/ensurepip/_bundled/setuptools-40.8.0-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