https://github.com/python/cpython/commit/d0845c08c83208018fb415398bdf555e2ed8d6a4 commit: d0845c08c83208018fb415398bdf555e2ed8d6a4 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-09-21T07:32:09+03:00 summary:
[3.15] gh-152023: Update macOS installer builds to SQLite 3.53.4. (GH-156446) (#156448) gh-152023: Update macOS installer builds to SQLite 3.53.4. (GH-156446) (cherry picked from commit 2a0391230644cbc50d964149dcb0af4c02ac0992) Co-authored-by: Ned Deily <[email protected]> files: A Misc/NEWS.d/next/macOS/2026-08-27-04-10-12.gh-issue-152023.RNIecw.rst M Mac/BuildScript/build-installer.py diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index d28623e3ce4c009..246281f03e5d8a3 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -359,9 +359,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.53.3", - url="https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz", - checksum="c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0", + name="SQLite 3.53.4", + url="https://www.sqlite.org/2026/sqlite-autoconf-3530400.tar.gz", + checksum="0e9483900e92cd5de8fd48d16bf9200145a61f7fd5be542a5ac81d8a9516eb9c", extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' diff --git a/Misc/NEWS.d/next/macOS/2026-08-27-04-10-12.gh-issue-152023.RNIecw.rst b/Misc/NEWS.d/next/macOS/2026-08-27-04-10-12.gh-issue-152023.RNIecw.rst new file mode 100644 index 000000000000000..32267c623f6e104 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2026-08-27-04-10-12.gh-issue-152023.RNIecw.rst @@ -0,0 +1 @@ +Update macOS installer builds to SQLite 3.53.4. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
