[Python-checkins] bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)

Miss Islington (bot) webhook-mailer at python.org
Mon Jul 20 02:38:01 EDT 2020


https://github.com/python/cpython/commit/892fc8d328c65f7fd076b10c94380eccf7427422
commit: 892fc8d328c65f7fd076b10c94380eccf7427422
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-07-19T23:37:57-07:00
summary:

bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)

(cherry picked from commit 7cf1cb36ecafabff363790d245f809d3894fbbaf)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland at innova.no>

files:
A Misc/NEWS.d/next/macOS/2020-06-19-14-19-08.bpo-40741.L7yTbm.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 4fab4882efaeb..a58b922ce30b8 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -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
index 0000000000000..78a21b76c2fe4
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2020-06-19-14-19-08.bpo-40741.L7yTbm.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.32.3.



More information about the Python-checkins mailing list