- update to 2.0.4 (bsc#1201862, CVE-2022-34749):

* Fix url plugin in <a> tag
  * Fix * formatting
  * Fix table plugin
  * Security fix for CVE-2022-34749

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=39
This commit is contained in:
Dirk Mueller 2022-09-19 09:16:12 +00:00 committed by Git OBS Bridge
parent 54c8067fb8
commit 731477022b
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 19 09:14:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.0.4 (bsc#1201862, CVE-2022-34749):
* Fix url plugin in <a> tag
* Fix * formatting
* Fix table plugin
* Security fix for CVE-2022-34749
-------------------------------------------------------------------
Wed Feb 16 23:12:46 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%define modname mistune
%define skip_python2 1
Name: python-%{modname}
Version: 2.0.2
Version: 2.0.4
Release: 0
Summary: Python Markdown parser with renderers and plugins
License: BSD-3-Clause