[Python-checkins] Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)

Donald Stufft webhook-mailer at python.org
Wed Mar 21 22:47:47 EDT 2018


https://github.com/python/cpython/commit/d93b5161af12291f3f98a260c90cc2975ea9e9cd
commit: d93b5161af12291f3f98a260c90cc2975ea9e9cd
branch: master
author: Donald Stufft <donald at stufft.io>
committer: GitHub <noreply at github.com>
date: 2018-03-21T22:47:44-04:00
summary:

Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)

files:
A Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl
A Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
D Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl
D Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl
M Lib/ensurepip/__init__.py

diff --git a/Lib/ensurepip/__init__.py b/Lib/ensurepip/__init__.py
index d7a6dcf6bc85..4a5b0583f885 100644
--- a/Lib/ensurepip/__init__.py
+++ b/Lib/ensurepip/__init__.py
@@ -8,9 +8,9 @@
 __all__ = ["version", "bootstrap"]
 
 
-_SETUPTOOLS_VERSION = "38.6.1"
+_SETUPTOOLS_VERSION = "39.0.1"
 
-_PIP_VERSION = "9.0.2"
+_PIP_VERSION = "9.0.3"
 
 _PROJECTS = [
     ("setuptools", _SETUPTOOLS_VERSION),
diff --git a/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl
similarity index 95%
rename from Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl
index baf1f57e3d8b..5d33bba22868 100644
Binary files a/Lib/ensurepip/_bundled/pip-9.0.2-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl differ
diff --git a/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
similarity index 70%
rename from Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl
rename to Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
index 2707d8be4a2d..edc3ca2d8ec3 100644
Binary files a/Lib/ensurepip/_bundled/setuptools-38.6.1-py2.py3-none-any.whl and b/Lib/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl differ



More information about the Python-checkins mailing list