Skip to content

Commit e2ba552

Browse files
authored
bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717)
(cherry picked from commit 31af650)
1 parent 0bec5e1 commit e2ba552

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
@@ -42,7 +42,7 @@ echo.Fetching external libraries...
4242
set libraries=
4343
set libraries=%libraries% bzip2-1.0.6
4444
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2k
45-
set libraries=%libraries% sqlite-3.14.2.0
45+
set libraries=%libraries% sqlite-3.21.0.0
4646
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
4747
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
4848
if NOT "%IncludeTkinter%"=="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.0.2k\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ _ssl
212212
functionality to _ssl or _hashlib. They will not clean up their output
213213
with the normal Clean target; CleanAll should be used instead.
214214
_sqlite3
215-
Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj
215+
Wraps SQLite 3.21.0.0, which is itself built by sqlite3.vcxproj
216216
Homepage:
217217
http://www.sqlite.org/
218218
_tkinter

0 commit comments

Comments
 (0)