]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Jul 2020 06:37:57 +0000 (23:37 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 06:37:57 +0000 (23:37 -0700)
(cherry picked from commit 7cf1cb36ecafabff363790d245f809d3894fbbaf)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2020-06-19-14-19-08.bpo-40741.L7yTbm.rst [new file with mode: 0644]

index 4fab4882efaeb63b6ba6bde926c3a490f8598970..a58b922ce30b8363f208241ea6d1bb97d5f16112 100755 (executable)
@@ -307,9 +307,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.32.2",
-              url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
-              checksum='eb498918a33159cdf8104997aad29e83',
+              name="SQLite 3.32.3",
+              url="https://sqlite.org/2020/sqlite-autoconf-3320300.tar.gz",
+              checksum='2e3911a3c15e85c2f2d040154bbe5ce3',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2020-06-19-14-19-08.bpo-40741.L7yTbm.rst b/Misc/NEWS.d/next/macOS/2020-06-19-14-19-08.bpo-40741.L7yTbm.rst
new file mode 100644 (file)
index 0000000..78a21b7
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.32.3.