Skip to content

Commit ec8cfec

Browse files
[3.15] gh-152023: Update macOS installer builds to SQLite 3.53.3 (GH-153867) (#153869)
Enable median() and percentile() functions. (cherry picked from commit 34f109d) Co-authored-by: Ned Deily <nad@python.org>
1 parent fefc0b4 commit ec8cfec

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,14 @@ def library_recipes():
359359
),
360360
),
361361
dict(
362-
name="SQLite 3.53.2",
363-
url="https://www.sqlite.org/2026/sqlite-autoconf-3530200.tar.gz",
364-
checksum="588ad51949419a56ebe81fe56193d510c559eb94c9a57748387860b5d3069316",
362+
name="SQLite 3.53.3",
363+
url="https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz",
364+
checksum="c917d7db16648ec95f714974ace5e5dcf46b7dc70e26600a0a102a3141125db0",
365365
extra_cflags=('-Os '
366366
'-DSQLITE_ENABLE_FTS5 '
367367
'-DSQLITE_ENABLE_FTS4 '
368368
'-DSQLITE_ENABLE_FTS3_PARENTHESIS '
369+
'-DSQLITE_ENABLE_PERCENTILE '
369370
'-DSQLITE_ENABLE_RTREE '
370371
'-DSQLITE_OMIT_AUTOINIT '
371372
'-DSQLITE_TCL=0 '
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update macOS installer builds to SQLite 3.53.3. Enable median() and
2+
percentile() functions.

0 commit comments

Comments
 (0)