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

Erlend Egeberg Aasland webhook-mailer at python.org
Mon Jul 20 02:19:27 EDT 2020


https://github.com/python/cpython/commit/7cf1cb36ecafabff363790d245f809d3894fbbaf
commit: 7cf1cb36ecafabff363790d245f809d3894fbbaf
branch: master
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: GitHub <noreply at github.com>
date: 2020-07-20T02:19:18-04:00
summary:

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

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