File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ Tests
170170Build
171171-----
172172
173+ - Issue #19450: Update Windows builds to use SQLite 3.8.11.0.
174+
173175- Issue #17603: Avoid error about nonexistant fileblocks.o file by using a
174176 lower-level check for st_blocks in struct stat.
175177
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ set libraries=%libraries% bzip2-1.0.6
5959if NOT " %IncludeBsddb% " == " false" set libraries = %libraries% db-4.7.25.0
6060if NOT " %IncludeSSL% " == " false" set libraries = %libraries% nasm-2.11.06
6161if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2g
62- set libraries = %libraries% sqlite-3.6.21
62+ set libraries = %libraries% sqlite-3.8.11.0
6363if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-8.5.15.0
6464if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.5.15.0
6565if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.5
Original file line number Diff line number Diff line change 3232
3333 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
3434 <ExternalsDir >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir >
35- <sqlite3Dir >$(ExternalsDir)sqlite-3.6.21 \</sqlite3Dir >
35+ <sqlite3Dir >$(ExternalsDir)sqlite-3.8.11.0 \</sqlite3Dir >
3636 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
3737 <bsddbDir >$(ExternalsDir)db-4.7.25.0</bsddbDir >
3838 <opensslDir >$(ExternalsDir)openssl-1.0.2g\</opensslDir >
Original file line number Diff line number Diff line change 218218 functionality to _ssl or _hashlib. They will not clean up their output
219219 with the normal Clean target; CleanAll should be used instead.
220220_sqlite3
221- Wraps SQLite 3.6.21 , which is itself built by sqlite3.vcxproj
221+ Wraps SQLite 3.8.11.0 , which is itself built by sqlite3.vcxproj
222222 Homepage:
223223 http://www.sqlite.org/
224224_tkinter
You can’t perform that action at this time.
0 commit comments