]> granicus.if.org Git - python/commitdiff
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
authorNed Deily <nad@acm.org>
Wed, 5 Feb 2014 02:44:17 +0000 (18:44 -0800)
committerNed Deily <nad@acm.org>
Wed, 5 Feb 2014 02:44:17 +0000 (18:44 -0800)
Mac/BuildScript/build-installer.py
Misc/NEWS

index f01258731eb7bd4c1aa24aec8d0e48a53968e9cd..0aafcd0a13500f63722c9381002f396f52e43993 100755 (executable)
@@ -283,9 +283,9 @@ def library_recipes():
                   ),
           ),
           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 '
index 594b9472cca1e0647a5b1a60fecb4275bd951329..90da3a73f4e3f947340d91c22f8d778edcd6eb5a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,11 @@ Tools/Demos
   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?
 ==================================