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 Windows and macOS builds to use SQLite 3.33
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: erlendaasland, miss-islington, ned.deily, steve.dower
Priority: normal Keywords: patch

Created on 2020-08-15 10:04 by erlendaasland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21959 merged erlendaasland, 2020-08-26 07:36
PR 21960 merged erlendaasland, 2020-08-26 07:37
PR 22560 merged miss-islington, 2020-10-05 08:09
PR 22561 merged miss-islington, 2020-10-05 08:09
PR 22602 merged miss-islington, 2020-10-08 18:40
PR 22603 merged miss-islington, 2020-10-08 18:40
Messages (9)
msg375455 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2020-08-15 10:04
SQLite 3.33.0 was just released: https://www.sqlite.org/releaselog/3_33_0.html

Suggesting to wait one week before updating, to see if a patch version appears.

Python 3.9 and 3.10 both build fine against SQLite 3.33.0, and make test completes without complaints.

I'll prepare a patch for the source deps repo, and a pair of patches for macOS/Windows.
msg378000 - (view) Author: miss-islington (miss-islington) Date: 2020-10-05 08:09
New changeset 9a7642667a71a27b38b96eb63df45f17f48b3467 by Erlend Egeberg Aasland in branch 'master':
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
https://github.com/python/cpython/commit/9a7642667a71a27b38b96eb63df45f17f48b3467
msg378001 - (view) Author: miss-islington (miss-islington) Date: 2020-10-05 08:27
New changeset a859680a5bef0bced197454f4b67080694979252 by Miss Skeleton (bot) in branch '3.8':
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
https://github.com/python/cpython/commit/a859680a5bef0bced197454f4b67080694979252
msg378006 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2020-10-05 09:02
New changeset b6d37e15cfa32e04f750d78a03a68ec5bef00a59 by Miss Skeleton (bot) in branch '3.9':
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)
https://github.com/python/cpython/commit/b6d37e15cfa32e04f750d78a03a68ec5bef00a59
msg378195 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-10-07 23:29
I got the source repo update, and poked the PR to get it to re-run. If it's all clear, I have no opposition to someone else doing the final merge.
msg378268 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-10-08 18:40
New changeset bfe6e03cd6931813dd61b50f5fdf7d8a8848f4cd by Erlend Egeberg Aasland in branch 'master':
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
https://github.com/python/cpython/commit/bfe6e03cd6931813dd61b50f5fdf7d8a8848f4cd
msg378275 - (view) Author: miss-islington (miss-islington) Date: 2020-10-08 18:57
New changeset 30a788990af55b950db424b9cc5408b51e0b24ed by Miss Skeleton (bot) in branch '3.8':
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
https://github.com/python/cpython/commit/30a788990af55b950db424b9cc5408b51e0b24ed
msg378276 - (view) Author: miss-islington (miss-islington) Date: 2020-10-08 19:02
New changeset 089c38677d2269ab52924e4eb117394a74dfd2d9 by Miss Skeleton (bot) in branch '3.9':
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
https://github.com/python/cpython/commit/089c38677d2269ab52924e4eb117394a74dfd2d9
msg378312 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2020-10-09 10:37
Merged to 3.10, 3.9, 3.8 on both builds. Closing this.
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85729
2020-10-09 10:37:45erlendaaslandsetmessages: + msg378312
2020-10-09 10:37:30erlendaaslandsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-10-08 19:02:40miss-islingtonsetmessages: + msg378276
2020-10-08 18:57:40miss-islingtonsetmessages: + msg378275
2020-10-08 18:40:52miss-islingtonsetpull_requests: + pull_request21591
2020-10-08 18:40:42miss-islingtonsetpull_requests: + pull_request21590
2020-10-08 18:40:33steve.dowersetmessages: + msg378268
2020-10-07 23:29:36steve.dowersetmessages: + msg378195
2020-10-07 23:24:37erlendaaslandsetnosy: + steve.dower
2020-10-05 09:02:17ned.deilysetnosy: + ned.deily
messages: + msg378006
2020-10-05 08:27:57miss-islingtonsetmessages: + msg378001
2020-10-05 08:09:44miss-islingtonsetmessages: + msg378000
2020-10-05 08:09:40miss-islingtonsetpull_requests: + pull_request21556
2020-10-05 08:09:33miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request21555
2020-08-26 07:37:50erlendaaslandsetpull_requests: + pull_request21070
2020-08-26 07:36:45erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request21069
2020-08-15 10:04:24erlendaaslandcreate