diff --git a/python-pyprel.changes b/python-pyprel.changes index 1dd9317..b9fbee3 100644 --- a/python-pyprel.changes +++ b/python-pyprel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 4 12:57:19 UTC 2019 - pgajdos@suse.com + +- add a note that upstream does not include any tests +- call spec-cleaner + ------------------------------------------------------------------- Fri Nov 2 05:15:05 UTC 2018 - Todd R diff --git a/python-pyprel.spec b/python-pyprel.spec index 710f0e0..74578e5 100644 --- a/python-pyprel.spec +++ b/python-pyprel.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyprel # -# 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 @@ -23,12 +23,18 @@ Release: 0 Summary: Python print elegant License: GPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/wdbm/pyprel +URL: https://github.com/wdbm/pyprel Source0: https://files.pythonhosted.org/packages/source/p/pyprel/pyprel-%{version}.tar.gz Source10: https://raw.githubusercontent.com/wdbm/pyprel/master/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-Pillow +Requires: python-numpy +Requires: python-pandas +Requires: python-pyfiglet +Requires: python-shijian +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: %{python_module numpy} @@ -36,13 +42,6 @@ BuildRequires: %{python_module pandas} BuildRequires: %{python_module pyfiglet} BuildRequires: %{python_module shijian} # /SECTION -Requires: python-Pillow -Requires: python-numpy -Requires: python-pandas -Requires: python-pyfiglet -Requires: python-shijian -BuildArch: noarch - %python_subpackages %description @@ -65,6 +64,9 @@ cp %{SOURCE10} . %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# no unit tests found + %files %{python_files} %doc README.md %license LICENSE