15
0
forked from pool/python-tablib

Compare commits

10 Commits

Author SHA256 Message Date
5270f6b895 Accepting request 1314447 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1314447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=16
2025-10-29 20:09:36 +00:00
1ac098b165 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=32
2025-10-29 18:20:35 +00:00
f471671e62 Accepting request 1245901 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=15
2025-02-14 18:23:25 +00:00
7500f70616 - 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/package/show/devel:languages:python/python-tablib?expand=0&rev=30
2025-02-14 13:57:10 +00:00
147cdfd927 Accepting request 1239134 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=14
2025-01-21 20:10:30 +00:00
f816f06d39 - Fix dependencies: None of the supported packages are hard
requirements.
- Remove xlwt from build set: Not maintained for 7+ years
  * Add tablib-tests-noxls.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=28
2025-01-21 04:08:03 +00:00
99703b5d31 Accepting request 1238964 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=13
2025-01-20 16:14:53 +00:00
885f40d83b - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=26
2025-01-20 09:57:54 +00:00
ee2a5a7d12 Accepting request 1223822 from devel:languages:python
- Update to 3.7.0:
  * Add support for Python 3.13
  * Drop support for Python 3.8
  * feat: xls: add styling for date/time types
  * feat: ods: add style to datetime, date and time values
  * Avoid normalizing input twice in import_set/book
  * Exclude bots from generated release notes
  * Fix ods datetime and time export and import
  * Add optional requirement specifier "html" back
  * Replace MarkupPy by ElementTree for html conversion
  * Support import_set for html input
  * Clean up some IDE warnings
  * feat: transpose support dataset with no headers
  * Fix crash when loading databook from XLS
  * fix(ods): None values are not displayed as string
  * Avoid skipping entire tests when pandas is not installed
  * Allow appending rows after a dynamic column was inserted
  * Removed OrderedDict usage
  * Do not mutate data in place when applying formatters
  * Allow inserting columns for dataset with headers and no values
  * Add support for Python 3.12
  * Drop support for EOL Python 3.7
  * Allow importing 'ragged' .xlsx files through dataset
  * Release: replace deprecated repository_url with repository-url
  * Tests: Generalized calling open() on path objects directly
  * Fix linting issues raised by flake8
  * Add tags to html output
  * Escape formulae on export
  * Move more setup stuff to pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1223822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=12
2024-11-13 14:28:57 +00:00
9a3384db4d - Update to 3.7.0:
* Add support for Python 3.13
  * Drop support for Python 3.8
  * feat: xls: add styling for date/time types
  * feat: ods: add style to datetime, date and time values
  * Avoid normalizing input twice in import_set/book
  * Exclude bots from generated release notes
  * Fix ods datetime and time export and import
  * Add optional requirement specifier "html" back
  * Replace MarkupPy by ElementTree for html conversion
  * Support import_set for html input
  * Clean up some IDE warnings
  * feat: transpose support dataset with no headers
  * Fix crash when loading databook from XLS
  * fix(ods): None values are not displayed as string
  * Avoid skipping entire tests when pandas is not installed
  * Allow appending rows after a dynamic column was inserted
  * Removed OrderedDict usage
  * Do not mutate data in place when applying formatters
  * Allow inserting columns for dataset with headers and no values
  * Add support for Python 3.12
  * Drop support for EOL Python 3.7
  * Allow importing 'ragged' .xlsx files through dataset
  * Release: replace deprecated repository_url with repository-url
  * Tests: Generalized calling open() on path objects directly
  * Fix linting issues raised by flake8
  * Add tags to html output
  * Escape formulae on export
  * Move more setup stuff to pyproject.toml

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=24
2024-11-13 01:55:34 +00:00
4 changed files with 17 additions and 4 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b6abd8edb0f35601e04c6161d79660fdcde4abb4a54f66cc9f9054bd55d5fe2
size 125565