]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101792)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 10 Feb 2023 21:23:00 +0000 (22:23 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 21:23:00 +0000 (22:23 +0100)
(cherry picked from commit 5d15224011217487e1a174c144af0e5f5826c17c)

Misc/NEWS.d/next/Windows/2023-02-09-22-09-27.gh-issue-101759.zFlqSH.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-02-09-22-09-27.gh-issue-101759.zFlqSH.rst b/Misc/NEWS.d/next/Windows/2023-02-09-22-09-27.gh-issue-101759.zFlqSH.rst
new file mode 100644 (file)
index 0000000..62bcac3
--- /dev/null
@@ -0,0 +1 @@
+Update Windows installer to SQLite 3.40.1.
index f700b95392281f030b1c7a43fd2bc16cafb1313f..aee6471ea272925866566a5d38aeeea9de1678d4 100644 (file)
@@ -54,7 +54,7 @@ set libraries=
 set libraries=%libraries%                                       bzip2-1.0.8
 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries%  libffi-3.3.0
 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries%     openssl-1.1.1t
-set libraries=%libraries%                                       sqlite-3.39.4.0
+set libraries=%libraries%                                       sqlite-3.40.1.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
index 98dbf7486d5d55ec03321b4c753935b00d60373d..c93f25261e73e6da899cd32fcae33137521c99f1 100644 (file)
@@ -64,7 +64,7 @@
   <Import Project="$(ExternalProps)" Condition="$(ExternalProps) != '' and Exists('$(ExternalProps)')" />
 
   <PropertyGroup>
-    <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.39.4.0\</sqlite3Dir>
+    <sqlite3Dir Condition="$(sqlite3Dir) == ''">$(ExternalsDir)sqlite-3.40.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.3.0\</libffiDir>
index d39a0708a10a0dedcdd8cdcb2ca881d970bdc059..3dcd5bb7f327b8f0cb86d180e76f472a05156d7a 100644 (file)
@@ -186,7 +186,7 @@ _ssl
     again when building.
 
 _sqlite3
-    Wraps SQLite 3.39.4, which is itself built by sqlite3.vcxproj
+    Wraps SQLite 3.40.1, which is itself built by sqlite3.vcxproj
     Homepage:
         https://www.sqlite.org/
 _tkinter