15
0

Accepting request 693336 from home:pgajdos

- version update to 0.46
   OleFileIO can now be used as a context manager
   (with...as), to close the file automatically 
   Improved handling of malformed files, fixed several bugs.

OBS-URL: https://build.opensuse.org/request/show/693336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-olefile?expand=0&rev=11
This commit is contained in:
2019-04-11 19:40:43 +00:00
committed by Git OBS Bridge
parent d701c680bd
commit a3c16a389e
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 11 18:36:34 UTC 2019 - pgajdos@suse.com
- version update to 0.46
OleFileIO can now be used as a context manager
(with...as), to close the file automatically
Improved handling of malformed files, fixed several bugs.
-------------------------------------------------------------------
Wed Dec 19 00:13:17 UTC 2018 - Jan Engelhardt <jengelh@inai.de>