]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)
authorjtranquilli <76231120+jtranquilli@users.noreply.github.com>
Fri, 6 Oct 2023 15:12:15 +0000 (11:12 -0400)
committerGitHub <noreply@github.com>
Fri, 6 Oct 2023 15:12:15 +0000 (17:12 +0200)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Misc/NEWS.d/next/Windows/2023-10-05-15-23-23.gh-issue-109286.N8OzMg.rst [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt

diff --git a/Misc/NEWS.d/next/Windows/2023-10-05-15-23-23.gh-issue-109286.N8OzMg.rst b/Misc/NEWS.d/next/Windows/2023-10-05-15-23-23.gh-issue-109286.N8OzMg.rst
new file mode 100644 (file)
index 0000000..14a2aff
--- /dev/null
@@ -0,0 +1 @@
+Update Windows installer to use SQLite 3.43.1.
index fc43ce2b1835d0fd2773538f9c85755d8fe40780..94437f054d788c283529a9bc3bac3dca97f71550 100644 (file)
@@ -54,7 +54,7 @@ set libraries=
 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.11
-set libraries=%libraries%                                       sqlite-3.42.0.0
+set libraries=%libraries%                                       sqlite-3.43.1.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.13.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.13.0
 set libraries=%libraries%                                       xz-5.2.5
index 35c6e92be45dc969efe639b9fb31299512160d68..496bc3dd4cf7941c8bd7923e1e43850ed8060e77 100644 (file)
@@ -68,7 +68,7 @@
   <Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
 
   <PropertyGroup>
-    <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.42.0.0\</sqlite3Dir>
+    <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.43.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>
index 98b37014907604a2d8e337b2e62258a68f0677aa..175ce918ac20f642b30642c69d99cd231905ac7f 100644 (file)
@@ -189,7 +189,7 @@ _ssl
     again when building.
 
 _sqlite3
-    Wraps SQLite 3.42.0, which is itself built by sqlite3.vcxproj
+    Wraps SQLite 3.43.1, which is itself built by sqlite3.vcxproj
     Homepage:
         https://www.sqlite.org/
 _tkinter