aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-07-21 00:09:41 +0100
committerGitHub <noreply@github.com>2020-07-21 00:09:41 +0100
commit84761c3cc4bac31d471e371c53a338686d4b0241 (patch)
treec2848b4eaa188a8fd5c5233dba1b4a04df57d183 /PCbuild
parentbpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) (diff)
downloadcpython-84761c3cc4bac31d471e371c53a338686d4b0241.tar.gz
cpython-84761c3cc4bac31d471e371c53a338686d4b0241.tar.bz2
cpython-84761c3cc4bac31d471e371c53a338686d4b0241.zip
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
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 4171fd740c7..a48b59cad2e 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.1g
-set libraries=%libraries% sqlite-3.31.1.0
+set libraries=%libraries% sqlite-3.32.3.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 bf6f3716ba5..5f4926efa25 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.31.1.0\</sqlite3Dir>
+ <sqlite3Dir>$(ExternalsDir)sqlite-3.32.3.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 4d4a706b8e4..b8849757e89 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -185,7 +185,7 @@ _ssl
again when building.
_sqlite3
- Wraps SQLite 3.31.1.0, which is itself built by sqlite3.vcxproj
+ Wraps SQLite 3.32.3.0, which is itself built by sqlite3.vcxproj
Homepage:
http://www.sqlite.org/
_tkinter