[Python-checkins] cpython: Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.

ned.deily python-checkins at python.org
Wed Feb 5 03:45:08 CET 2014


http://hg.python.org/cpython/rev/32af4954e46a
changeset:   88967:32af4954e46a
user:        Ned Deily <nad at acm.org>
date:        Tue Feb 04 18:44:17 2014 -0800
summary:
  Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.

files:
  Mac/BuildScript/build-installer.py |  6 +++---
  Misc/NEWS                          |  5 +++++
  2 files changed, 8 insertions(+), 3 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
@@ -283,9 +283,9 @@
                   ),
           ),
           dict(
-              name="SQLite 3.8.1",
-              url="http://www.sqlite.org/2013/sqlite-autoconf-3080100.tar.gz",
-              checksum='8b5a0a02dfcb0c7daf90856a5cfd485a',
+              name="SQLite 3.8.3",
+              url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz",
+              checksum='11572878dc0ac74ae370367a464ab5cf',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS4 '
                             '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,11 @@
   input and output sections of the block, allowing external tools to verify
   that the input has not changed (and thus the output is not out-of-date).
 
+Build
+-----
+
+- Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
+
 
 What's New in Python 3.4.0 Beta 3?
 ==================================

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


More information about the Python-checkins mailing list