From 8b683907dddfaadb4ca6bd6bf84556b951d15718e68dfa3f12e6d5863dd328c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Jun 2019 07:15:57 +0000 Subject: [PATCH] Accepting request 707960 from home:pgajdos - note there are no tests - call spec-cleaner - require setuptools OBS-URL: https://build.opensuse.org/request/show/707960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-technicolor?expand=0&rev=5 --- python-technicolor.changes | 7 +++++++ python-technicolor.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) 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