forked from pool/python-mistune
Accepting request 1117996 from devel:languages:python
- Update to 3.0.2 * fix RecursionError for lists (forwarded request 1117987 from mimi_vx) OBS-URL: https://build.opensuse.org/request/show/1117996 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=19
This commit is contained in:
commit
156a1e2421
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc5462974ebd9d121ddb19937c45f32bd0688c83cdccf28e7f0485cbe07406c6
|
||||
size 92367
|
BIN
mistune-3.0.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
mistune-3.0.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 10:36:17 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- Update to 3.0.2
|
||||
* fix RecursionError for lists
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
|
@ -19,11 +19,10 @@
|
||||
%define modname mistune
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-%{modname}
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: Python Markdown parser with renderers and plugins
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/lepture/mistune
|
||||
Source: https://github.com/lepture/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
|
Loading…
Reference in New Issue
Block a user