[Python-checkins] bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)

Miss Skeleton (bot) webhook-mailer at python.org
Mon Oct 5 05:02:18 EDT 2020


https://github.com/python/cpython/commit/b6d37e15cfa32e04f750d78a03a68ec5bef00a59
commit: b6d37e15cfa32e04f750d78a03a68ec5bef00a59
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-05T05:01:51-04:00
summary:

bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)

(cherry picked from commit 9a7642667a71a27b38b96eb63df45f17f48b3467)

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

files:
A Misc/NEWS.d/next/macOS/2020-08-26-09-31-37.bpo-41557.mcQ75z.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index a58b922ce30b8..2548b212d9ea4 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.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
index 0000000000000..5f2d9937c0606
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2020-08-26-09-31-37.bpo-41557.mcQ75z.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.33.0.



More information about the Python-checkins mailing list