[Python-checkins] bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)

ned-deily webhook-mailer at python.org
Sun Sep 5 15:54:50 EDT 2021


https://github.com/python/cpython/commit/5024dc1c6e08247693aea6ad6e225ec5dcaf0721
commit: 5024dc1c6e08247693aea6ad6e225ec5dcaf0721
branch: main
author: Erlend Egeberg Aasland <erlend.aasland at innova.no>
committer: ned-deily <nad at python.org>
date: 2021-09-05T15:54:39-04:00
summary:

bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)

files:
A Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index e89b1c1a421006..529060d8a1303b 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -359,9 +359,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.35.5",
-              url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
-              checksum='d1d1aba394c8e0443077dc9f1a681bb8',
+              name="SQLite 3.36.0",
+              url="https://sqlite.org/2021/sqlite-autoconf-3360000.tar.gz",
+              checksum='f5752052fc5b8e1b539af86a3671eac7',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst b/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
new file mode 100644
index 00000000000000..7e9c41a8e9a480
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-08-06-10-08-41.bpo-44848.0uYXsE.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.36.0.



More information about the Python-checkins mailing list