]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
authorSteve Dower <steve.dower@python.org>
Wed, 6 Jan 2021 00:09:08 +0000 (00:09 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 00:09:08 +0000 (00:09 +0000)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt

diff --git a/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst b/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst
new file mode 100644 (file)
index 0000000..afb6530
--- /dev/null
@@ -0,0 +1 @@
+Upgrade Windows installer to use SQLite 3.34.0.
index 3e9cb0299fca6e345d168a940c9acc41c739dd3b..1e783846a2b90849d49def040aa6bfdebf5cdd2e 100644 (file)
@@ -54,7 +54,7 @@ set libraries=
 set libraries=%libraries%                                       bzip2-1.0.6
 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries%  libffi
 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries%     openssl-1.1.1i
-set libraries=%libraries%                                       sqlite-3.33.0.0
+set libraries=%libraries%                                       sqlite-3.34.0.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.9.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.9.0
 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tix-8.4.3.6
index 769dabc5641ca9c7a1f42a979296fd9864e2660e..3fa774816a75304e1fde7faf2f561d1b46916075 100644 (file)
@@ -56,7 +56,7 @@
     <ExternalsDir>$(EXTERNALS_DIR)</ExternalsDir>
     <ExternalsDir Condition="$(ExternalsDir) == ''">$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir>
     <ExternalsDir Condition="!HasTrailingSlash($(ExternalsDir))">$(ExternalsDir)\</ExternalsDir>
-    <sqlite3Dir>$(ExternalsDir)sqlite-3.33.0.0\</sqlite3Dir>
+    <sqlite3Dir>$(ExternalsDir)sqlite-3.34.0.0\</sqlite3Dir>
     <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
     <lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
     <libffiDir>$(ExternalsDir)libffi\</libffiDir>
index c00ee8e32927749575d95d698ef4cf48f4f74e6c..5a21c30af9487a672d045903589334344b9b1a1c 100644 (file)
@@ -185,7 +185,7 @@ _ssl
     again when building.
 
 _sqlite3
-    Wraps SQLite 3.33.0, which is itself built by sqlite3.vcxproj
+    Wraps SQLite 3.34.0, which is itself built by sqlite3.vcxproj
     Homepage:
         http://www.sqlite.org/
 _tkinter