14
0
forked from pool/python-tablib

Accepting request 1245880 from home:glaubitz:branches:devel:languages:python

- Update to 3.8.0
  * Add support for exporting XLSX with column width (#516)
  * Remove redundant check from `Dataset.load()` (#604)

OBS-URL: https://build.opensuse.org/request/show/1245880
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=30
This commit is contained in:
2025-02-14 13:57:10 +00:00
committed by Git OBS Bridge
parent bf100c1d95
commit 12f82b50b5
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 14 12:32:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.8.0
* Add support for exporting XLSX with column width (#516)
* Remove redundant check from `Dataset.load()` (#604)
-------------------------------------------------------------------
Mon Jan 20 20:14:38 UTC 2025 - Ben Greiner <code@bnavigator.de>