https://github.com/python/cpython/commit/2a0391230644cbc50d964149dcb0af4c02ac0992
commit: 2a0391230644cbc50d964149dcb0af4c02ac0992
branch: main
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-08-27T05:35:58-04:00
summary:

gh-152023: Update macOS installer builds to SQLite 3.53.4. (#156446)

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 16ad3fd111f65d6..a18079e7ebf3398 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]

Reply via email to