From daf8229e860d55b3e66c658b46e71bbbb049fb30478f476f4f8b8550538eb153 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Aug 2018 10:36:47 +0000 Subject: [PATCH] Accepting request 629535 from home:jengelh:branches:devel:languages:python - Use noun phrase for summary. Ensure accuracy and neutrality of description. OBS-URL: https://build.opensuse.org/request/show/629535 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=27 --- python-html2text.changes | 6 ++++++ python-html2text.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-html2text.changes b/python-html2text.changes index f75ae94..e58cec5 100644 --- a/python-html2text.changes +++ b/python-html2text.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 16 10:23:31 UTC 2018 - jengelh@inai.de + +- Use noun phrase for summary. Ensure accuracy and + neutrality of description. + ------------------------------------------------------------------- Mon Aug 13 11:39:14 UTC 2018 - mcepl@suse.com diff --git a/python-html2text.spec b/python-html2text.spec index e75b2e2..cc145d4 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -24,7 +24,7 @@ Name: python-%{upname} Version: 2018.1.9 Release: 0 -Summary: Turn HTML into equivalent Markdown-structured text +Summary: Python script for turning HTML into Markdown text License: GPL-3.0-only Group: Development/Languages/Python URL: https://github.com/Alir3z4/html2text/ @@ -40,9 +40,8 @@ BuildArch: noarch %python_subpackages %description -html2text is a Python script that converts a page of HTML into clean, -easy-to-read plain ASCII text. Better yet, that ASCII also happens to -be valid Markdown (a text-to-HTML format). +html2text is a Python script that converts a page of HTML into +Markdown (a text-to-HTML format). %prep %setup -q -n %{upname}-%{version}