Skip to content

Commit 2bf60cb

Browse files
committed
Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
1 parent 115d858 commit 2bf60cb

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ Tests
170170
Build
171171
-----
172172

173+
- Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
174+
173175
- Issue #17603: Avoid error about nonexistant fileblocks.o file by using a
174176
lower-level check for st_blocks in struct stat.
175177

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ set libraries=%libraries% bzip2-1.0.6
5959
if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% db-4.7.25.0
6060
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
6161
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2g
62-
set libraries=%libraries% sqlite-3.6.21
62+
set libraries=%libraries% sqlite-3.8.11.0
6363
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0
6464
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0
6565
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.5

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
3434
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
35-
<sqlite3Dir>$(ExternalsDir)sqlite-3.6.21\</sqlite3Dir>
35+
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
3838
<opensslDir>$(ExternalsDir)openssl-1.0.2g\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ _ssl
218218
functionality to _ssl or _hashlib. They will not clean up their output
219219
with the normal Clean target; CleanAll should be used instead.
220220
_sqlite3
221-
Wraps SQLite 3.6.21, which is itself built by sqlite3.vcxproj
221+
Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj
222222
Homepage:
223223
http://www.sqlite.org/
224224
_tkinter

0 commit comments

Comments
 (0)