aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-01-05 23:01:56 +0100
committerGitHub <noreply@github.com>2021-01-05 22:01:56 +0000
commitdd74c01d3bd2833f72ffe400a1d10b8583c0ba6a (patch)
tree3ad11a636346e36d42432491aa4962dac97f2ff0 /PCbuild
parentbpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) (diff)
downloadcpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.gz
cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.tar.bz2
cpython-dd74c01d3bd2833f72ffe400a1d10b8583c0ba6a.zip
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
-rw-r--r--PCbuild/python.props2
-rw-r--r--PCbuild/readme.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 222efe20f9e..213fa66908c 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
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.10.0
if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.10.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 cfd570126aa..af2f1bfe0d4 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -188,7 +188,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