diff --git a/mistune-3.0.1.tar.gz b/mistune-3.0.1.tar.gz deleted file mode 100644 index cbeab55..0000000 --- a/mistune-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5462974ebd9d121ddb19937c45f32bd0688c83cdccf28e7f0485cbe07406c6 -size 92367 diff --git a/mistune-3.0.2.tar.gz b/mistune-3.0.2.tar.gz new file mode 100644 index 0000000..abd47da --- /dev/null +++ b/mistune-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afe83fd05622475b85f3b0baec36210c4248b04ff0bf1a0f8827e4c3787abf5 +size 91733 diff --git a/python-mistune.changes b/python-mistune.changes index 401cfe4..4cd5442 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 16 10:36:17 UTC 2023 - Ondřej Súkup + +- Update to 3.0.2 + * fix RecursionError for lists + ------------------------------------------------------------------- Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner diff --git a/python-mistune.spec b/python-mistune.spec index 3da1809..bd5b227 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -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}