Skip to content

Commit 5dc225d

Browse files
Mariattaembray
authored andcommitted
bpo-28791: Update Windows builds to use SQLite 3.21.0. (pythonGH-4246)
1 parent c04dae1 commit 5dc225d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Windows builds to use SQLite 3.21.0.

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ echo.Fetching external libraries...
5050
set libraries=
5151
set libraries=%libraries% bzip2-1.0.6
5252
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.0f
53-
set libraries=%libraries% sqlite-3.14.2.0
53+
set libraries=%libraries% sqlite-3.21.0.0
5454
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
5555
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.6.0
5656
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6

PCbuild/python.props

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

4545
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
4646
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
47-
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
47+
<sqlite3Dir>$(ExternalsDir)sqlite-3.21.0.0\</sqlite3Dir>
4848
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
4949
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
5050
<opensslDir>$(ExternalsDir)openssl-1.1.0f\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ _ssl
182182
again when building.
183183

184184
_sqlite3
185-
Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj
185+
Wraps SQLite 3.21.0.0, which is itself built by sqlite3.vcxproj
186186
Homepage:
187187
http://www.sqlite.org/
188188
_tkinter

0 commit comments

Comments
 (0)