]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Oct 2020 08:27:53 +0000 (01:27 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Oct 2020 08:27:53 +0000 (01:27 -0700)
https://sqlite.org/releaselog/3_33_0.html
(cherry picked from commit 9a7642667a71a27b38b96eb63df45f17f48b3467)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2020-08-26-09-31-37.bpo-41557.mcQ75z.rst [new file with mode: 0644]

index a58b922ce30b8363f208241ea6d1bb97d5f16112..2548b212d9ea424bac9e80f896c01eca9de9ca77 100755 (executable)
@@ -307,9 +307,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.32.3",
-              url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
-              checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
+              name="SQLite 3.33.0",
+              url="https://sqlite.org/2020/sqlite-autoconf-3330000.tar.gz",
+              checksum='842a8a100d7b01b09e543deb2b7951dd',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2020-08-26-09-31-37.bpo-41557.mcQ75z.rst b/Misc/NEWS.d/next/macOS/2020-08-26-09-31-37.bpo-41557.mcQ75z.rst
new file mode 100644 (file)
index 0000000..5f2d993
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.33.0.