[Python-checkins] [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662)

miss-islington webhook-mailer at python.org
Tue Apr 27 13:42:20 EDT 2021


https://github.com/python/cpython/commit/bf0736db455517412b0702b023dc71ed9de05d70
commit: bf0736db455517412b0702b023dc71ed9de05d70
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-04-27T10:42:15-07:00
summary:

[3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662)



(cherry picked from commit ce827816442613f982c356aa2f434c3c8a0c8917)


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

Automerge-Triggered-By: GH:ned-deily

files:
A Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 25a6a24f564947..d7f4103766e782 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -354,9 +354,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.34.0",
-              url="https://sqlite.org/2020/sqlite-autoconf-3340000.tar.gz",
-              checksum='7f33c9db7b713957fcb9271fe9049fef',
+              name="SQLite 3.35.5",
+              url="https://sqlite.org/2021/sqlite-autoconf-3350500.tar.gz",
+              checksum='d1d1aba394c8e0443077dc9f1a681bb8',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst b/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
new file mode 100644
index 00000000000000..39f15370688161
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2021-03-15-11-32-23.bpo-43492.1ZRcV9.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.35.4.



More information about the Python-checkins mailing list