Skip to content

Commit ba39ea4

Browse files
[3.11] gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625) (#104633)
1 parent 3d52f7e commit ba39ea4

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 installer to use SQLite 3.42.0.

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.8
5555
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
5656
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1t
57-
set libraries=%libraries% sqlite-3.41.2.0
57+
set libraries=%libraries% sqlite-3.42.0.0
5858
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1
5959
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1
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
@@ -68,7 +68,7 @@
6868
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
6969

7070
<PropertyGroup>
71-
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.41.2.0\</sqlite3Dir>
71+
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.42.0.0\</sqlite3Dir>
7272
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
7373
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir>
7474
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>

PCbuild/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ _ssl
187187
again when building.
188188

189189
_sqlite3
190-
Wraps SQLite 3.41.2, which is itself built by sqlite3.vcxproj
190+
Wraps SQLite 3.42.0, which is itself built by sqlite3.vcxproj
191191
Homepage:
192192
https://www.sqlite.org/
193193
_tkinter

0 commit comments

Comments
 (0)