]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443) (#117981)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Apr 2024 12:27:03 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 12:27:03 +0000 (12:27 +0000)
(cherry picked from commit b9b3c455f0293be67a762f653bd22f864d15fe3c)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2024-04-15-21-19-39.gh-issue-115009.IdxH9N.rst [new file with mode: 0644]

index f15c43317edf2079691740a8813b272d6b538f69..e907e9b7f5e9d5464e79c283897cb7fd6ed4b7c4 100755 (executable)
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.45.1",
-              url="https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz",
-              checksum="cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a",
+              name="SQLite 3.45.3",
+              url="https://sqlite.org/2024/sqlite-autoconf-3450300.tar.gz",
+              checksum="b2809ca53124c19c60f42bf627736eae011afdcc205bb48270a5ee9a38191531",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2024-04-15-21-19-39.gh-issue-115009.IdxH9N.rst b/Misc/NEWS.d/next/macOS/2024-04-15-21-19-39.gh-issue-115009.IdxH9N.rst
new file mode 100644 (file)
index 0000000..0c16f71
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.45.3.