https://github.com/python/cpython/commit/9242700c149c490c56d2a415b395b5f51d94a49a
commit: 9242700c149c490c56d2a415b395b5f51d94a49a
branch: main
author: Adam Johnson <[email protected]>
committer: ned-deily <[email protected]>
date: 2026-05-27T18:03:34-04:00
summary:
gh-149029: Update SQLite to 3.53.1 for binary releases (#149767)
files:
A Misc/NEWS.d/next/Windows/2026-04-26-23-14-45.gh-issue-149029.oPTXP4.rst
A Misc/NEWS.d/next/macOS/2026-04-26-23-15-09.gh-issue-149029.Lsx--T.rst
M Mac/BuildScript/build-installer.py
M Misc/externals.spdx.json
M PCbuild/get_externals.bat
M PCbuild/python.props
M PCbuild/readme.txt
M Platforms/Android/__main__.py
diff --git a/Mac/BuildScript/build-installer.py
b/Mac/BuildScript/build-installer.py
index d533723a502e8e0..d4df8fbc42ddcba 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,9 +359,9 @@ def library_recipes():
),
),
dict(
- name="SQLite 3.50.4",
- url="https://www.sqlite.org/2025/sqlite-autoconf-3500400.tar.gz",
-
checksum="a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18",
+ name="SQLite 3.53.1",
+ url="https://www.sqlite.org/2026/sqlite-autoconf-3530100.tar.gz",
+
checksum="83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f",
extra_cflags=('-Os '
'-DSQLITE_ENABLE_FTS5 '
'-DSQLITE_ENABLE_FTS4 '
diff --git
a/Misc/NEWS.d/next/Windows/2026-04-26-23-14-45.gh-issue-149029.oPTXP4.rst
b/Misc/NEWS.d/next/Windows/2026-04-26-23-14-45.gh-issue-149029.oPTXP4.rst
new file mode 100644
index 000000000000000..6c4c6403b989847
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2026-04-26-23-14-45.gh-issue-149029.oPTXP4.rst
@@ -0,0 +1 @@
+Update Windows installer to ship with SQLite 3.53.1.
diff --git
a/Misc/NEWS.d/next/macOS/2026-04-26-23-15-09.gh-issue-149029.Lsx--T.rst
b/Misc/NEWS.d/next/macOS/2026-04-26-23-15-09.gh-issue-149029.Lsx--T.rst
new file mode 100644
index 000000000000000..157a70f5e3cefc9
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2026-04-26-23-15-09.gh-issue-149029.Lsx--T.rst
@@ -0,0 +1 @@
+Update macOS installer to ship with SQLite version 3.53.1.
diff --git a/Misc/externals.spdx.json b/Misc/externals.spdx.json
index 9a571fba732ab4a..080330c1cb75a53 100644
--- a/Misc/externals.spdx.json
+++ b/Misc/externals.spdx.json
@@ -91,21 +91,21 @@
"checksums": [
{
"algorithm": "SHA256",
- "checksumValue":
"fb5ab81f27612b0a7b4861ba655906c76dc85ee969e7a4905d2075aff931e8d0"
+ "checksumValue":
"15e8fc7dc059f7b156e53629540951c2691acd71e027f6f8f66dacab5c66c884"
}
],
- "downloadLocation":
"https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.50.4.0.tar.gz",
+ "downloadLocation":
"https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.53.1.0.tar.gz",
"externalRefs": [
{
"referenceCategory": "SECURITY",
- "referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.50.4.0:*:*:*:*:*:*:*",
+ "referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.53.1.0:*:*:*:*:*:*:*",
"referenceType": "cpe23Type"
}
],
"licenseConcluded": "NOASSERTION",
"name": "sqlite",
"primaryPackagePurpose": "SOURCE",
- "versionInfo": "3.50.4.0"
+ "versionInfo": "3.53.1.0"
},
{
"SPDXID": "SPDXRef-PACKAGE-tcl",
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 368bc489bfa9680..f6ba3d0fef3a60b 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -56,7 +56,7 @@ set libraries=%libraries%
bzip2-1.0.8
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.5.6
set libraries=%libraries% mpdecimal-4.0.0
-set libraries=%libraries% sqlite-3.50.4.0
+set libraries=%libraries% sqlite-3.53.1.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.3.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-9.0.3.1
set libraries=%libraries% xz-5.8.1.1
diff --git a/PCbuild/python.props b/PCbuild/python.props
index f70321f887ef8c0..edcda8fd8fc55d9 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -98,7 +98,7 @@
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and
Exists('$(ExternalProps)')" />
<PropertyGroup>
- <sqlite3Dir Condition="$(sqlite3Dir) ==
''">$(ExternalsDir)sqlite-3.50.4.0\</sqlite3Dir>
+ <sqlite3Dir Condition="$(sqlite3Dir) ==
''">$(ExternalsDir)sqlite-3.53.1.0\</sqlite3Dir>
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.8.1.1\</lzmaDir>
<libffiDir Condition="$(libffiDir) ==
''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 6aecbfff182dcb4..ea8adf21c279a68 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -242,7 +242,7 @@ _ssl
again when building.
_sqlite3
- Wraps SQLite 3.50.4, which is itself built by sqlite3.vcxproj
+ Wraps SQLite 3.53.1, which is itself built by sqlite3.vcxproj
Homepage:
https://www.sqlite.org/
diff --git a/Platforms/Android/__main__.py b/Platforms/Android/__main__.py
index d2546cf76c206b0..5c41aaca6ebf0b4 100755
--- a/Platforms/Android/__main__.py
+++ b/Platforms/Android/__main__.py
@@ -220,7 +220,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
"bzip2-1.0.8-3",
"libffi-3.4.4-3",
"openssl-3.5.6-0",
- "sqlite-3.50.4-0",
+ "sqlite-3.53.1-0",
"xz-5.4.6-1",
"zstd-1.5.7-2"
]:
_______________________________________________
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]