]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update SQLite to 3.8.1 on Windows.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Nov 2013 17:36:28 +0000 (18:36 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 22 Nov 2013 17:36:28 +0000 (18:36 +0100)
Misc/NEWS
PC/VS9.0/pyproject.vsprops
PCbuild/pyproject.props
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index fdbff7058a42bba17fe31bddeef396d7da2d6ff3..940aa69d0c622542cb30dd3b0c91ef25fc41347f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -352,6 +352,8 @@ Tests
 Build
 -----
 
+- Update SQLite to 3.8.1 on Windows.
+
 - Issue #16632: Enable DEP and ASLR on Windows.
 
 - Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
index c5793edc3bc56724ce78371567d4779c2112773f..00d34913d9929f3e038f72a9527a44f7f32273a6 100644 (file)
@@ -50,7 +50,7 @@
        />\r
        <UserMacro\r
                Name="sqlite3Dir"\r
-               Value="$(externalsDir)\sqlite-3.7.12"\r
+               Value="$(externalsDir)\sqlite-3.8.1"\r
        />\r
        <UserMacro\r
                Name="bz2Dir"\r
index 7c8e053a85d5f6ac4becececddae0622ebad7dbb..ebce448990f244186fca5e7502797f1442a4c1e7 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.7.12</sqlite3Dir>
+    <sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir>
     <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
     <lzmaDir>$(externalsDir)\xz-5.0.3</lzmaDir>
     <opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>
index 3012971d01bca80d3d2598bce734cf99d362dbca..e7e09624f2f8cff03541d0bba21ec7dafabb419f 100644 (file)
@@ -207,7 +207,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.7.12, which is itself built by sqlite3.vcxproj
+    Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj
     Homepage:
         http://www.sqlite.org/
 _tkinter
index c6278b2673f5ac0d8c96b2a3e469d0d3d8358d29..0e76556cf721ae9e3a0f18e5d02ca66ca3bd761b 100644 (file)
@@ -37,9 +37,9 @@ if not exist tcl-8.5.11.0 (
 if not exist tk-8.5.11.0 svn export http://svn.python.org/projects/external/tk-8.5.11.0
 
 @rem sqlite3
-if not exist sqlite-3.7.12 (
-  rd /s/q sqlite-source-3.7.4
-  svn export http://svn.python.org/projects/external/sqlite-3.7.12
+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
 )
 
 @rem lzma