Changelog for
python312-tablib-3.6.1-1.1.noarch.rpm :
* Tue Aug 06 2024 Misha Komarovskiy
- Update to version 3.6.1
* Fix broken installs with pip failing to resolve the request for tablib[html] in some cases (#588).
* Tue Sep 12 2023 Misha Komarovskiy - Update to version 3.5.0
* Add support for Python 3.12 by AATThugovk in #550
* Drop support for EOL Python 3.7 by AATThugovk in #551
* Allow importing \'ragged\' .xlsx files through dataset by AATTclemencealainpadam in #547
* Release: replace deprecated repository_url with repository-url by AATThugovk in #545
* Tests: Generalized calling open() on path objects directly by AATTclaudep in #548
* Tue Jun 13 2023 Misha Komarovskiy - specfile update add wheel
* Tue Jun 13 2023 Misha Komarovskiy - specfile cleanup legacy
* Tue Jun 13 2023 Misha Komarovskiy - specfile update to modern macros
* Tue Jun 13 2023 Misha Komarovskiy - Update to version 3.4.0
* Fix deploy warning by AATThugovk in #531
* Update release checklist by AATThugovk in #530
* Fix spelling of word in AUTHORS file by AATTsvisser in #532
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #533
* fix #524 check for type list and improve error msg by AATTllazzaro in #534
* fix bug when checking empty file. add more coverage by AATTllazzaro in #535
* Fix linting issues raised by flake8 by AATTpeymanslh in #536
* Add tags to html output by AATTkrowbar in #539
* Add flake8 hook to pre-commit by AATTpeymanslh in #537
* Escape formulae on export by AATTmatthewhegarty in #540
* xlsx export: remove redundant code by AATTmatthewhegarty in #541
* Move more setup stuff to pyproject.toml by AATTclaudep in #542
* Update HISTORY.md for next release by AATTmatthewhegarty in #544
* Tue Dec 13 2022 Yogalakshmi Arunachalam - Update to version 3.3.0
* Add support for Python 3.11 (#525).
* ODS export: integers/floats/decimals are exported as numbers (#527).
* Tue Oct 11 2022 John Vandenberg - Update to v3.2.1
* Support solo CR in text input imports- from v3.2.0
* Dropped Python 3.6 support
* Corrected order of arguments to a regex call in safe_xlsx_sheet_title- from v3.1.0
* Add support for Python 3.10
* The csv, xls, and xlsx formats gained support for the skip_lines keyword argument for their import_set() method to be able to skip the nth first lines of a read file
* Avoided mutable parameter defaults
* Specify build backend for editable installs
* Doubled sample size passed to csv.Sniffer() in _csv.detect()
* Fri Apr 23 2021 Ben Greiner - Skip python36 build: no pandas- Update URL
* Tue Jan 12 2021 John Vandenberg - Update to v3.0.0
* Dropped Python 3.5 support
* JSON-exported data is no longer forced to ASCII characters
* YAML-exported data is no longer forced to ASCII characters
* Added Python 3.9 support
* Added read_only option to xlsx file reader
* Prevented crash in rst export with only-space strings