diff --git a/python-tablib.changes b/python-tablib.changes index e54e028..f41b39f 100644 --- a/python-tablib.changes +++ b/python-tablib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 25 05:52:59 UTC 2020 - Steve Kowalik + +- Update to 1.1.0: + * Tablib is now able to import CSV content where not all rows have the same length. Missing columns on any line receive the empty string (#226). + * Dropped Python 2 support + * Formats can now be dynamically registered through the tablib.formats.registry.refister API (#256). + * Tablib methods expecting data input (detect_format, import_set, Dataset.load, Databook.load) now accepts file-like objects in addition to raw strings and bytestrings (#440). + * Fixed a crash when exporting an empty string with the ReST format (#368) + * Error cells from imported .xls files contain now the error string (#202) +- Add BuildRequires on python-tabulate. + ------------------------------------------------------------------- Mon Dec 2 16:03:37 UTC 2019 - Todd R diff --git a/python-tablib.spec b/python-tablib.spec index c1f63f4..1c2a50e 100644 --- a/python-tablib.spec +++ b/python-tablib.spec @@ -1,7 +1,7 @@ # # spec file for package python-tablib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif %define skip_python2 1 Name: python-tablib -Version: 0.14.0 +Version: 1.1.0 Release: 0 Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV) License: MIT @@ -35,10 +35,11 @@ BuildRequires: %{python_module PyYAML >= 3.12} BuildRequires: %{python_module odfpy >= 1.3.5} BuildRequires: %{python_module openpyxl >= 2.4.8} BuildRequires: %{python_module pandas >= 0.20.3} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tabulate} BuildRequires: %{python_module xlrd >= 1.1.0} BuildRequires: %{python_module xlwt >= 1.3.0} BuildRequires: %{python_module xml} diff --git a/tablib-0.14.0.tar.gz b/tablib-0.14.0.tar.gz deleted file mode 100644 index 607287c..0000000 --- a/tablib-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6336e7aa3f0e5894b47270a3dc639cc2e78eb823c7ccb8c4512fb408cdc18d08 -size 76937 diff --git a/tablib-1.1.0.tar.gz b/tablib-1.1.0.tar.gz new file mode 100644 index 0000000..378d79e --- /dev/null +++ b/tablib-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1909aa3ff1c85ba97ad16176c0aeec33c8e894dc7ea6f10f2dd44701e99ba7 +size 74953