[Python-checkins] bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)

Miss Islington (bot) webhook-mailer at python.org
Tue Jun 18 06:15:59 EDT 2019


https://github.com/python/cpython/commit/a7072ff56e216683f949b353255cce099f5cdb24
commit: a7072ff56e216683f949b353255cce099f5cdb24
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-06-18T03:15:55-07:00
summary:

bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)

(cherry picked from commit d8f336fdc10decdd82d3bc81a63aea8be149c0c8)

Co-authored-by: animalize <animalize at users.noreply.github.com>

files:
A Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst
M Mac/BuildScript/build-installer.py

diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index fe86f1621ecc..88e34322200f 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -313,9 +313,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.22.0",
-              url="https://www.sqlite.org/2018/sqlite-autoconf-3220000.tar.gz",
-              checksum='96b5648d542e8afa6ab7ffb8db8ddc3d',
+              name="SQLite 3.28.0",
+              url="https://www.sqlite.org/2019/sqlite-autoconf-3280000.tar.gz",
+              checksum='3c68eb400f8354605736cd55400e1572',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS5 '
                             '-DSQLITE_ENABLE_FTS4 '
diff --git a/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst
new file mode 100644
index 000000000000..5e05ac56b095
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2019-06-18-08-58-30.bpo-35360.-CWbfy.rst
@@ -0,0 +1 @@
+Update macOS installer to use SQLite 3.28.0.



More information about the Python-checkins mailing list