forked from pool/python-tablib
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5270f6b895 | |||
| 1ac098b165 | |||
| f471671e62 | |||
| 7500f70616 | |||
| 147cdfd927 | |||
| f816f06d39 | |||
| 99703b5d31 | |||
| 885f40d83b | |||
| ee2a5a7d12 | |||
| 9a3384db4d |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 14:05:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.9.0
|
||||
* Add dataset title adjustment for xls format (#627)
|
||||
* Support column_width in xlsx format for databook exports (#624)
|
||||
* Add sql export format (#619)
|
||||
* Add support for Python 3.14 (#607)
|
||||
* Improve comprehensions (#620)
|
||||
* Fix bug in ODS import where headers are not set on Dataset (#614)
|
||||
* Fix bug in ODS import regarding cells with empty strings (#613)
|
||||
* Remove outdated Python support from docs (#611)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 12:32:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tablib
|
||||
Version: 3.8.0
|
||||
Version: 3.9.0
|
||||
Release: 0
|
||||
Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV)
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94d8bcdc65a715a0024a6d5b701a5f31e45bd159269e62c73731de79f048db2b
|
||||
size 122247
|
||||
3
tablib-3.9.0.tar.gz
Normal file
3
tablib-3.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6abd8edb0f35601e04c6161d79660fdcde4abb4a54f66cc9f9054bd55d5fe2
|
||||
size 125565
|
||||
Reference in New Issue
Block a user