From 5f6fbb4d3b1ac8e76fb0c03085c8dbab35943a4f Mon Sep 17 00:00:00 2001 From: Malcolm Smith Date: Sun, 20 Sep 2026 15:32:36 +0100 Subject: [PATCH] [3.13] gh-152023: Update Android builds to SQLite 3.53.4 (GH-155101) --- Android/android.py | 2 +- .../next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst diff --git a/Android/android.py b/Android/android.py index c5198c96bdd40c7..38ff0a2d18da611 100755 --- a/Android/android.py +++ b/Android/android.py @@ -222,7 +222,7 @@ def unpack_deps(host, prefix_dir, cache_dir): "bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.22-0", - "sqlite-3.50.4-0", + "sqlite-3.53.4-0", "xz-5.4.6-1" ]: filename = f"{name_ver}-{host}.tar.gz" diff --git a/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst b/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst new file mode 100644 index 000000000000000..4d81c66d163a7c2 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst @@ -0,0 +1,2 @@ +Update Android builds to SQLite 3.53.4. Additionally, enable the ``median()`` +and ``percentile()`` functions.