]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)
authorjtranquilli <76231120+jtranquilli@users.noreply.github.com>
Mon, 9 Oct 2023 10:05:50 +0000 (06:05 -0400)
committerGitHub <noreply@github.com>
Mon, 9 Oct 2023 10:05:50 +0000 (10:05 +0000)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2023-10-04-23-38-24.gh-issue-109286.1ZLMaq.rst [new file with mode: 0644]

index c54de880c2036082186e43a0115712ec0e574259..a07d38aedcb5d622285e97de4ea8c3e8afdded00 100755 (executable)
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.42.0",
-              url="https://sqlite.org/2023/sqlite-autoconf-3420000.tar.gz",
-              checksum="0c5a92bc51cf07cae45b4a1e94653dea",
+              name="SQLite 3.43.1",
+              url="https://sqlite.org/2023/sqlite-autoconf-3430100.tar.gz",
+              checksum="77e61befe9c3298da0504f87772a24b0",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-10-04-23-38-24.gh-issue-109286.1ZLMaq.rst b/Misc/NEWS.d/next/macOS/2023-10-04-23-38-24.gh-issue-109286.1ZLMaq.rst
new file mode 100644 (file)
index 0000000..18ac9df
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.43.1.