[Python-checkins] gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)

miss-islington webhook-mailer at python.org
Fri Feb 10 02:55:05 EST 2023


https://github.com/python/cpython/commit/b653fced316c14eec669ee94e57240fffdfaf1f4
commit: b653fced316c14eec669ee94e57240fffdfaf1f4
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-02-09T23:54:58-08:00
summary:

gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)

(cherry picked from commit d40a23c0a11060ba7fa076d50980c18a11a13a40)

Co-authored-by: Erlend E. Aasland <erlend.aasland at protonmail.com>

files:
A Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index c3f92e97611d..7daead587c22 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.39.4",
-              url="https://sqlite.org/2022/sqlite-autoconf-3390400.tar.gz",
-              checksum="44b7e6691b0954086f717a6c43b622a5",
+              name="SQLite 3.40.1",
+              url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
+              checksum="5498af3a357753d473ee713e363fa5b7",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst b/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
new file mode 100644
index 000000000000..fc53d08bffc4
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2023-02-09-22-07-17.gh-issue-101759.B0JP2H.rst
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.40.1.



More information about the Python-checkins mailing list