Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tablib
From: Adam Ciarcinski
Date: 2022-11-29 11:51:45
Message id: 20221129105145.A7A59FA90@cvs.NetBSD.org
Log Message:
py-tablib: updated to 3.2.1
3.2.1 (2022-04-09)
Bugfixes
- Support solo CR in text input imports
3.2.0 (2022-01-27)
Changes
- Dropped Python 3.6 support
Bugfixes
- Corrected order of arguments to a regex call in `safe_xlsx_sheet_title`
3.1.0 (2021-10-26)
Improvements
- 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
Bugfixes
- Avoided mutable parameter defaults
- Specify build backend for editable installs
- Doubled sample size passed to `csv.Sniffer()` in `_csv.detect()`
3.0.0 (2020-12-05)
Breaking changes
- 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.
Improvements
- Added Python 3.9 support.
- Added read_only option to xlsx file reader
Bugfixes
- Prevented crash in rst export with only-space strings
Files: