https://github.com/python/cpython/commit/6b6f10133be60a2e539ac67cb3e9b6def2aaeb07
commit: 6b6f10133be60a2e539ac67cb3e9b6def2aaeb07
branch: 3.13
author: Malcolm Smith <[email protected]>
committer: freakboy3742 <[email protected]>
date: 2026-09-21T08:42:26+08:00
summary:
[3.13] gh-152023: Update Android builds to SQLite 3.53.4 (GH-155101) (#157864)
files:
A Misc/NEWS.d/next/Build/2026-08-02-12-00-01.gh-issue-152023.pT7dKb.rst
M Android/android.py
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.
_______________________________________________
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]