]> granicus.if.org Git - python/commitdiff
Issue #28208: Update Windows build to use SQLite 3.14.2.0
authorZachary Ware <zachary.ware@gmail.com>
Tue, 11 Oct 2016 03:36:21 +0000 (22:36 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 11 Oct 2016 03:36:21 +0000 (22:36 -0500)
Misc/NEWS
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt

index 1b45dbfe00418fbad19acd861da1c0e7c869d584..b9589e787a092625a55b8863a3ad730686338ada 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Library
 Build
 -----
 
+- Issue #28208: Update Windows build to use SQLite 3.14.2.0.
+
 - Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
 
 
index de85402b81399fef698fbccc279bd7f1c5801f36..a5185becee5a96d69a0e3cc961e30acc6480f202 100644 (file)
@@ -55,7 +55,7 @@ set libraries=
 set libraries=%libraries%                                    bzip2-1.0.6\r
 if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     nasm-2.11.06\r
 if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     openssl-1.0.2j\r
-set libraries=%libraries%                                    sqlite-3.14.1.0\r
+set libraries=%libraries%                                    sqlite-3.14.2.0\r
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0\r
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0\r
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6\r
index fd7c4add8ae1c11dd6837db915a7c33187c9afd4..dde94f733a13ae76488e0c07c9a48042f4e716f5 100644 (file)
@@ -42,7 +42,7 @@
     
     <!-- Directories of external projects. tcltk is handled in tcltk.props -->
     <ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
-    <sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
+    <sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
     <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
     <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
     <opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
index b6372c2beedd362f68c430c4b0964c6a1106d03d..c04ba4e46b9894ee49329d3d144524b5f834986e 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.14.1.0, which is itself built by sqlite3.vcxproj\r
+    Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj\r
     Homepage:\r
         http://www.sqlite.org/\r
 _tkinter\r