]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-149029: Update SQLite to 3.53.1 for binary releases (#149767)
authorAdam Johnson <me@adamj.eu>
Wed, 27 May 2026 22:03:34 +0000 (23:03 +0100)
committerGitHub <noreply@github.com>
Wed, 27 May 2026 22:03:34 +0000 (18:03 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/Windows/2026-04-26-23-14-45.gh-issue-149029.oPTXP4.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2026-04-26-23-15-09.gh-issue-149029.Lsx--T.rst [new file with mode: 0644]
Misc/externals.spdx.json
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt
Platforms/Android/__main__.py

index d533723a502e8e0c5d7cc4dca58d823c262a5d6c..d4df8fbc42ddcba481e5600fba46059d73447148 100755 (executable)
@@ -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 (file)
index 0000000..6c4c640
--- /dev/null
@@ -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 (file)
index 0000000..157a70f
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to ship with SQLite version 3.53.1.
index 9a571fba732ab4a7b753e8e6230b4e8bc61f4a9b..080330c1cb75a534c0b0fbbdb081ad6bdd86dbbe 100644 (file)
       "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",
index 368bc489bfa9680cbbcb768413f156fd98524070..f6ba3d0fef3a60b1e0e3e71b8c1192b36b5c6689 100644 (file)
@@ -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
index f70321f887ef8c0b23b36fabdc656aed1e2cbc13..edcda8fd8fc55d98da8b41707f350b31b08810ab 100644 (file)
@@ -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>
index 6aecbfff182dcb4ab472df789fcbec2773a1f733..ea8adf21c279a68728bfa15e8fe1b70135d5e222 100644 (file)
@@ -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/
 
index d2546cf76c206b0fdd332baeb68bed4f28ca62d1..5c41aaca6ebf0b4765722a58ce89bc400995eb35 100755 (executable)
@@ -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"
     ]: