2022-05-03 19:16:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 3 14:55:52 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.10.1
|
|
|
|
* Add support for Python 3.10
|
|
|
|
* Support directive applying to itself
|
|
|
|
* Keep tail of directive
|
|
|
|
* Use unittest discover
|
|
|
|
|
2021-09-16 07:19:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 16 06:56:49 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- python_alternative relatorio-render
|
|
|
|
|
2021-09-07 19:32:17 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-09-14 12:29:17 +00:00
|
|
|
Sun Sep 12 15:46:17 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.10.0
|
|
|
|
* Add relatorio-render script
|
|
|
|
* Add templating of meta in opendocument
|
|
|
|
* Remove support for Python older than 3.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-09-07 19:32:17 +00:00
|
|
|
Mon Sep 6 10:45:42 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- %check: use %pyunittest rpm macro
|
|
|
|
|
2021-07-27 12:05:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 27 09:37:08 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.9.3
|
|
|
|
* Support empty image in opendocument
|
|
|
|
* Add support for Python 3.9
|
|
|
|
|
2021-01-04 15:47:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 4 15:14:05 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.9.2
|
|
|
|
* Support draw name tuple without parenthesis
|
|
|
|
|
2020-01-28 09:32:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 28 08:57:49 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- Version 0.9.1
|
|
|
|
* Do not guess type of cell if directive is not alone
|
|
|
|
* Add support for Python 3.8
|
|
|
|
* Support file-magic as fallback to python-magic
|
|
|
|
|
2019-07-31 09:22:42 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-07-31 09:25:07 +00:00
|
|
|
Wed Jul 31 09:24:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Run tests
|
|
|
|
- Run fdupes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-07-31 09:22:42 +00:00
|
|
|
Tue Jul 30 18:41:41 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.9.0
|
|
|
|
* Support out parameter of render
|
|
|
|
* Write opendocument stream directly to the ZipFile
|
|
|
|
|
2019-07-06 11:09:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 5 16:33:12 UTC 2019 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- python-magic added to requirements
|
|
|
|
|
2018-10-04 07:36:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 3 20:01:38 UTC 2018 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 0.8.1
|
|
|
|
* Add support for Python 3.7
|
|
|
|
* Escape invalid XML characters
|
|
|
|
* Enforce closing tag to be the same directive as the opening
|
|
|
|
* Use compression for zip file
|
|
|
|
* Write mimetype as first file of the zip file
|
|
|
|
|
2017-12-11 09:58:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 11 09:55:31 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Explain why the tests are conditioned around
|
|
|
|
- Specify all the runtime dependencies based on setup.py
|
|
|
|
|
2017-12-11 09:48:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 9 16:12:18 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- version 0.8.0
|
|
|
|
* Do not guess_type on styled cell content
|
|
|
|
* Remove type attributes when guessing type
|
|
|
|
* Add support for Python 3.6
|
|
|
|
* Remove soft-page-break
|
|
|
|
* tests added to spec file
|
|
|
|
|
2017-10-20 13:27:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 20 06:26:54 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- Version 0.7.1 - Bugfix release
|
|
|
|
* Remove warning when import plugin fails
|
|
|
|
* Apply the guess type function on the correct node
|
|
|
|
* Fix guess_type for date and datetime
|
|
|
|
|
2017-08-01 16:11:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 30 18:53:12 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- Version 0.7.0
|
|
|
|
* Replace hard-coded extensions by mimetypes guess
|
|
|
|
* Add more guess types: 'boolean', 'date', 'time' and 'void'
|
|
|
|
* Add support for Flat OpenDocument
|
|
|
|
|
2017-03-21 13:36:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 8 08:20:45 UTC 2017 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- changes for singlespec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 18 13:56:52 UTC 2016 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- version 0.6.4
|
|
|
|
* Use StringIO instead of BytesIO for TextSerializer result
|
|
|
|
|
2016-08-25 09:18:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 25 08:43:24 UTC 2016 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- LICENSE file added
|
|
|
|
|
2016-08-19 06:14:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 14 19:49:38 UTC 2016 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- fixed link to pypi
|
|
|
|
|
2016-07-04 05:07:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 30 07:35:41 UTC 2016 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- version 0.6.3
|
|
|
|
changed naming of .changes file
|
|
|
|
|
2015-09-27 11:25:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 19 14:06:12 UTC 2015 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- version 0.6.2
|
|
|
|
|
2015-07-13 11:01:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 10 14:02:51 UTC 2015 - axel.braun@gmx.de
|
|
|
|
|
|
|
|
- Version 0.6.1
|
|
|
|
|
2013-10-19 12:19:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 18 12:10:27 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Initial package ( version 0.6.0 )
|