https://github.com/python/cpython/commit/34f109db9579fe5f597d8b00653e905b40590410
commit: 34f109db9579fe5f597d8b00653e905b40590410
branch: main
author: Ned Deily <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-07-17T23:48:26+02:00
summary:
gh-152023: Update macOS installer builds to SQLite 3.53.3 (#153867)
Enable median() and percentile() functions.
files:
A Misc/NEWS.d/next/macOS/2026-07-17-23-20-27.gh-issue-152023.QAAgdj.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index 394e42439f7710e..b0756b681994e70 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,13 +359,14 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.53.2",
- url="https://www.sqlite.org/2026/sqlite-autoconf-3530200.tar.gz",
-
checksum="588ad51949419a56ebe81fe56193d510c559eb94c9a57748387860b5d3069316",
+ name="SQLite 3.53.3",
+ url="https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz",
+
checksum="c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
+ '-DSQLITE_ENABLE_PERCENTILE '
'-DSQLITE_ENABLE_RTREE '
'-DSQLITE_OMIT_AUTOINIT '
'-DSQLITE_TCL=0 '
diff --git
a/Misc/NEWS.d/next/macOS/2026-07-17-23-20-27.gh-issue-152023.QAAgdj.rst
b/Misc/NEWS.d/next/macOS/2026-07-17-23-20-27.gh-issue-152023.QAAgdj.rst
new file mode 100644
index 000000000000000..afabb3d52249708
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-07-17-23-20-27.gh-issue-152023.QAAgdj.rst
@@ -0,0 +1,2 @@
+Update macOS installer builds to SQLite 3.53.3. Enable median() and
+percentile() functions.
_______________________________________________
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]