2 Commits

Author SHA256 Message Date
b82241a9ed Accepting request 1305956 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1305956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=25
2025-09-20 20:03:51 +00:00
e767a47fc1 - Update to 3.1.4
* Add fenced directive break rule in list parser, #412  -  by @lepture in #412 (ea3ec)
  * Prevent remove unicode whitespace when parsing atx heading  -  by @lepture (9e720)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=63
2025-09-19 08:52:40 +00:00
4 changed files with 11 additions and 4 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 18 12:57:41 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.1.4
* Add fenced directive break rule in list parser, #412 - by @lepture in #412 (ea3ec)
* Prevent remove unicode whitespace when parsing atx heading - by @lepture (9e720)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 7 13:36:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Mon Apr 7 13:36:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -19,7 +19,7 @@
%define modname mistune %define modname mistune
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-%{modname} Name: python-%{modname}
Version: 3.1.3 Version: 3.1.4
Release: 0 Release: 0
Summary: Python Markdown parser with renderers and plugins Summary: Python Markdown parser with renderers and plugins
License: BSD-3-Clause License: BSD-3-Clause