15
0
2019-11-07 16:19:41 +00:00
committed by Git OBS Bridge
parent 63cd5bd5a0
commit b3fca4e53d
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 16:19:16 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Tue Dec 4 12:45:34 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -17,22 +17,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# For license file
%define tag a5a5c31dc6de5c864a0c5684ae326972573a712b
Name: python-ansicolor
Version: 0.2.6
Release: 0
# For license file
%define tag a5a5c31dc6de5c864a0c5684ae326972573a712b
Summary: Python module for ANSI color output and colored highlighting and diffing
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/numerodix/ansicolor
URL: https://github.com/numerodix/ansicolor
Source: https://files.pythonhosted.org/packages/source/a/ansicolor/ansicolor-%{version}.tar.gz
Source10: https://raw.githubusercontent.com/numerodix/ansicolor/%{tag}/LICENSE
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description