forked from pool/python-tablib
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=10
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user