gh-149029: Update SQLite to 3.53.1 for binary releases#149767
gh-149029: Update SQLite to 3.53.1 for binary releases#149767adamchainz wants to merge 1 commit into
Conversation
|
@adamchainz I've just tagged and released SQLite 3.53.1 for Android, and re-started the Android builds on this PR. |
|
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 |
|
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. |
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?