Hello community,

here is the log from the commit of package python-tablib for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:23:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-tablib (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-tablib.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tablib"

Mon Mar  2 13:23:43 2020 rev:12 rq:777201 version:0.14.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-tablib/python-tablib.changes    
2020-01-15 15:53:44.767608316 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-tablib.new.26092/python-tablib.changes 
2020-03-02 13:23:44.838444882 +0100
@@ -1,0 +2,31 @@
+Mon Dec  2 16:03:37 UTC 2019 - Todd R <[email protected]>
+
+- Drop python2 support due to dependencies dropping python2 support
+- Update to 0.14.0
+  + Deprecations
+    * The 0.14.x series will be the last to support Python 2
+  + Breaking changes
+    * Dropped Python 3.4 support
+  + Improvements
+    * Added Python 3.7 and 3.8 support
+    * The project is now maintained by the Jazzband team, https://jazzband.co
+    * Improved format autodetection and added autodetection for the odf format.
+    * Added search to all documentation pages
+    * Open xlsx workbooks in read-only mode
+    * Unpin requirements
+    * Only install backports.csv on Python 2
+  + Bugfixes
+    * Fixed `DataBook().load` parameter ordering (first stream, then format).
+    * Fixed a regression for xlsx exports where non-string values were forced 
to
+      strings
+    * Fixed xlsx format detection (which was often detected as `xls` format)
+
+-------------------------------------------------------------------
+Sat Apr  6 15:07:34 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove egg-info requires.txt entry for backports.csv as it isnt
+  a dependency on Python 3.
+- Remove build and runtime dependency on unicodecsv, which was
+  replaced with backports.csv in the last release.
+
+-------------------------------------------------------------------

Old:
----
  tablib-0.13.0.tar.gz

New:
----
  tablib-0.14.0.tar.gz

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

Other differences:
------------------
++++++ python-tablib.spec ++++++
--- /var/tmp/diff_new_pack.B2GIBG/_old  2020-03-02 13:23:45.294445788 +0100
+++ /var/tmp/diff_new_pack.B2GIBG/_new  2020-03-02 13:23:45.298445796 +0100
@@ -21,30 +21,34 @@
 # I get syntax errors in the brp-python-bytecompile step...
 %define _python_bytecompile_errors_terminate_build 0
 %endif
+%define         skip_python2 1
 Name:           python-tablib
-Version:        0.13.0
+Version:        0.14.0
 Release:        0
 Summary:        Format agnostic tabular data library (XLS, JSON, YAML, CSV)
 License:        MIT
 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 pytest}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module unicodecsv >= 0.14.1}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module xlrd >= 1.1.0}
 BuildRequires:  %{python_module xlwt >= 1.3.0}
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-backports.csv
+Requires:       python-MarkupPy
 Requires:       python-PyYAML >= 3.12
 Requires:       python-odfpy >= 1.3.5
 Requires:       python-openpyxl >= 2.4.8
-Requires:       python-unicodecsv >= 0.14.1
 Requires:       python-xlrd >= 1.1.0
 Requires:       python-xlwt >= 1.3.0
 Requires:       python-xml
@@ -70,7 +74,7 @@
 %prep
 %setup -q -n tablib-%{version}
 # Remove shebang lines from non-executable scripts:
-find tablib -name "*.py" | xargs sed -i '1 { /^#!/ d }'
+find src -name "*.py" | xargs sed -i '1 { /^#!/ d }'
 
 %build
 %python_build
@@ -80,11 +84,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec test_tablib.py
+%pytest
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst HISTORY.rst
+%doc AUTHORS README.md HISTORY.md
 %{python_sitelib}/*
 
 %changelog

++++++ tablib-0.13.0.tar.gz -> tablib-0.14.0.tar.gz ++++++
++++ 19548 lines of diff (skipped)


Reply via email to