Accepting request 556404 from devel:languages:python

- Remove bias from description.

- update to version 0.8.3:
  * Fix nested html issue. #137
- changes from version 0.8.2:
  * Fix _keyify with lower case.

- update to version 0.8.1 bsc#1072307:
  * Security fix CVE-2017-16876, thanks Dawid Czarnecki

OBS-URL: https://build.opensuse.org/request/show/556404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2017-12-12 20:19:46 +00:00 committed by Git OBS Bridge
commit 97aa9c43f7
4 changed files with 26 additions and 6 deletions

3
mistune-0.8.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619
size 58506

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc3f43e7cf0abb95cdfecbf82d85c419108d5f13e1844b2a8a2fc0abf24c7a47
size 49499

View File

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

View File

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