Accepting request 1117987 from home:mimi_vx:branches:devel:languages:python

- Update to 3.0.2
 * fix RecursionError for lists

OBS-URL: https://build.opensuse.org/request/show/1117987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=51
This commit is contained in:
Matej Cepl 2023-10-16 11:15:28 +00:00 committed by Git OBS Bridge
parent e7aca4bc07
commit 307983ff45
4 changed files with 10 additions and 5 deletions

View File

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

Binary file not shown.

View File

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

View File

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