14
0
forked from pool/python-tablib

Accepting request 822666 from home:mcalabkova:branches:devel:languages:python

- 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).

OBS-URL: https://build.opensuse.org/request/show/822666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2020-07-24 14:30:49 +00:00
committed by Git OBS Bridge
parent 96ccddcae6
commit 9ff6dc25ec
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> Mon Apr 20 09:06:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

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