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 macOS and Windows installers to use SQLite 3.36.0
Type: enhancement Stage: resolved
Components: macOS, Windows Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: erlendaasland, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

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

Pull Requests
URL Status Linked Edit
PR 27621 merged erlendaasland, 2021-08-06 08:10
PR 27622 merged erlendaasland, 2021-08-06 08:13
Messages (5)
msg399061 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-08-06 08:08
Upgrade macOS and Windows installers to use SQLite 3.36.0.

SQLite 3.36.0 was released June 18 2021.

https://www.sqlite.org/releaselog/3_36_0.html
msg401106 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-09-05 19:54
New changeset 5024dc1c6e08247693aea6ad6e225ec5dcaf0721 by Erlend Egeberg Aasland in branch 'main':
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
https://github.com/python/cpython/commit/5024dc1c6e08247693aea6ad6e225ec5dcaf0721
msg401994 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-09-16 22:24
I (finally) posted the updated SQLite sources to the repo, so PR 27622 should build now. (I also retriggered CI)

That said, it *might* need to merge from main again to take a fix for a CI-blocking issue.
msg402008 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-09-17 07:44
Thanks, Steve. I'll pull in main and see how the CI fares.
msg402251 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-09-20 15:58
New changeset 5846c9b71ee9277fe866b1bdee4cc6702323fe7e by Erlend Egeberg Aasland in branch 'main':
bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622)
https://github.com/python/cpython/commit/5846c9b71ee9277fe866b1bdee4cc6702323fe7e
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89011
2021-09-20 15:59:22erlendaaslandsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-09-20 15:58:21steve.dowersetmessages: + msg402251
2021-09-17 07:44:35erlendaaslandsetmessages: + msg402008
2021-09-16 22:24:38steve.dowersetmessages: + msg401994
2021-09-05 19:54:49ned.deilysetmessages: + msg401106
2021-08-06 08:13:02erlendaaslandsetpull_requests: + pull_request26116
2021-08-06 08:10:11erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request26115
2021-08-06 08:08:14erlendaaslandcreate