]> granicus.if.org Git - python/commitdiff
Issue #27883: Update sqlite to 3.14.1 on Windows
authorZachary Ware <zachary.ware@gmail.com>
Mon, 5 Sep 2016 19:32:38 +0000 (14:32 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 5 Sep 2016 19:32:38 +0000 (14:32 -0500)
Misc/NEWS
PCbuild/python.props
PCbuild/readme.txt

index 596f0d048507793c29a9ef1508d33344a9f63a93..d3ef4d34ec6de73f763114a047aac6668851a402 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,8 @@ Tests
 Build
 -----
 
+- Issue #27883: Update sqlite to 3.14.1.0 on Windows.
+
 - Issue #27917: Set platform triplets for Android builds.
 
 - Issue #25825: Update references to the $(LIBPL) installation path on AIX.
index ee702105c295435f66fb0fa6ab7d1e38d9e9e2fe..5f5e756669a9d792bcac426fcf7a67e0cd352295 100644 (file)
@@ -43,7 +43,7 @@
     
     <!-- Directories of external projects. tcltk is handled in tcltk.props -->
     <ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
-    <sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
+    <sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
     <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
     <lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
     <opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir>
index 7f488ae676258feeeff979b114b58fa656d769b2..34c2efe4cc479b50a503ebd06da0a652341e01ec 100644 (file)
@@ -204,7 +204,7 @@ _ssl
     functionality to _ssl or _hashlib. They will not clean up their output\r
     with the normal Clean target; CleanAll should be used instead.\r
 _sqlite3\r
-    Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj\r
+    Wraps SQLite 3.14.1.0, which is itself built by sqlite3.vcxproj\r
     Homepage:\r
         http://www.sqlite.org/\r
 _tkinter\r