forked from pool/python-ansicolor
Accepting request 626406 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/626406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ansicolor?expand=0&rev=2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user