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

Skip to content

Commit 4e167ca

Browse files
committed
Issue #19450: Update Windows builds to use SQLite 3.8.11.0
2 parents d2117e1 + 54d361f commit 4e167ca

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Core and Builtins
1313
Library
1414
-------
1515

16+
- Issue #19450: Update Windows builds to use SQLite 3.8.11.0
17+
1618
- Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
1719

1820

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for %%e in (
5858
tcl-core-8.6.4.1
5959
tk-8.6.4.1
6060
tix-8.4.3.4
61-
sqlite-3.8.3.1
61+
sqlite-3.8.11.0
6262
xz-5.0.5
6363
) do (
6464
if exist %%e (

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.8.3.1\</sqlite3Dir>
35+
<sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<lzmaDir>$(ExternalsDir)xz-5.0.5\</lzmaDir>
3838
<opensslDir>$(ExternalsDir)openssl-1.0.2d\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ _ssl
232232
functionality to _ssl or _hashlib. They will not clean up their output
233233
with the normal Clean target; CleanAll should be used instead.
234234
_sqlite3
235-
Wraps SQLite 3.8.3.1, which is itself built by sqlite3.vcxproj
235+
Wraps SQLite 3.8.11.0, which is itself built by sqlite3.vcxproj
236236
Homepage:
237237
http://www.sqlite.org/
238238
_tkinter

0 commit comments

Comments
 (0)