]> 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:31:10 +0000 (00:31 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 00:31:10 +0000 (00:31 +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 a15277b30b219341b9f8f2300ff1bd660a6804d2..a1d9a12a362e122cf69b4999c81c3f1585805fe2 100644 (file)
@@ -54,7 +54,7 @@ set libraries=
 set libraries=%libraries%                                       bzip2-1.0.6
 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries%  libffi-3.3.0-rc0-r1
 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 dc247c8bcd70649f4c9b6fa8d358639e81674fba..0b2aa59ecefabfa7354c8ef633af06a3e8f3913f 100644 (file)
@@ -184,7 +184,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