Hello community, here is the log from the commit of package python-morecvutils for openSUSE:Factory checked in at 2020-06-10 00:50:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-morecvutils (Old) and /work/SRC/openSUSE:Factory/.python-morecvutils.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-morecvutils" Wed Jun 10 00:50:10 2020 rev:2 rq:812829 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-morecvutils/python-morecvutils.changes 2019-12-04 14:20:29.890444109 +0100 +++ /work/SRC/openSUSE:Factory/.python-morecvutils.new.3606/python-morecvutils.changes 2020-06-10 00:50:13.827229764 +0200 @@ -1,0 +2,5 @@ +Tue Jun 9 08:05:42 UTC 2020 - Marketa Calabkova <[email protected]> + +- replace nose with pytest + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-morecvutils.spec ++++++ --- /var/tmp/diff_new_pack.kpMFyn/_old 2020-06-10 00:50:14.803232318 +0200 +++ /var/tmp/diff_new_pack.kpMFyn/_new 2020-06-10 00:50:14.803232318 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-morecvutils # -# 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 @@ -29,18 +29,17 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: ffmpeg +Requires: gstreamer-plugins-good Requires: python-imageio Requires: python-imageio-ffmpeg Requires: python-numpy Requires: python-opencv -Requires: ffmpeg -Requires: gstreamer-plugins-good BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module coveralls} -BuildRequires: %{python_module imageio} BuildRequires: %{python_module imageio-ffmpeg} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module imageio} BuildRequires: %{python_module numpy} BuildRequires: %{python_module opencv} BuildRequires: %{python_module pytest} @@ -70,7 +69,7 @@ %check # test uses AVC/AAC file -%python_expand nosetests-%{$python_bin_suffix} -e test_avi +%pytest -k "not test_avi" %files %{python_files} %doc README.md
