mirror of
https://github.com/python/cpython.git
synced 2026-06-20 18:11:54 -04:00
gh-151163: Update Android, macOS installer, and Windows builds to SQLite 3.53.2 (GH-151187)
This commit is contained in:
@@ -359,9 +359,9 @@ def library_recipes():
|
||||
),
|
||||
),
|
||||
dict(
|
||||
name="SQLite 3.53.1",
|
||||
url="https://www.sqlite.org/2026/sqlite-autoconf-3530100.tar.gz",
|
||||
checksum="83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f",
|
||||
name="SQLite 3.53.2",
|
||||
url="https://www.sqlite.org/2026/sqlite-autoconf-3530200.tar.gz",
|
||||
checksum="588ad51949419a56ebe81fe56193d510c559eb94c9a57748387860b5d3069316",
|
||||
extra_cflags=('-Os '
|
||||
'-DSQLITE_ENABLE_FTS5 '
|
||||
'-DSQLITE_ENABLE_FTS4 '
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Updated Android build to include SQLite version 3.53.2.
|
||||
@@ -1 +0,0 @@
|
||||
Update Windows installer to ship with SQLite 3.53.1.
|
||||
@@ -0,0 +1 @@
|
||||
Updated Windows builds to include SQLite version 3.53.2.
|
||||
@@ -1 +0,0 @@
|
||||
Update macOS installer to ship with SQLite version 3.53.1.
|
||||
@@ -0,0 +1 @@
|
||||
Updated macOS installer to include SQLite version 3.53.2.
|
||||
@@ -91,21 +91,21 @@
|
||||
"checksums": [
|
||||
{
|
||||
"algorithm": "SHA256",
|
||||
"checksumValue": "15e8fc7dc059f7b156e53629540951c2691acd71e027f6f8f66dacab5c66c884"
|
||||
"checksumValue": "53f8711811090cc4d9ffc624c360f81e7b409763b145ab2e948998f1a0d6a612"
|
||||
}
|
||||
],
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.53.1.0.tar.gz",
|
||||
"downloadLocation": "https://github.com/python/cpython-source-deps/archive/refs/tags/sqlite-3.53.2.0.tar.gz",
|
||||
"externalRefs": [
|
||||
{
|
||||
"referenceCategory": "SECURITY",
|
||||
"referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.53.1.0:*:*:*:*:*:*:*",
|
||||
"referenceLocator": "cpe:2.3:a:sqlite:sqlite:3.53.2.0:*:*:*:*:*:*:*",
|
||||
"referenceType": "cpe23Type"
|
||||
}
|
||||
],
|
||||
"licenseConcluded": "NOASSERTION",
|
||||
"name": "sqlite",
|
||||
"primaryPackagePurpose": "SOURCE",
|
||||
"versionInfo": "3.53.1.0"
|
||||
"versionInfo": "3.53.2.0"
|
||||
},
|
||||
{
|
||||
"SPDXID": "SPDXRef-PACKAGE-tcl",
|
||||
|
||||
@@ -56,7 +56,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.5.7
|
||||
set libraries=%libraries% mpdecimal-4.0.0
|
||||
set libraries=%libraries% sqlite-3.53.1.0
|
||||
set libraries=%libraries% sqlite-3.53.2.0
|
||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-9.0.3.0
|
||||
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-9.0.3.1
|
||||
set libraries=%libraries% xz-5.8.1.1
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
|
||||
|
||||
<PropertyGroup>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.53.1.0\</sqlite3Dir>
|
||||
<sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.53.2.0\</sqlite3Dir>
|
||||
<bz2Dir Condition="$(bz2Dir) == ''">$(ExternalsDir)bzip2-1.0.8\</bz2Dir>
|
||||
<lzmaDir Condition="$(lzmaDir) == ''">$(ExternalsDir)xz-5.8.1.1\</lzmaDir>
|
||||
<libffiDir Condition="$(libffiDir) == ''">$(ExternalsDir)libffi-3.4.4\</libffiDir>
|
||||
|
||||
+1
-1
@@ -242,7 +242,7 @@ _ssl
|
||||
again when building.
|
||||
|
||||
_sqlite3
|
||||
Wraps SQLite 3.53.1, which is itself built by sqlite3.vcxproj
|
||||
Wraps SQLite 3.53.2, which is itself built by sqlite3.vcxproj
|
||||
Homepage:
|
||||
https://www.sqlite.org/
|
||||
|
||||
|
||||
@@ -220,7 +220,7 @@ def unpack_deps(host, prefix_dir, cache_dir):
|
||||
"bzip2-1.0.8-3",
|
||||
"libffi-3.4.4-3",
|
||||
"openssl-3.5.7-0",
|
||||
"sqlite-3.53.1-0",
|
||||
"sqlite-3.53.2-0",
|
||||
"xz-5.4.6-1",
|
||||
"zstd-1.5.7-2"
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user