]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)
authorErlend E. Aasland <erlend@python.org>
Tue, 19 Dec 2023 18:23:52 +0000 (19:23 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Dec 2023 18:23:52 +0000 (13:23 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst [new file with mode: 0644]

index 938c895c784f3394cb608099e648460bfbc9d02d..32de56bcf13086345cea7b41f90718fe2152bccc 100755 (executable)
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.43.1",
-              url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
-              checksum="77e61befe9c3298da0504f87772a24b0",
+              name="SQLite 3.44.2",
+              url="https://sqlite.org/2023/sqlite-autoconf-3440200.tar.gz",
+              checksum="c02f40fd4f809ced95096250adc5764a",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst b/Misc/NEWS.d/next/macOS/2023-12-19-10-50-08.gh-issue-111973.HMHJfy.rst
new file mode 100644 (file)
index 0000000..0cf3abf
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.44.2.