Skip to content

Commit 8d794d6

Browse files
committed
Issue python#28208: Merge with 3.6
2 parents 0732fd6 + 547d156 commit 8d794d6

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ Windows
262262
Build
263263
-----
264264

265+
- Issue #28208: Update Windows build to use SQLite 3.14.2.0.
266+
265267
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
266268

267269
- Issue #21124: Fix building the _struct module on Cygwin by passing ``NULL``

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set libraries=
5555
set libraries=%libraries% bzip2-1.0.6
5656
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
5757
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j
58-
set libraries=%libraries% sqlite-3.14.1.0
58+
set libraries=%libraries% sqlite-3.14.2.0
5959
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
6060
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0
6161
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tix-8.4.3.6

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
4444
<ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir>
45-
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
45+
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.2.0\</sqlite3Dir>
4646
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
4747
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
4848
<opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ _ssl
204204
functionality to _ssl or _hashlib. They will not clean up their output
205205
with the normal Clean target; CleanAll should be used instead.
206206
_sqlite3
207-
Wraps SQLite 3.14.1.0, which is itself built by sqlite3.vcxproj
207+
Wraps SQLite 3.14.2.0, which is itself built by sqlite3.vcxproj
208208
Homepage:
209209
http://www.sqlite.org/
210210
_tkinter

0 commit comments

Comments
 (0)