This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Upgrade pip to 9.0.3 and setuptools to v39.0.1
Type: Stage: resolved
Components: Build Versions: Python 3.8, Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dstufft, ned.deily
Priority: normal Keywords: patch

Created on 2018-03-28 08:13 by ned.deily, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6282 merged ned.deily, 2018-03-28 08:22
PR 6283 merged miss-islington, 2018-03-28 08:47
PR 6284 merged miss-islington, 2018-03-28 08:48
PR 6285 merged miss-islington, 2018-03-28 08:49
Messages (6)
msg314570 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 08:13
pip and setuptools were updated in the following commits:

PR 6184 d93b5161af12291f3f98a260c90cc2975ea9e9cd for master (3.8.0)
PR 6185 8f46176f0e19d31d8642735e535183a39c5e0bdc for 3.7 (3.7.0rc3)
PR 6186 560ea272b01acaa6c531cc7d94331b2ef0854be6 for 3.6 (3.6.5)
PR 6187 1ce4e5bee6df476836f799456f2caf77cd13dc97 for 2.7 (2.7.15)

Need to add NEWS entries for them (to follow).
msg314573 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 08:46
New changeset c0518cde7a8404f310cd3495e77e612820ecad4f by Ned Deily in branch 'master':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282)
https://github.com/python/cpython/commit/c0518cde7a8404f310cd3495e77e612820ecad4f
msg314574 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 08:49
New changeset b9172b9630eeefc6dea1409b5bf4180b27fc359f by Ned Deily (Miss Islington (bot)) in branch '3.7':
[3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6283)
https://github.com/python/cpython/commit/b9172b9630eeefc6dea1409b5bf4180b27fc359f
msg314575 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 08:52
New changeset 9dad016784848a53d9f2557292025f7a4104c5a5 by Ned Deily (Miss Islington (bot)) in branch '3.6':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
https://github.com/python/cpython/commit/9dad016784848a53d9f2557292025f7a4104c5a5
msg314576 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 08:55
New changeset 7f48a426fc69d144d4242517ef40eff01c1fd483 by Ned Deily (Miss Islington (bot)) in branch '2.7':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284)
https://github.com/python/cpython/commit/7f48a426fc69d144d4242517ef40eff01c1fd483
msg314618 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2018-03-28 18:27
New changeset db65936a40e13144ec5307d16755a954f6a36b7e by Ned Deily (Miss Islington (bot)) in branch '3.6':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
https://github.com/python/cpython/commit/db65936a40e13144ec5307d16755a954f6a36b7e
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77344
2018-03-28 18:27:17ned.deilysetmessages: + msg314618
2018-03-28 09:00:13ned.deilysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-03-28 08:55:32ned.deilysetmessages: + msg314576
2018-03-28 08:52:09ned.deilysetmessages: + msg314575
2018-03-28 08:49:47miss-islingtonsetpull_requests: + pull_request6012
2018-03-28 08:49:27ned.deilysetmessages: + msg314574
2018-03-28 08:48:48miss-islingtonsetpull_requests: + pull_request6011
2018-03-28 08:47:57miss-islingtonsetpull_requests: + pull_request6010
2018-03-28 08:46:38ned.deilysetmessages: + msg314573
2018-03-28 08:22:40ned.deilysetkeywords: + patch
stage: patch review
pull_requests: + pull_request6009
2018-03-28 08:13:33ned.deilycreate