Hello community, here is the log from the commit of package python-colour for openSUSE:Factory checked in at 2020-06-05 20:23:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-colour (Old) and /work/SRC/openSUSE:Factory/.python-colour.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-colour" Fri Jun 5 20:23:53 2020 rev:4 rq:811840 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-colour/python-colour.changes 2019-03-05 12:20:52.920922672 +0100 +++ /work/SRC/openSUSE:Factory/.python-colour.new.3606/python-colour.changes 2020-06-05 20:28:59.325308880 +0200 @@ -1,0 +2,5 @@ +Fri Jun 5 14:24:51 UTC 2020 - Matej Cepl <[email protected]> + +- Don't use nose, switch to pytest. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-colour.spec ++++++ --- /var/tmp/diff_new_pack.Lrk5a3/_old 2020-06-05 20:29:00.165311362 +0200 +++ /var/tmp/diff_new_pack.Lrk5a3/_new 2020-06-05 20:29:00.165311362 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-colour # -# 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/vaab/colour Source0: https://files.pythonhosted.org/packages/source/c/colour/colour-%{version}.tar.gz BuildRequires: %{python_module d2to1} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -58,7 +58,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand nosetests-%{$python_bin_suffix} +%pytest --doctest-modules %files %{python_files} %license LICENSE
