diff --git a/python-ansicolor.changes b/python-ansicolor.changes index 599933a..d2bad26 100644 --- a/python-ansicolor.changes +++ b/python-ansicolor.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 29 12:53:52 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. Adjust summary to be more + specific. + ------------------------------------------------------------------- Thu May 24 17:26:59 UTC 2018 - toddrme2178@gmail.com diff --git a/python-ansicolor.spec b/python-ansicolor.spec index 24a40c4..8f6941b 100644 --- a/python-ansicolor.spec +++ b/python-ansicolor.spec @@ -13,30 +13,31 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ansicolor Version: 0.2.6 +Release: 0 # For license file %define tag a5a5c31dc6de5c864a0c5684ae326972573a712b -Release: 0 +Summary: Python module for ANSI color output and colored highlighting and diffing License: Apache-2.0 -Summary: ANSI color output and colored highlighting and diffing -Url: https://github.com/numerodix/ansicolor Group: Development/Languages/Python +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-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description -Ansicolor is a library that makes it easy to use ANSI color markup in +Ansicolor is a library that offers ANSI color markup for command line programs. %prep