Hello community,

here is the log from the commit of package python-tablib for openSUSE:Factory 
checked in at 2020-02-25 16:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tablib (Old)
 and      /work/SRC/openSUSE:Factory/.python-tablib.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tablib"

Tue Feb 25 16:06:09 2020 rev:5 rq:778913 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tablib/python-tablib.changes      
2019-12-04 14:20:37.502450525 +0100
+++ /work/SRC/openSUSE:Factory/.python-tablib.new.26092/python-tablib.changes   
2020-02-25 16:06:39.824547911 +0100
@@ -1,0 +2,12 @@
+Tue Feb 25 05:52:59 UTC 2020 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  tablib-0.14.0.tar.gz

New:
----
  tablib-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-tablib.spec ++++++
--- /var/tmp/diff_new_pack.EHMqmv/_old  2020-02-25 16:06:41.296550991 +0100
+++ /var/tmp/diff_new_pack.EHMqmv/_new  2020-02-25 16:06:41.300551000 +0100
@@ -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 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}

++++++ tablib-0.14.0.tar.gz -> tablib-1.1.0.tar.gz ++++++
++++ 8335 lines of diff (skipped)


Reply via email to