File python-agate-excel.changes of Package python-agate-excel
-------------------------------------------------------------------
Thu Apr 16 18:25:27 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Switch from using nosetest runner to pytest
-------------------------------------------------------------------
Mon Dec 2 15:49:38 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Disable python2 support due to dependencies dropping python2
support.
- Don't use setup.py test
-------------------------------------------------------------------
Wed Apr 17 08:54:32 UTC 2019 - pgajdos@suse.com
- version update to 0.2.3
* Fix bug in accepting ``column_names`` as keyword argument.
* Add a ``reset_dimensions`` argument to :meth:`.Table.from_xlsx`
to recalculate the data's dimensions, instead of trusting those
in the file's properties.
* Include tests and examples in distribution.
* agate-excel is now tested against Python 3.6 and 3.7.
* Drop support for Python 3.3 (end-of-life was September 29, 2017).
* Add support for openpyxl 2.6.0.
- deleted patches
- no-column.patch (upstreamed)
- row-offset.patch (upstreamed)
-------------------------------------------------------------------
Wed Feb 27 09:04:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Switch to github tarball and enable tests
- Add patches from upstream git to pass the tests:
* no-column.patch
* row-offset.patch
-------------------------------------------------------------------
Wed May 9 18:52:51 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.2.2
* Add an encoding_override argument to `.Table.from_xls` to
override the encoding of the input XLS file.
* Add a header argument to `.Table.from_xls` and
`.Table.from_xlsx` to indicate the presence of a header row.
* Add a read_only argument to `.Table.from_xlsx` to allo
disabling read-only mode for some spreadsheets.
- Use license tag
-------------------------------------------------------------------
Fri Oct 20 16:12:29 UTC 2017 - toddrme2178@gmail.com
- initial version