Hello community,
here is the log from the commit of package python-agate-excel for
openSUSE:Leap:15.2 checked in at 2020-04-17 13:38:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-agate-excel (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-agate-excel.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-excel"
Fri Apr 17 13:38:43 2020 rev:6 rq:794779 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-agate-excel/python-agate-excel.changes
2020-03-09 18:02:08.076721280 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-agate-excel.new.2738/python-agate-excel.changes
2020-04-17 13:39:09.304292628 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 18:25:27 UTC 2020 - Matej Cepl <[email protected]>
+
+- Switch from using nosetest runner to pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-agate-excel.spec ++++++
--- /var/tmp/diff_new_pack.PjuHI3/_old 2020-04-17 13:39:09.592292844 +0200
+++ /var/tmp/diff_new_pack.PjuHI3/_new 2020-04-17 13:39:09.592292844 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-agate-excel
#
-# 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
@@ -27,8 +27,8 @@
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 pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xlrd >= 0.9.4}
BuildRequires: fdupes
@@ -56,7 +56,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand nosetests-%{$python_bin_suffix} tests
+%pytest
%files %{python_files}
%doc AUTHORS.rst README.rst