From 5380def8269b24a8a3bc46396373a1dc91b1dd1a Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 25 Jul 2019 00:38:02 +0530 Subject: bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) --- Lib/ensurepip/__init__.py | 4 ++-- .../_bundled/pip-19.0.3-py2.py3-none-any.whl | Bin 1353599 -> 0 bytes .../_bundled/pip-19.2.1-py2.py3-none-any.whl | Bin 0 -> 1414720 bytes .../_bundled/setuptools-40.8.0-py2.py3-none-any.whl | Bin 575457 -> 0 bytes .../_bundled/setuptools-41.0.1-py2.py3-none-any.whl | Bin 0 -> 575966 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.1-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.0.1-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 6f2569d..63de20e 100644 --- a/Lib/ensurepip/__init__.py +++ b/Lib/ensurepip/__init__.py @@ -8,9 +8,9 @@ import tempfile __all__ = ["version", "bootstrap"] -_SETUPTOOLS_VERSION = "40.8.0" +_SETUPTOOLS_VERSION = "41.0.1" -_PIP_VERSION = "19.0.3" +_PIP_VERSION = "19.2.1" _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.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl new file mode 100644 index 0000000..1690eb3 Binary files /dev/null and b/Lib/ensurepip/_bundled/pip-19.2.1-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.0.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl new file mode 100644 index 0000000..92836e9 Binary files /dev/null and b/Lib/ensurepip/_bundled/setuptools-41.0.1-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..3343d91 --- /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.1 and setuptools 41.0.1) -- cgit v0.12