Uh oh!
There was an error while loading. Please reload this page.
gh-149029: Update SQLite to 3.53.1 for binary releases - #149767
Conversation
freakboy3742
commented
May 13, 2026
@adamchainz I've just tagged and released SQLite 3.53.1 for Android, and re-started the Android builds on this PR. |
gpshead
commented
May 13, 2026
I added 3.53.1 to cpython-source-deps. python/cpython-source-deps@7bf8953 |
| checksum="a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18", | ||
| name="SQLite 3.53.1", | ||
| url="https://www.sqlite.org/2026/sqlite-autoconf-3530100.tar.gz", | ||
| checksum="36ca143645cf76997d07b66e9244c636b8ccdec64a1d50558259c4e415e6558b", |
There was a problem hiding this comment.
At the moment, build-installer.py still requires a sha2-256 checksum, not a sha3-256. That would be:
"83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f".
There was a problem hiding this comment.
Thanks for spotting that subtlety and finding the right hash.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
adamchainz
commented
May 14, 2026
I have made the requested changes; please review again |
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
ned-deily
left a comment
There was a problem hiding this comment.
Thanks, the macOS part looks good to me.
zooba
commented
May 27, 2026
LGTM |
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
May 27, 2026
|
Thanks @adamchainz for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
GH-150559 is a backport of this pull request to the 3.15 branch. |
bedevere-bot
commented
May 28, 2026
|
Fixes#149029. Copied from #137135. Supercedes #149030.
@mhsmith, please can you update the Android SQLite build again?
@gpshead, can you push the source to cpython-source-deps?