diff --git a/python-dicttoxml.changes b/python-dicttoxml.changes index b255c26..2adfea6 100644 --- a/python-dicttoxml.changes +++ b/python-dicttoxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 5 12:03:06 UTC 2019 - pgajdos@suse.com + +- note there is no upstream testsuite + ------------------------------------------------------------------- Fri Nov 30 13:44:27 UTC 2018 - Jan Engelhardt diff --git a/python-dicttoxml.spec b/python-dicttoxml.spec index 394a2a9..1f2a1f3 100644 --- a/python-dicttoxml.spec +++ b/python-dicttoxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-dicttoxml # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -47,6 +47,9 @@ mv LICENCE.txt LICENSE.txt %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# no testsuite found + %files %{python_files} %doc README.markdown %license LICENSE.txt