14
0

Accepting request 708017 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/708017
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-technicolor?expand=0&rev=2
This commit is contained in:
2019-06-06 16:18:41 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 3 deletions

View File

@@ -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>

View File

@@ -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