Hello community, here is the log from the commit of package python-agate-excel for openSUSE:Factory checked in at 2019-12-03 12:42:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-agate-excel (Old) and /work/SRC/openSUSE:Factory/.python-agate-excel.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-excel" Tue Dec 3 12:42:22 2019 rev:4 rq:752971 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-agate-excel/python-agate-excel.changes 2019-04-18 09:56:22.857339645 +0200 +++ /work/SRC/openSUSE:Factory/.python-agate-excel.new.4691/python-agate-excel.changes 2019-12-03 12:42:48.690125620 +0100 @@ -1,0 +2,7 @@ +Mon Dec 2 15:49:38 UTC 2019 - Todd R <[email protected]> + +- Disable python2 support due to dependencies dropping python2 + support. +- Don't use setup.py test + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-agate-excel.spec ++++++ --- /var/tmp/diff_new_pack.9vUAkz/_old 2019-12-03 12:42:49.762125324 +0100 +++ /var/tmp/diff_new_pack.9vUAkz/_new 2019-12-03 12:42:49.762125324 +0100 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-agate-excel Version: 0.2.3 Release: 0 @@ -26,6 +27,7 @@ URL: https://github.com/wireservice/agate-excel Source: https://github.com/wireservice/agate-excel/archive/%{version}.tar.gz BuildRequires: %{python_module agate >= 1.5.0} +BuildRequires: %{python_module nose} BuildRequires: %{python_module openpyxl >= 2.3.0} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xlrd >= 0.9.4} @@ -54,7 +56,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_expand nosetests-%{$python_bin_suffix} tests %files %{python_files} %doc AUTHORS.rst README.rst
