14
0

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

- Description fixes

OBS-URL: https://build.opensuse.org/request/show/452823
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=4
This commit is contained in:
2017-01-27 15:22:43 +00:00
committed by Git OBS Bridge
parent f80298ce07
commit 7977a42c50
2 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorlog
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
Name: python-colorlog
Version: 2.10.0
Release: 0
Summary: Log formatting with colors!
Summary: Log formatting with colors
License: MIT
Group: Development/Languages/Python
Url: https://github.com/borntyping/python-colorlog
@@ -32,7 +32,7 @@ BuildArch: noarch
%endif
%description
colorlog.ColoredFormatter is a formatter for use with pythons logging module.
colorlog.ColoredFormatter is a formatter for use with Python's logging module.
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