Hello community, here is the log from the commit of package whipper for openSUSE:Factory checked in at 2019-12-16 15:19:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/whipper (Old) and /work/SRC/openSUSE:Factory/.whipper.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "whipper" Mon Dec 16 15:19:44 2019 rev:2 rq:757193 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/whipper/whipper.changes 2019-12-11 12:24:52.156096776 +0100 +++ /work/SRC/openSUSE:Factory/.whipper.new.4691/whipper.changes 2019-12-16 15:19:46.851153849 +0100 @@ -1,0 +2,5 @@ +Sun Dec 15 16:44:42 UTC 2019 - Martin Hauke <[email protected]> + +- Run testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ whipper.spec ++++++ --- /var/tmp/diff_new_pack.UZVnix/_old 2019-12-16 15:19:47.295153664 +0100 +++ /var/tmp/diff_new_pack.UZVnix/_new 2019-12-16 15:19:47.299153662 +0100 @@ -1,7 +1,7 @@ # # spec file for package whipper # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,18 @@ BuildRequires: python3-gobject BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm +# SECTION test requirements +BuildRequires: cd-paranoia >= 10.2 +BuildRequires: cdrdao +BuildRequires: python3-Twisted +BuildRequires: python3-musicbrainzngs +BuildRequires: python3-mutagen +BuildRequires: python3-pycdio +BuildRequires: python3-pytest +BuildRequires: python3-requests +BuildRequires: python3-ruamel.yaml +BuildRequires: sox +# /SECTION # nb: there is a difference between cd-paranoia [we want] and # cdparanoia [we don't] Requires: cd-paranoia >= 10.2 @@ -63,6 +75,13 @@ %python3_install %fdupes %{buildroot}%{python_sitearch} +%check +export PYTHONPATH=%{buildroot}%{python3_sitearch} +cd whipper/test/ +# Don't run accurip tests since those needs a network connection to www.accuraterip.com +rm -f test_common_accurip.py +/usr/bin/py.test3 + %files %doc CHANGELOG.md README %license LICENSE
