Changelog for
python3-agate-excel-0.2.5-3.1.noarch.rpm :
* Thu Mar 09 2023 pgajdosAATTsuse.com- do not require python-six- added patches fix https://github.com/wireservice/agate-excel/commit/833dc6d39dda3e4b025e3e4dc61533622d65cc5f + python-agate-excel-no-python2.patch
* Fri Aug 13 2021 steven.kowalikAATTsuse.com- Update to 0.2.5:
* Add ``six`` to ``install_requires``.
* Add ``row_limit`` keyword argument to ``from_xls`` and ``from_xlsx``. (#40)
* Preserve column types from XLS files. (#36)
* Add support for Compound File Binary File (CFBF) XLS files. (#44)
* Close XLSX file before raising error for non-existent sheet. (#34)
* Use less memory and close XLS files. (#39)
* Drop support for Python 3.4 (end-of-life was March 18, 2019).- Update {Build,}Requires.
* Thu Apr 16 2020 mceplAATTsuse.com- Switch from using nosetest runner to pytest
* Mon Dec 02 2019 toddrme2178AATTgmail.com- Disable python2 support due to dependencies dropping python2 support.- Don\'t use setup.py test
* Wed Apr 17 2019 pgajdosAATTsuse.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 2019 tchvatalAATTsuse.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 09 2018 toddrme2178AATTgmail.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 2017 toddrme2178AATTgmail.com- initial version