Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a663069

Browse files
committed
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
1 parent 582538b commit a663069

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Build
2525
uninstalling pip (rather than failing) if the user has updated pip to a
2626
different version from the one bundled with ensurepip.
2727

28-
- Issue #20465: Update OS X installer build to use SQLite 3.8.3.1.
28+
- Issue #20465: Update OS X and Windows installer builds to use
29+
SQLite 3.8.3.1.
2930

3031

3132
What's New in Python 3.4.0 release candidate 2?

PC/VS9.0/pyproject.vsprops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/>
5151
<UserMacro
5252
Name="sqlite3Dir"
53-
Value="$(externalsDir)\sqlite-3.8.1"
53+
Value="$(externalsDir)\sqlite-3.8.3.1"
5454
/>
5555
<UserMacro
5656
Name="bz2Dir"

PCbuild/pyproject.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
1818
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
1919
<externalsDir>..\..</externalsDir>
20-
<sqlite3Dir>$(externalsDir)\sqlite-3.8.1</sqlite3Dir>
20+
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
2121
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
2222
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
2323
<opensslDir>$(externalsDir)\openssl-1.0.1e</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ _ssl
206206
The ssl sub-project does not have the ability to clean the OpenSSL
207207
build; if you need to rebuild, you'll have to clean it by hand.
208208
_sqlite3
209-
Wraps SQLite 3.8.1, which is itself built by sqlite3.vcxproj
209+
Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj
210210
Homepage:
211211
http://www.sqlite.org/
212212
_tkinter

Tools/buildbot/external-common.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ if not exist tcl-8.6.1.0 (
3737
if not exist tk-8.6.1.0 svn export http://svn.python.org/projects/external/tk-8.6.1.0
3838

3939
@rem sqlite3
40-
if not exist sqlite-3.8.1 (
41-
rd /s/q sqlite-source-3.7.12
42-
svn export http://svn.python.org/projects/external/sqlite-3.8.1
40+
if not exist sqlite-3.8.3.1 (
41+
rd /s/q sqlite-source-3.8.1
42+
svn export http://svn.python.org/projects/external/sqlite-3.8.3.1
4343
)
4444

4545
@rem lzma

0 commit comments

Comments
 (0)