Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-tablib for openSUSE:Factory 
checked in at 2021-04-26 16:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tablib (Old)
 and      /work/SRC/openSUSE:Factory/.python-tablib.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tablib"

Mon Apr 26 16:39:47 2021 rev:9 rq:888437 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tablib/python-tablib.changes      
2021-01-13 18:35:39.470416782 +0100
+++ /work/SRC/openSUSE:Factory/.python-tablib.new.12324/python-tablib.changes   
2021-04-26 16:40:45.090186636 +0200
@@ -1,0 +2,6 @@
+Fri Apr 23 21:58:39 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Skip python36 build: no pandas
+- Update URL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tablib.spec ++++++
--- /var/tmp/diff_new_pack.q7INy2/_old  2021-04-26 16:40:45.526187353 +0200
+++ /var/tmp/diff_new_pack.q7INy2/_new  2021-04-26 16:40:45.530187359 +0200
@@ -22,20 +22,20 @@
 %define _python_bytecompile_errors_terminate_build 0
 %endif
 %define         skip_python2 1
+%define         skip_python36 1
 Name:           python-tablib
 Version:        3.0.0
 Release:        0
 Summary:        Format agnostic tabular data library (XLS, JSON, YAML, CSV)
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://python-tablib.org
+URL:            https://github.com/jazzband/tablib
 Source:         
https://files.pythonhosted.org/packages/source/t/tablib/tablib-%{version}.tar.gz
 BuildRequires:  %{python_module MarkupPy}
 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}
@@ -71,6 +71,7 @@
 %setup -q -n tablib-%{version}
 # Remove shebang lines from non-executable scripts:
 find src -name "*.py" | xargs sed -i '1 { /^#!/ d }'
+sed -i '/addopts/ d' pytest.ini
 
 %build
 %python_build

Reply via email to