diff options
author | Ned Deily <nad@python.org> | 2016-10-31 19:36:42 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-10-31 19:36:42 -0400 |
commit | a0d52568217830eca198a973afbd94d52e5872c6 (patch) | |
tree | c84851f8a28f34eaf90a4e040cd2d98142df2376 | |
parent | 239e66a8a77e030d66c00b3400d862040685f324 (diff) | |
parent | 473ce1d3e3d8794e0b6f540298127e26083fb521 (diff) | |
download | cpython-git-a0d52568217830eca198a973afbd94d52e5872c6.tar.gz |
Issue #28208: merge from 3.6
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index e983f54876..aafccfd002 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -315,9 +315,9 @@ def library_recipes(): ), ), dict( - name="SQLite 3.14.1", - url="https://www.sqlite.org/2016/sqlite-autoconf-3140100.tar.gz", - checksum='3634a90a3f49541462bcaed3474b2684', + name="SQLite 3.14.2", + url="https://www.sqlite.org/2016/sqlite-autoconf-3140200.tar.gz", + checksum='90c53cacb811db27f990b8292bd96159', extra_cflags=('-Os ' '-DSQLITE_ENABLE_FTS5 ' '-DSQLITE_ENABLE_FTS4 ' @@ -376,7 +376,7 @@ Build - Issue #28444: Fix missing extensions modules when cross compiling. -- Issue #28208: Update Windows build to use SQLite 3.14.2.0. +- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2. - Issue #28248: Update Windows build to use OpenSSL 1.0.2j. |