[Python-checkins] bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)

ned-deily webhook-mailer at python.org
Tue Feb 1 10:58:48 EST 2022


https://github.com/python/cpython/commit/0e4bef7a7f6f25a6f39755778c73e7026901611f
commit: 0e4bef7a7f6f25a6f39755778c73e7026901611f
branch: main
author: Kumar Aditya <59607654+kumaraditya303 at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2022-02-01T10:58:29-05:00
summary:

bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)

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

files:
A Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 0f8924bb72740..7e89a3bc82ae2 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.36.0",
-              url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
-              checksum='f5752052fc5b8e1b539af86a3671eac7',
+              name="SQLite 3.37.2",
+              url="https://sqlite.org/2022/sqlite-autoconf-3370200.tar.gz",
+              checksum='683cc5312ee74e71079c14d24b7a6d27',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst b/Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst
new file mode 100644
index 0000000000000..3705266c154b7
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2022-01-26-12-04-09.bpo-45925.yBSiYO.rst
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.37.2.
\ No newline at end of file



More information about the Python-checkins mailing list