14
0
forked from pool/python-tablib

Accepting request 822670 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/822670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tablib?expand=0&rev=7
This commit is contained in:
2020-07-26 14:19:20 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 24 14:13:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.0.0
* The `Row.lpush/rpush` logic was reversed. `lpush` was appending while `rpush`
and `append` were prepending. This was fixed (reversed behavior). If you
counted on the broken behavior, please update your code (#453).
* Fixed minimal openpyxl dependency version to 2.6.0 (#457).
* Dates from xls files are now read as Python datetime objects (#373).
* Allow import of "ragged" xlsx files (#465).
* When importing an xlsx file, Tablib will now read cell values instead of formulas (#462).
-------------------------------------------------------------------
Mon Apr 20 09:06:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -23,7 +23,7 @@
%endif
%define skip_python2 1
Name: python-tablib
Version: 1.1.0
Version: 2.0.0
Release: 0
Summary: Format agnostic tabular data library (XLS, JSON, YAML, CSV)
License: MIT
@@ -31,28 +31,27 @@ Group: Development/Languages/Python
URL: http://python-tablib.org
Source: https://files.pythonhosted.org/packages/source/t/tablib/tablib-%{version}.tar.gz
BuildRequires: %{python_module MarkupPy}
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 PyYAML}
BuildRequires: %{python_module odfpy}
BuildRequires: %{python_module openpyxl >= 2.6.0}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest-cov}
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}
BuildRequires: %{python_module xlrd}
BuildRequires: %{python_module xlwt}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-MarkupPy
Requires: python-PyYAML >= 3.12
Requires: python-odfpy >= 1.3.5
Requires: python-openpyxl >= 2.4.8
Requires: python-xlrd >= 1.1.0
Requires: python-xlwt >= 1.3.0
Requires: python-xml
Suggests: python-pandas >= 0.20.3
Requires: python-PyYAML
Requires: python-odfpy
Requires: python-openpyxl >= 2.6.0
Requires: python-tabulate
Requires: python-xlrd
Requires: python-xlwt
Suggests: python-pandas
BuildArch: noarch
%python_subpackages

View File

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

3
tablib-2.0.0.tar.gz Normal file
View File

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