Accepting request 943348 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/943348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-01-03 09:48:51 +00:00 committed by Git OBS Bridge
commit 065e22ac94
4 changed files with 11 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 31 17:09:33 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 2.0.1
* Fix XSS for image link syntax.
-------------------------------------------------------------------
Sun Dec 26 17:24:01 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,5 +1,5 @@
#
# spec file for package python-mistune
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -20,7 +20,7 @@
%define modname mistune
%define skip_python2 1
Name: python-%{modname}
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Python Markdown parser with renderers and plugins
License: BSD-3-Clause