]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 27 Apr 2021 17:19:14 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Apr 2021 17:19:14 +0000 (13:19 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst [new file with mode: 0644]

index 25a6a24f5649470f289f415b0b7abd8ddc453fd1..d7f4103766e7825374f4aac52ac920e3578af3a3 100755 (executable)
@@ -354,9 +354,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.34.0",
-              url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
-              checksum='7f33c9db7b713957fcb9271fe9049fef',
+              name="SQLite 3.35.5",
+              url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
+              checksum='d1d1aba394c8e0443077dc9f1a681bb8',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst b/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
new file mode 100644 (file)
index 0000000..39f1537
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.35.4.