[Python-checkins] [3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)

ned-deily webhook-mailer at python.org
Tue May 2 01:01:28 EDT 2023


https://github.com/python/cpython/commit/6805e495699988d201904930fa87f3aaa27d05b4
commit: 6805e495699988d201904930fa87f3aaa27d05b4
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ned-deily <nad at python.org>
date: 2023-05-02T05:01:20Z
summary:

[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-104080)

(cherry picked from commit f0ad4567319ee4ae878d570ab7709ab63df9123e)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz at gmail.com>

files:
A Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 334e10e7060f..8748b205ed7d 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -358,9 +358,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.40.1",
-              url="https://sqlite.org/2022/sqlite-autoconf-3400100.tar.gz",
-              checksum="42175b1a1d23529cb133bbd2b5900afd",
+              name="SQLite 3.41.2",
+              url="https://sqlite.org/2023/sqlite-autoconf-3410200.tar.gz",
+              checksum="862075fd1c38324878ef809eda39edfe",
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst b/Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst
new file mode 100644
index 000000000000..d0b390a896b7
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2023-03-24-11-20-47.gh-issue-102997.ZgQkbq.rst
@@ -0,0 +1 @@
+Update macOS installer to SQLite 3.41.2.



More information about the Python-checkins mailing list