]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-37664: Update ensurepip bundled wheels, again (GH-16633)
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Oct 2019 01:54:05 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2019 01:54:05 +0000 (18:54 -0700)
(cherry picked from commit 10c452b894d95fed06056fe11e8fe8e1a2a60040)

Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/pip-19.2.3-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.2.0-py2.py3-none-any.whl [moved from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl with 84% similarity]
Misc/NEWS.d/next/Library/2019-07-24-18-27-44.bpo-37664.o-GYZC.rst [new file with mode: 0644]

index cbadfaa41a263aec9cdd413fa3cba7fb9da724f7..0955141184782fbe7edca88df4ce448092f7d1f4 100644 (file)
@@ -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),
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.3-py2.py3-none-any.whl
index 24f247caa0ab432c8c93e9ada0963c2a21d2bffe..8118df8ac1940f8c6cb410fbc18e5fae59872b95 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.3-py2.py3-none-any.whl differ
similarity index 84%
rename from Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl
index fdc66e9330e073a68f76b0518910ead9016cc3f7..82df6f63f4ee97380af0a29d8825ae775333b86d 100644 (file)
Binary files a/Lib/ensurepip/_bundled/setuptools-40.8.0-py2.py3-none-any.whl 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 (file)
index 0000000..f125905
--- /dev/null
@@ -0,0 +1 @@
+Update wheels bundled with ensurepip (pip 19.2.3 and setuptools 41.2.0)