summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-01-06 00:31:10 +0000
committerGitHub <noreply@github.com>2021-01-06 00:31:10 +0000
commitdb91714faa6d3ede59003cdcc719a758160f3970 (patch)
treef57e40e54a348cf33061620dedf92afee9ae8ae9
parentbpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) (diff)
downloadcpython-db91714faa6d3ede59003cdcc719a758160f3970.tar.gz
cpython-db91714faa6d3ede59003cdcc719a758160f3970.tar.bz2
cpython-db91714faa6d3ede59003cdcc719a758160f3970.zip
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
-rw-r--r--Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst1
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/python.props2
-rw-r--r--PCbuild/readme.txt2
4 files changed, 4 insertions, 3 deletions
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
index 00000000000..afb6530c8f6
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-12-07-11-40-52.bpo-42584.AsYnVX.rst
@@ -0,0 +1 @@
+Upgrade Windows installer to use SQLite 3.34.0.
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index a15277b30b2..a1d9a12a362 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -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
diff --git a/PCbuild/python.props b/PCbuild/python.props
index 769dabc5641..3fa774816a7 100644
--- a/PCbuild/python.props
+++ b/PCbuild/python.props
@@ -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>
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index dc247c8bcd7..0b2aa59ecef 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -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