diff --git a/olefile-0.45.1.zip b/olefile-0.45.1.zip deleted file mode 100644 index 064f344..0000000 --- a/olefile-0.45.1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6575f5290de8ab1086f8c5490591f7e0885af682c7c1793bdaf6e64078d385 -size 112359 diff --git a/olefile-0.46.zip b/olefile-0.46.zip new file mode 100644 index 0000000..1bd968c --- /dev/null +++ b/olefile-0.46.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964 +size 112226 diff --git a/python-olefile.changes b/python-olefile.changes index b460339..bdc856f 100644 --- a/python-olefile.changes +++ b/python-olefile.changes @@ -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 diff --git a/python-olefile.spec b/python-olefile.spec index 390b16a..8f06f91 100644 --- a/python-olefile.spec +++ b/python-olefile.spec @@ -1,7 +1,7 @@ # # spec file for package python-olefile # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-olefile -Version: 0.45.1 +Version: 0.46 Release: 0 Summary: Python package to read and write Microsoft OLE2 files License: BSD-2-Clause AND HPND