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,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 05:52:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6336e7aa3f0e5894b47270a3dc639cc2e78eb823c7ccb8c4512fb408cdc18d08
|
||||
size 76937
|
3
tablib-1.1.0.tar.gz
Normal file
3
tablib-1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d1909aa3ff1c85ba97ad16176c0aeec33c8e894dc7ea6f10f2dd44701e99ba7
|
||||
size 74953
|
Reference in New Issue
Block a user