[Python-checkins] cpython (merge 3.6 -> default): Issue #28208: merge from 3.6

ned.deily python-checkins at python.org
Mon Oct 31 19:37:06 EDT 2016


https://hg.python.org/cpython/rev/7e48e0557152
changeset:   104854:7e48e0557152
parent:      104852:7aa001a48120
parent:      104853:88e3df38d591
user:        Ned Deily <nad at python.org>
date:        Mon Oct 31 19:36:42 2016 -0400
summary:
  Issue #28208: merge from 3.6

files:
  Mac/BuildScript/build-installer.py |  6 +++---
  Misc/NEWS                          |  2 +-
  2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -315,9 +315,9 @@
                   ),
           ),
           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 '
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,7 +376,7 @@
 
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list