]> granicus.if.org Git - python/commitdiff
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
authorNed Deily <nad@acm.org>
Sat, 1 Mar 2014 22:00:46 +0000 (14:00 -0800)
committerNed Deily <nad@acm.org>
Sat, 1 Mar 2014 22:00:46 +0000 (14:00 -0800)
Mac/BuildScript/build-installer.py
Misc/NEWS

index 0aafcd0a13500f63722c9381002f396f52e43993..7c1d90f83e738e84666c38e4f14fb6a4db5b63f2 100755 (executable)
@@ -283,9 +283,9 @@ def library_recipes():
                   ),
           ),
           dict(
-              name="SQLite 3.8.3",
-              url="http://www.sqlite.org/2014/sqlite-autoconf-3080300.tar.gz",
-              checksum='11572878dc0ac74ae370367a464ab5cf',
+              name="SQLite 3.8.3.1",
+              url="http://www.sqlite.org/2014/sqlite-autoconf-3080301.tar.gz",
+              checksum='509ff98d8dc9729b618b7e96612079c6',
               extra_cflags=('-Os '
                             '-DSQLITE_ENABLE_FTS4 '
                             '-DSQLITE_ENABLE_FTS3_PARENTHESIS '
index 343a0b7a79d7942ec98a92f39bb44941531020ca..e8bc1a67de989c982240fe6f3ede6bbf164a343b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,7 @@ Build
   uninstalling pip (rather than failing) if the user has updated pip to a
   different version from the one bundled with ensurepip.
 
+- Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
 
 
 What's New in Python 3.4.0 release candidate 2?