15
0
forked from pool/python-odfpy

Accepting request 678108 from home:jayvdb:pyexcel

- Update to v1.4.0, using defusedxml
- Replace dead url with https://github.com/eea/odfpy
- Make sure to install license files

OBS-URL: https://build.opensuse.org/request/show/678108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-odfpy?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal
2019-02-22 10:43:54 +00:00
committed by Git OBS Bridge
parent eae8ce793b
commit 0c1b97036c
4 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 22 01:45:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.4.0
* Use defusedxml, which guards against various XML vulnerabilities
* Fix odf/opendocument.py toXml needs codecs import
* Add tests for various XML vulnerabilities
* Add metadata for Python 3.7 support
- Replace dead url with https://github.com/eea/odfpy
-------------------------------------------------------------------
Wed Aug 29 10:52:40 UTC 2018 - tchvatal@suse.com
@@ -9,7 +19,11 @@ Wed Jun 6 13:52:20 UTC 2018 - mcepl@suse.com
- Clean SPEC file
- Switched on tests
- Update to 1.3.6
- Various bugfixes
* Proper import of load
* Escaping: replace xml-1.0-illegal characters with question marks
* ODT merge example
* Changed the path to save images.
Now image of the subobject is stored in a folder of subobject
-------------------------------------------------------------------
Thu Aug 24 05:19:14 UTC 2017 - tbechtold@suse.com