]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sun, 5 Sep 2021 19:54:39 +0000 (21:54 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 19:54:39 +0000 (15:54 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst [new file with mode: 0644]

index e89b1c1a4210066cadd8953fc9db09c758384102..529060d8a1303bdaae52aaf58cad3bcde028918e 100755 (executable)
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.35.5",
-              url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
-              checksum='d1d1aba394c8e0443077dc9f1a681bb8',
+              name="SQLite 3.36.0",
+              url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
+              checksum='f5752052fc5b8e1b539af86a3671eac7',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst b/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
new file mode 100644 (file)
index 0000000..7e9c41a
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.36.0.