14
0
forked from pool/python-tablib

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

- Update to v3.0.0

OBS-URL: https://build.opensuse.org/request/show/862602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=16
This commit is contained in:
2021-01-12 14:28:45 +00:00
committed by Git OBS Bridge
parent 9ff6dc25ec
commit 11d40d67db
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 12 11:24:13 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- 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
-------------------------------------------------------------------
Fri Jul 24 14:13:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>