diff --git a/mistune-0.8.3.tar.gz b/mistune-0.8.3.tar.gz new file mode 100644 index 0000000..de57d46 --- /dev/null +++ b/mistune-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619 +size 58506 diff --git a/mistune-0.8.tar.gz b/mistune-0.8.tar.gz deleted file mode 100644 index 9e9ca9c..0000000 --- a/mistune-0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3f43e7cf0abb95cdfecbf82d85c419108d5f13e1844b2a8a2fc0abf24c7a47 -size 49499 diff --git a/python-mistune.changes b/python-mistune.changes index 3d5f048..0671d2a 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + +- update to version 0.8.3: + * Fix nested html issue. #137 + +- changes from version 0.8.2: + * Fix _keyify with lower case. + +------------------------------------------------------------------- +Wed Nov 8 19:01:39 UTC 2017 - arun@gmx.de + +- update to version 0.8.1 bsc#1072307: + * Security fix CVE-2017-16876, thanks Dawid Czarnecki + ------------------------------------------------------------------- Mon Nov 6 16:58:50 UTC 2017 - arun@gmx.de diff --git a/python-mistune.spec b/python-mistune.spec index 572e3eb..e4b881f 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-mistune -Version: 0.8 +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}