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 ensurepip bundled setuptools to 60.9.3
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: lukasz.langa, miss-islington, ned.deily, pablogsal, pradyunsg, vstinner
Priority: release blocker Keywords: patch

Created on 2022-03-11 13:47 by pradyunsg, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31820 merged pradyunsg, 2022-03-11 13:55
PR 31853 merged miss-islington, 2022-03-13 18:53
PR 31855 merged ned.deily, 2022-03-13 19:06
PR 31860 closed ned.deily, 2022-03-13 20:35
PR 31861 merged ned.deily, 2022-03-13 20:52
PR 31879 merged ned.deily, 2022-03-14 20:09
PR 31880 merged ned.deily, 2022-03-14 20:36
PR 31881 merged ned.deily, 2022-03-14 20:44
PR 31882 merged ned.deily, 2022-03-14 20:52
Messages (14)
msg414906 - (view) Author: Pradyun Gedam (pradyunsg) * Date: 2022-03-11 13:47
This is closely related to bpo-46985.

I'm changing up the regular strategy of a single PR that bumps both pip + setuptools in a single PR. So... here's a separate bpo issue for that.
msg415017 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-12 22:14
We should probably include this update in the next round of releases.
msg415072 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-13 18:49
New changeset c99ac3c364ee21be72263791b71ee8b55f64de08 by Pradyun Gedam in branch 'main':
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
https://github.com/python/cpython/commit/c99ac3c364ee21be72263791b71ee8b55f64de08
msg415084 - (view) Author: miss-islington (miss-islington) Date: 2022-03-13 19:15
New changeset 25962e4e60235645f945d23281431b30b3c3d573 by Miss Islington (bot) in branch '3.10':
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
https://github.com/python/cpython/commit/25962e4e60235645f945d23281431b30b3c3d573
msg415092 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-13 20:02
New changeset bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba by Ned Deily in branch '3.9':
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)
https://github.com/python/cpython/commit/bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba
msg415106 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-13 21:40
New changeset 0fbab8a593dcd94cfc788700dd9bf67a73f85920 by Ned Deily in branch '3.7':
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861)
https://github.com/python/cpython/commit/0fbab8a593dcd94cfc788700dd9bf67a73f85920
msg415159 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-03-14 16:16
This update broke the "s390x Fedora Rawhide Clang Installed 3.10" buildbot: bpo-47013.
msg415163 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-03-14 16:24
> This update broke the "s390x Fedora Rawhide Clang Installed 3.10" buildbot: bpo-47013.

test_bdb and test_distutils fail on 3.9, 3.10 and main branches when run on an installed Python. I didn't check Python 3.7.
msg415182 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-14 20:08
My apologies for not testing running the test suite with installed Pythons as I usually do and thanks, Victor, for noting the buildbot failures. I'm reverting these setuptools updates to avoid blocking releases. We can track the issue with setuptools in bpo-47013.
msg415184 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-14 20:30
New changeset 19f69993ae97db0bbea3b845a33b060b73b658b3 by Ned Deily in branch 'main':
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
https://github.com/python/cpython/commit/19f69993ae97db0bbea3b845a33b060b73b658b3
msg415188 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-14 21:01
New changeset 80cc10fa7d5f41daaf59ae9173022303f35a403c by Ned Deily in branch '3.7':
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882)
https://github.com/python/cpython/commit/80cc10fa7d5f41daaf59ae9173022303f35a403c
msg415189 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-14 21:08
New changeset 0cfcc0cbee4a0d48c412169f46b7199728fb298a by Ned Deily in branch '3.10':
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
https://github.com/python/cpython/commit/0cfcc0cbee4a0d48c412169f46b7199728fb298a
msg415190 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2022-03-14 21:10
New changeset 1b1239205d1b7ace1b054477c14fe77d54f471c4 by Ned Deily in branch '3.9':
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)
https://github.com/python/cpython/commit/1b1239205d1b7ace1b054477c14fe77d54f471c4
msg415191 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2022-03-14 21:12
Ned Deily:
> My apologies for not testing running the test suite with installed Pythons as I usually do and thanks, Victor, for noting the buildbot failures.

Well, the change didn't land into a Python release. Right now, the test suite is only run on an installed Python on buildbots.

The regression was noticed early, so it's fine.

Yeah, a revert is better to unblock the releases, to have more time to investigate what's going on.
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91142
2022-03-14 21:15:11ned.deilysetstatus: open -> closed
stage: patch review -> resolved
2022-03-14 21:12:17vstinnersetmessages: + msg415191
2022-03-14 21:10:24ned.deilysetmessages: + msg415190
2022-03-14 21:08:35ned.deilysetmessages: + msg415189
2022-03-14 21:01:20ned.deilysetmessages: + msg415188
2022-03-14 20:52:25ned.deilysetpull_requests: + pull_request29980
2022-03-14 20:44:47ned.deilysetpull_requests: + pull_request29979
2022-03-14 20:36:23ned.deilysetpull_requests: + pull_request29977
2022-03-14 20:30:50ned.deilysetmessages: + msg415184
2022-03-14 20:09:59ned.deilysetpull_requests: + pull_request29976
2022-03-14 20:08:17ned.deilysetmessages: + msg415182
2022-03-14 16:24:14vstinnersetmessages: + msg415163
2022-03-14 16:16:04vstinnersetnosy: + vstinner
messages: + msg415159
2022-03-13 21:40:03ned.deilysetmessages: + msg415106
2022-03-13 20:52:12ned.deilysetpull_requests: + pull_request29959
2022-03-13 20:35:47ned.deilysetpull_requests: + pull_request29958
2022-03-13 20:02:13ned.deilysetmessages: + msg415092
2022-03-13 19:15:29miss-islingtonsetmessages: + msg415084
2022-03-13 19:06:41ned.deilysetpull_requests: + pull_request29953
2022-03-13 18:53:56miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request29951
2022-03-13 18:49:35ned.deilysetmessages: + msg415072
2022-03-12 22:14:34ned.deilysetpriority: normal -> release blocker
nosy: + pablogsal, lukasz.langa, ned.deily
messages: + msg415017

2022-03-11 13:55:01pradyunsgsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29918
2022-03-11 13:47:45pradyunsgcreate