From 4fdb456f81708a6d79580829c0d1e536826577d3af9ea8c4c18106dd2e2cc318 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Feb 2019 19:58:20 +0000 Subject: [PATCH] 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 --- python-Pygments.changes | 6 ++++++ python-Pygments.spec | 11 ++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index c8a15d2..400906b 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 11 17:51:51 UTC 2019 - Jan Engelhardt + +- Avoid name in summary (rpmlint). +- Ensure neutrality of description. + ------------------------------------------------------------------- Mon Feb 11 11:10:41 UTC 2019 - Tomáš Chvátal diff --git a/python-Pygments.spec b/python-Pygments.spec index 84bc573..987a03d 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -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}