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

- Avoid name in summary (rpmlint).
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/673426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=51
This commit is contained in:
Todd R 2019-02-11 19:58:20 +00:00 committed by Git OBS Bridge
parent 2cc7d8a540
commit 4fdb456f81
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 11 17:51:51 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Avoid name in summary (rpmlint).
- Ensure neutrality of description.
-------------------------------------------------------------------
Mon Feb 11 11:10:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
Name: python-Pygments
Version: 2.3.1
Release: 0
Summary: Pygments is a syntax highlighting package written in Python
Summary: A syntax highlighting package written in Python
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://pygments.org
@ -41,19 +41,16 @@ BuildArch: noarch
%python_subpackages
%description
Pygments is a syntax highlighting package written in Python.
It is a generic syntax highlighter for general use in all kinds of software
Pygments is a generic syntax highlighter for general use in all kinds of software
such as forum systems, wikis or other applications that need to prettify
source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details, increasing quality by a fair amount
* support for new languages and formats are added easily
* support for new languages and formats can be added
* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
formats that PIL supports and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
* highlights Brainfuck
%prep
%setup -q -n Pygments-%{version}