]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 10 Feb 2023 16:38:26 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Feb 2023 16:38:26 +0000 (17:38 +0100)
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 d4d96bd49d72c6204319117afab0c67cf8d32265..2c424517eae4b1c8c9b79efbf7599c81c5645aac 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.3
 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.13.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.13.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
index 5926c7ded4708d4928f5fedc076653185c7a06b0..28ee74d859475994312ee186d1be04e29a653aa1 100644 (file)
@@ -68,7 +68,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.4.3\</libffiDir>
index 347be8aeeca398027fa7bfa3469ca2ef9f031ffc..4c799b64c461c15341691bba194b517b15c5eead 100644 (file)
@@ -188,7 +188,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