Issue 41557: Upgrade Windows and macOS builds to use SQLite 3.33
Issue41557
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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:34 | admin | set | github: 85729 |
| 2020-10-09 10:37:45 | erlendaasland | set | messages: + msg378312 |
| 2020-10-09 10:37:30 | erlendaasland | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-10-08 19:02:40 | miss-islington | set | messages: + msg378276 |
| 2020-10-08 18:57:40 | miss-islington | set | messages: + msg378275 |
| 2020-10-08 18:40:52 | miss-islington | set | pull_requests: + pull_request21591 |
| 2020-10-08 18:40:42 | miss-islington | set | pull_requests: + pull_request21590 |
| 2020-10-08 18:40:33 | steve.dower | set | messages: + msg378268 |
| 2020-10-07 23:29:36 | steve.dower | set | messages: + msg378195 |
| 2020-10-07 23:24:37 | erlendaasland | set | nosy:
+ steve.dower |
| 2020-10-05 09:02:17 | ned.deily | set | nosy:
+ ned.deily messages: + msg378006 |
| 2020-10-05 08:27:57 | miss-islington | set | messages: + msg378001 |
| 2020-10-05 08:09:44 | miss-islington | set | messages: + msg378000 |
| 2020-10-05 08:09:40 | miss-islington | set | pull_requests: + pull_request21556 |
| 2020-10-05 08:09:33 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request21555 |
| 2020-08-26 07:37:50 | erlendaasland | set | pull_requests: + pull_request21070 |
| 2020-08-26 07:36:45 | erlendaasland | set | keywords:
+ patch stage: patch review pull_requests: + pull_request21069 |
| 2020-08-15 10:04:24 | erlendaasland | create | |

