forked from pool/python-technicolor
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
This commit is contained in:
committed by
Git OBS Bridge
parent
69c6c8de64
commit
8b683907dd
@@ -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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user