Re: py-olefile update

2025-05-13 Thread Kurt Mosiejczuk
On Tue, May 13, 2025 at 12:26:22PM +0100, Stuart Henderson wrote: > from changelog: > - fixed issue #142: isOleFile has a new data parameter to handle files in > memory properly > - fixed issue #156: write_sect now correctly detects when data is larger > than the sector size > - use

py-olefile update

2025-05-13 Thread Stuart Henderson
from changelog: - fixed issue #142: isOleFile has a new data parameter to handle files in memory properly - fixed issue #156: write_sect now correctly detects when data is larger than the sector size - use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12