From c714f64f751c08940ae52744aa487bfde3c0ed62705e4a95cd1667b311dd7bf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 11 Dec 2017 22:21:10 +0000 Subject: [PATCH] Accepting request 556308 from home:jengelh:branches:devel:languages:python - Remove bias from description. OBS-URL: https://build.opensuse.org/request/show/556308 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=16 --- python-mistune.changes | 5 +++++ python-mistune.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-mistune.changes b/python-mistune.changes index c359ceb..710ad28 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 11 21:52:37 UTC 2017 - jengelh@inai.de + +- Remove bias from description. + ------------------------------------------------------------------- Wed Dec 6 03:04:08 UTC 2017 - arun@gmx.de diff --git a/python-mistune.spec b/python-mistune.spec index 6dd505a..e4b881f 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -20,7 +20,7 @@ Name: python-mistune Version: 0.8.3 Release: 0 -Summary: The fastest markdown parser in pure Python +Summary: A markdown parser in pure Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/lepture/mistune @@ -36,7 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description -The fastest markdown parser in pure Python, inspired by marked. +A markdown parser in pure Python, inspired by marked. %prep %setup -q -n mistune-%{version}