]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Jun 2020 02:43:35 +0000 (19:43 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 02:43:35 +0000 (19:43 -0700)
(cherry picked from commit 37eed5a9ee7c802e7151ee9939ed604032886639)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst [new file with mode: 0644]

index bdfa6f4adf6128c5345e0f8f195972c44c2862e9..9d3e2a785a6c61ffaad34556299b8452b0b8d5bc 100755 (executable)
@@ -313,9 +313,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.31.1",
-              url="https://sqlite.org/2020/sqlite-autoconf-3310100.tar.gz",
-              checksum='2d0a553534c521504e3ac3ad3b90f125',
+              name="SQLite 3.32.2",
+              url="https://sqlite.org/2020/sqlite-autoconf-3320200.tar.gz",
+              checksum='eb498918a33159cdf8104997aad29e83',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst b/Misc/NEWS.d/next/macOS/2020-06-07-20-10-56.bpo-40741.80A2BW.rst
new file mode 100644 (file)
index 0000000..6ff7b9a
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.32.2.