15
0

Accepting request 626103 from home:jengelh:branches:devel:languages:python

- Ensure neutrality of description. Adjust summary to be more
  specific.

OBS-URL: https://build.opensuse.org/request/show/626103
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansicolor?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:36:07 +00:00
committed by Git OBS Bridge
parent 055b938a7d
commit a2ad58b359
2 changed files with 12 additions and 5 deletions

View File

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

View File

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