14
0

10 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
aee5e4b027 Accepting request 1267725 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1267725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=24
2025-04-08 15:51:20 +00:00
457432ab8b - Update to 3.1.3
* Announce support for python 3.12 and 3.13  -  by @lepture (ff831)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=61
2025-04-07 15:38:17 +00:00
7d0e487cfe Accepting request 1248191 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=23
2025-02-25 15:40:02 +00:00
737295cf71 - Update to 3.1.2
* plugin: Fix footnote plugins when rendering ast

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=59
2025-02-24 15:25:12 +00:00
85057b7bdb Accepting request 1245103 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=22
2025-02-11 20:20:18 +00:00
cdccd7a209 - Update to 3.1.1
* Change attribute name from markdown to md in the Plugin class
  * Improve ruby plugin
  * Fix render_toc_url method for rendering empty iterable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=57
2025-02-11 13:40:52 +00:00
6a9f1414ce Accepting request 1236180 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mistune?expand=0&rev=21
2025-01-12 10:10:19 +00:00
149abafccd - Update to 3.1.0:
* Add typing-extensions into dependencies  -  by @lepture (93fd1)
  * Cleanup unused imports  -  by @lepture (6d046)
  * Make typing-extension optional dependency  -  by @lepture (f7db5)
  * Importing Self from typing_extensions  -  by @lepture (0772c)
  * Only HTML-escape codespan in HTML render  -  by @mentalisttraceur (245c0)
  * Only HTML-escape URLs when rendering to HTML  -  by @mentalisttraceur (f4237)
  * Use correct importing for typing_extensions  -  by @lepture (4f91d)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=55
2025-01-09 12:34:48 +00:00
4 changed files with 11 additions and 4 deletions

BIN
mistune-3.1.3.tar.gz (Stored with Git LFS)

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>

View File

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