14
0

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:
Tomáš Chvátal
2019-06-06 07:15:57 +00:00
committed by Git OBS Bridge
parent 69c6c8de64
commit 8b683907dd
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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@ Release: 0
Summary: Python package for logging in colour Summary: Python package for logging in colour
License: GPL-3.0-only License: GPL-3.0-only
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/t/technicolor/technicolor-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -47,6 +47,9 @@ means of a decorator.
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# no testsuite found
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE