2015-02-17 10:24:01 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package python-colorlog
|
|
|
|
|
#
|
2017-01-27 15:22:43 +00:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2015-02-17 10:24:01 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2016-10-10 20:41:58 +00:00
|
|
|
|
2017-03-06 08:34:15 +00:00
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
2015-02-17 10:24:01 +00:00
|
|
|
Name: python-colorlog
|
2016-12-16 11:21:07 +00:00
|
|
|
Version: 2.10.0
|
2015-02-17 10:24:01 +00:00
|
|
|
Release: 0
|
2017-01-27 15:22:43 +00:00
|
|
|
Summary: Log formatting with colors
|
2015-02-17 10:24:01 +00:00
|
|
|
License: MIT
|
|
|
|
|
Group: Development/Languages/Python
|
|
|
|
|
Url: https://github.com/borntyping/python-colorlog
|
2016-10-10 20:41:58 +00:00
|
|
|
Source: https://pypi.io/packages/source/c/colorlog/colorlog-%{version}.tar.gz
|
2017-03-06 08:34:15 +00:00
|
|
|
BuildRequires: %{python_module devel}
|
|
|
|
|
BuildRequires: %{python_module setuptools}
|
|
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: python-rpm-macros
|
2015-02-17 10:24:01 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2017-03-06 08:34:15 +00:00
|
|
|
%python_subpackages
|
2015-02-17 10:24:01 +00:00
|
|
|
|
|
|
|
|
%description
|
2017-01-27 15:22:43 +00:00
|
|
|
colorlog.ColoredFormatter is a formatter for use with Python's logging module.
|
2015-02-17 10:24:01 +00:00
|
|
|
It allows colors to be placed in the format string, which is mostly useful
|
|
|
|
|
when paired with a StreamHandler that is outputting to a terminal.
|
|
|
|
|
This is accomplished by added a set of terminal color codes to the record
|
|
|
|
|
before it is used to format the string.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n colorlog-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
2017-03-06 08:34:15 +00:00
|
|
|
%python_build
|
2015-02-17 10:24:01 +00:00
|
|
|
|
|
|
|
|
%install
|
2017-03-06 08:34:15 +00:00
|
|
|
%python_install
|
|
|
|
|
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
2015-02-17 10:24:01 +00:00
|
|
|
|
2017-03-06 08:34:15 +00:00
|
|
|
%files %{python_files}
|
2015-02-17 10:24:01 +00:00
|
|
|
%defattr(-,root,root,-)
|
2016-10-10 20:41:58 +00:00
|
|
|
%doc README.md
|
|
|
|
|
%{python_sitelib}/colorlog
|
|
|
|
|
%{python_sitelib}/colorlog-%{version}-py%{py_ver}.egg-info
|
2015-02-17 10:24:01 +00:00
|
|
|
|
|
|
|
|
%changelog
|