14
0
forked from pool/python-tablib

Accepting request 1009680 from home:jayvdb:branches:devel:languages:python

- Update to v3.2.1

OBS-URL: https://build.opensuse.org/request/show/1009680
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=20
This commit is contained in:
2022-10-11 08:42:50 +00:00
committed by Git OBS Bridge
parent 398b23dd25
commit 501a9ee6df
4 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Oct 11 07:35:41 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- 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 21:58:39 UTC 2021 - Ben Greiner <code@bnavigator.de>