15
0

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
This commit is contained in:
2018-08-16 10:36:47 +00:00
committed by Git OBS Bridge
parent c5b6b6eb96
commit daf8229e86
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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}