Issue #20465: Update Windows installer to SQLite 3.8.3.1.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2014 18:42:50 +0000 (19:42 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 2 Mar 2014 18:42:50 +0000 (19:42 +0100)
Misc/NEWS
PC/VS9.0/pyproject.vsprops
PCbuild/pyproject.props
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index f63cbf78d31035a6557c7e169c95c921af629a30..1d5b65c1590013b62c011a975b8193db902ca6c0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,7 +52,8 @@ 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.3.1.
+- Issue #20465: Update OS X and Windows installer builds to use 
+  SQLite 3.8.3.1.
 
 Tools/Demos
 -----------
index ed5464d202e9f0b97903d83507f7d7c864a254f0..88af242a89863995743bff72c9691b7df7e9957c 100644 (file)
@@ -50,7 +50,7 @@
        />\r
        <UserMacro\r
                Name="sqlite3Dir"\r
-               Value="$(externalsDir)\sqlite-3.8.1"\r
+               Value="$(externalsDir)\sqlite-3.8.3.1"\r
        />\r
        <UserMacro\r
                Name="bz2Dir"\r
index 7b65961073c4a5e42c31ef0585503cb576fd2ab8..5f40b1576ea0edc04ffa1490c343fef6d9c0a078 100644 (file)
@@ -17,7 +17,7 @@
     <PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
     <KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
     <externalsDir>..\..</externalsDir>
-    <sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir>
+    <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
     <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
     <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
     <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
index d5c69a72969b18ba4916a07a61b836f1ffa621ae..619f6a8b0f5328f0cb62f231e22279fa905e93c5 100644 (file)
@@ -206,7 +206,7 @@ _ssl
     The ssl sub-project does not have the ability to clean the OpenSSL
     build; if you need to rebuild, you'll have to clean it by hand.
 _sqlite3
-    Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj
+    Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj
     Homepage:
         http://www.sqlite.org/
 _tkinter
index 244abd2d932d3ec38a3abb25feff7d4ef3d27616..c63e8895dd259f8ab509186ce053698691def7df 100644 (file)
@@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
 if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
 
 @rem sqlite3
-if not exist sqlite-3.8.1 (
-  rd /s/q sqlite-source-3.7.12
-  svn export http://svn.python.org/projects/external/sqlite-3.8.1
+if not exist sqlite-3.8.3.1 (
+  rd /s/q sqlite-source-3.8.1
+  svn export http://svn.python.org/projects/external/sqlite-3.8.3.1
 )
 
 @rem lzma