Skip to content

Commit 0fc14b3

Browse files
animalizezooba
authored andcommitted
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14182)
1 parent 6cbff56 commit 0fc14b3

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.28.0.

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set libraries=
4848
set libraries=%libraries% bzip2-1.0.6
4949
if NOT "%IncludeBsddb%"=="false" set libraries=%libraries% bsddb-4.7.25.0
5050
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2s
51-
set libraries=%libraries% sqlite-3.14.2.0
51+
set libraries=%libraries% sqlite-3.28.0.0
5252
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.19.0
5353
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.19.0
5454
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.14.2.0\</sqlite3Dir>
35+
<sqlite3Dir>$(ExternalsDir)sqlite-3.28.0.0\</sqlite3Dir>
3636
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
3737
<bsddbDir>$(ExternalsDir)bsddb-4.7.25.0</bsddbDir>
3838
<opensslDir>$(ExternalsDir)openssl-1.0.2s\</opensslDir>

PCbuild/readme.txt

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

0 commit comments

Comments
 (0)