diff --git a/python-technicolor.changes b/python-technicolor.changes index d40a5e7..b70f963 100644 --- a/python-technicolor.changes +++ b/python-technicolor.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 6 05:30:56 UTC 2019 - pgajdos@suse.com + +- note there are no tests +- call spec-cleaner +- require setuptools + ------------------------------------------------------------------- Mon Nov 5 20:17:39 UTC 2018 - Todd R diff --git a/python-technicolor.spec b/python-technicolor.spec index 53c3206..715dad1 100644 --- a/python-technicolor.spec +++ b/python-technicolor.spec @@ -1,7 +1,7 @@ # # spec file for package python-technicolor # -# 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,14 +23,14 @@ Release: 0 Summary: Python package for logging in colour License: GPL-3.0-only Group: Development/Languages/Python -Url: https://github.com/wdbm/technicolor +URL: https://github.com/wdbm/technicolor Source: https://files.pythonhosted.org/packages/source/t/technicolor/technicolor-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-setuptools BuildArch: noarch - %python_subpackages %description @@ -47,6 +47,9 @@ means of a decorator. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +# no testsuite found + %files %{python_files} %doc README.md %license LICENSE