From 9ff6dc25ec51a5e8bf5e30ae7c685d82baef177fe9f26d3e0eec998cf16ff2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Jul 2020 14:30:49 +0000 Subject: [PATCH] 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 --- python-tablib.changes | 12 ++++++++++++ python-tablib.spec | 29 ++++++++++++++--------------- tablib-1.1.0.tar.gz | 3 --- tablib-2.0.0.tar.gz | 3 +++ 4 files changed, 29 insertions(+), 18 deletions(-) delete mode 100644 tablib-1.1.0.tar.gz create mode 100644 tablib-2.0.0.tar.gz diff --git a/python-tablib.changes b/python-tablib.changes index cd118cf..3b5ab93 100644 --- a/python-tablib.changes +++ b/python-tablib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 24 14:13:26 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-tablib.spec b/python-tablib.spec index 966919e..bb88643 100644 --- a/python-tablib.spec +++ b/python-tablib.spec @@ -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 diff --git a/tablib-1.1.0.tar.gz b/tablib-1.1.0.tar.gz deleted file mode 100644 index 378d79e..0000000 --- a/tablib-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1909aa3ff1c85ba97ad16176c0aeec33c8e894dc7ea6f10f2dd44701e99ba7 -size 74953 diff --git a/tablib-2.0.0.tar.gz b/tablib-2.0.0.tar.gz new file mode 100644 index 0000000..943e1f5 --- /dev/null +++ b/tablib-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc2fa10bc37219ac5e76850eb7fbd50de313c7a1a7895c44af2a8dd206b7be7 +size 86259