mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-129917: Update installers to use SQLite 3.49.1 (#131025)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
2e96f5ae4d
commit
45a3ab5a81
8 changed files with 15 additions and 14 deletions
|
|
@ -55,7 +55,7 @@ set libraries=%libraries% bzip2-1.0.8
|
|||
if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4
|
||||
if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-3.0.16
|
||||
set libraries=%libraries% mpdecimal-4.0.0
|
||||
set libraries=%libraries% sqlite-3.45.3.0
|
||||
set libraries=%libraries% sqlite-3.49.1.0
|
||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.15.0
|
||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.15.0
|
||||
set libraries=%libraries% xz-5.2.5
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
|
||||
|
||||
<PropertyGroup>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.45.3.0\</sqlite3Dir>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.49.1.0\</sqlite3Dir>
|
||||
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
|
||||
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.2.5\</lzmaDir>
|
||||
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ _ssl
|
|||
again when building.
|
||||
|
||||
_sqlite3
|
||||
Wraps SQLite 3.45.3, which is itself built by sqlite3.vcxproj
|
||||
Wraps SQLite 3.49.1, which is itself built by sqlite3.vcxproj
|
||||
Homepage:
|
||||
https://www.sqlite.org/
|
||||
_tkinter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue