]> granicus.if.org Git - python/commitdiff
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
authorPradyun Gedam <pradyunsg@gmail.com>
Wed, 24 Jul 2019 19:08:02 +0000 (00:38 +0530)
committerSteve Dower <steve.dower@python.org>
Wed, 24 Jul 2019 19:08:02 +0000 (12:08 -0700)
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl with 51% similarity]
Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl with 86% similarity]
Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst [new file with mode: 0644]

index 6f2569da8167ff7391f5f0f1a78b8b78f41adf72..63de20e288737f4e06eb1c7f35db38ab8a260fc7 100644 (file)
@@ -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),
similarity index 51%
rename from Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl
index 24f247caa0ab432c8c93e9ada0963c2a21d2bffe..1690eb3f4f2a1049747b9968c1d5071f1e69f49f 100644 (file)
Binary files a/Lib/ensurepip/_bundled/pip-19.0.3-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-19.2.1-py2.py3-none-any.whl differ
similarity index 86%
rename from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-41.0.1-py2.py3-none-any.whl
index fdc66e9330e073a68f76b0518910ead9016cc3f7..92836e98402648041d1bc2ae34aaf882d1ebb00b 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl 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 (file)
index 0000000..3343d91
--- /dev/null
@@ -0,0 +1 @@
+Update wheels bundled with ensurepip (pip 19.2.1 and setuptools 41.0.1)