Hello community, here is the log from the commit of package python-leather for openSUSE:Factory checked in at 2020-04-15 19:55:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-leather (Old) and /work/SRC/openSUSE:Factory/.python-leather.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-leather" Wed Apr 15 19:55:26 2020 rev:4 rq:794046 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-leather/python-leather.changes 2019-02-27 15:10:15.934371422 +0100 +++ /work/SRC/openSUSE:Factory/.python-leather.new.2738/python-leather.changes 2020-04-15 19:55:33.541627775 +0200 @@ -1,0 +2,5 @@ +Wed Apr 15 07:14:12 UTC 2020 - Paolo Stivanin <[email protected]> + +- Use pytest instead of nose + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-leather.spec ++++++ --- /var/tmp/diff_new_pack.OpuFHe/_old 2020-04-15 19:55:34.981628424 +0200 +++ /var/tmp/diff_new_pack.OpuFHe/_new 2020-04-15 19:55:34.985628427 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-leather # -# 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 @@ -26,7 +26,7 @@ URL: https://github.com/wireservice/leather Source: https://github.com/wireservice/leather/archive/%{version}.tar.gz BuildRequires: %{python_module lxml >= 3.6.0} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.6.1} BuildRequires: fdupes @@ -53,7 +53,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand nosetests-%{$python_bin_suffix} +%pytest %files %{python_files} %doc README.rst
