File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ Tests
155155Build
156156-----
157157
158+ - Issue #27883: Update sqlite to 3.14.1.0 on Windows.
159+
158160- Issue #27917: Set platform triplets for Android builds.
159161
160162- Issue #25825: Update references to the $(LIBPL) installation path on AIX.
Original file line number Diff line number Diff line change 4343
4444 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
4545 <ExternalsDir >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir >
46- <sqlite3Dir >$(ExternalsDir)sqlite-3.8.11 .0\</sqlite3Dir >
46+ <sqlite3Dir >$(ExternalsDir)sqlite-3.14.1 .0\</sqlite3Dir >
4747 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
4848 <lzmaDir >$(ExternalsDir)xz-5.0.5\</lzmaDir >
4949 <opensslDir >$(ExternalsDir)openssl-1.0.2h\</opensslDir >
Original file line number Diff line number Diff line change 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.8.11 .0, which is itself built by sqlite3.vcxproj
207+ Wraps SQLite 3.14.1 .0, which is itself built by sqlite3.vcxproj
208208 Homepage:
209209 http://www.sqlite.org/
210210_tkinter
You can’t perform that action at this time.
0 commit comments