8000 bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) · python/cpython@089c386 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 089c386

Browse files
miss-islingtonErlend Egeberg Aasland
and
Erlend Egeberg Aasland
authored
bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960)
(cherry picked from commit bfe6e03) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent a4ac5fa commit 089c386

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

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
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
5656
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1g
57-
set libraries=%libraries% sqlite-3.32.3.0
57+
set libraries=%libraries% sqlite-3.33.0.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

Lines changed: 1 addition & 1 deletion
8000
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.32.3.0\</sqlite3Dir>
59+
<sqlite3Dir>$(ExternalsDir)sqlite-3.33.0.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ _ssl
185185
again when building.
186186

187187
_sqlite3
188-
Wraps SQLite 3.32.3.0, which is itself built by sqlite3.vcxproj
188+
Wraps SQLite 3.33.0, which is itself built by sqlite3.vcxproj
189189
Homepage:
190190
http://www.sqlite.org/
191191
_tkinter

0 commit comments

Comments
 (0)
0