Skip to content

Commit f599f9e

Browse files
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
(cherry picked from commit 84761c3) Co-authored-by: Steve Dower <[email protected]>
1 parent 22d6d88 commit f599f9e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Windows release to include SQLite 3.32.3.

PCbuild/get_externals.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set libraries=
5454
set libraries=%libraries% bzip2-1.0.6
5555
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.3.0-rc0-r1
5656
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1g
57-
set libraries=%libraries% sqlite-3.31.1.0
57+
set libraries=%libraries% sqlite-3.32.3.0
5858
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0
5959
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0
6060
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6

PCbuild/python.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<ExternalsDir>$(EXTERNALS_DIR)</ExternalsDir>
5757
<ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir>
5858
<ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir>
59-
<sqlite3Dir>$(ExternalsDir)sqlite-3.31.1.0\</sqlite3Dir>
59+
<sqlite3Dir>$(ExternalsDir)sqlite-3.32.3.0\</sqlite3Dir>
6060
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
6161
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
6262
<libffiDir>$(ExternalsDir)libffi\</libffiDir>

PCbuild/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ _ssl
184184
again when building.
185185

186186
_sqlite3
187-
Wraps SQLite 3.31.1.0, which is itself built by sqlite3.vcxproj
187+
Wraps SQLite 3.32.3.0, which is itself built by sqlite3.vcxproj
188188
Homepage:
189189
http://www.sqlite.org/
190190
_tkinter

0 commit comments

Comments
 (0)