]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674). (GH-24129)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 5 Jan 2021 22:46:31 +0000 (23:46 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Jan 2021 22:46:31 +0000 (14:46 -0800)
(cherry picked from commit c94ee13ad596d26d1859078bc09806aa59bb0000)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Automerge-Triggered-By: GH:ned-deily
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2020-12-07-11-37-35.bpo-42584.LygmqQ.rst [new file with mode: 0644]

index 7ef3753ad575752a5a9c11c66eda143075fc1f96..d25c86bf7b453bbee4572217983c45b0e0b99f22 100755 (executable)
@@ -307,9 +307,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.33.0",
-              url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
-              checksum='842a8a100d7b01b09e543deb2b7951dd',
+              name="SQLite 3.34.0",
+              url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
+              checksum='7f33c9db7b713957fcb9271fe9049fef',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2020-12-07-11-37-35.bpo-42584.LygmqQ.rst b/Misc/NEWS.d/next/macOS/2020-12-07-11-37-35.bpo-42584.LygmqQ.rst
new file mode 100644 (file)
index 0000000..2a625f9
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.34.0.