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}