Changelog for
python312-mistune-3.1.1-1.1.noarch.rpm :
* Tue Feb 11 2025 John Paul Adrian Glaubitz
- 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
* Wed Jan 08 2025 Yunus Acar - Update to 3.1.0:
* Add typing-extensions into dependencies - by AATTlepture (93fd1)
* Cleanup unused imports - by AATTlepture (6d046)
* Make typing-extension optional dependency - by AATTlepture (f7db5)
* Importing Self from typing_extensions - by AATTlepture (0772c)
* Only HTML-escape codespan in HTML render - by AATTmentalisttraceur (245c0)
* Only HTML-escape URLs when rendering to HTML - by AATTmentalisttraceur (f4237)
* Use correct importing for typing_extensions - by AATTlepture (4f91d)
* Tue Nov 21 2023 Dirk Müller - add conflicts with python-mistune2
* Mon Oct 16 2023 Ondřej Súkup - Update to 3.0.2
* fix RecursionError for lists
* Fri Sep 15 2023 Sebastian Wagner - update to version 3.0.1: - Add py.typed for mypy - Add tests, docs for sdist - Support renderer=\"ast\" for rendering AST- update to version 3.0.0: - Do not strip leading unicode spaces like emsp - Ensure new line at end of the text- update to version 3.0.0rc5 - Fix fenced directives - Fix inline link parser - Fix block math plugin for multiple lines - Fix empty list item for markdown renderer- update to version 3.0.0rc4: - Fix plugin footnotes when there is no newline at the end - Move safe HTML entities to HTMLRenderer - Redesign directives parsing - Add Image and Figure directive- update to version 3.0.0rc3: - Render inline math with \\( and \\) - Added RSTRenderer, and MarkdownRenderer - Fix toc_hook method - Breaking change, rename RstDirective to RSTDirective- update to version 3.0.0rc2: - Add spoiler plugin - Add collapse option for TableOfContents directive - Breaking change on directive design, added fenced directive- update to version 3.0.0rc1: - Add superscript plugin- update to version 3.0.0a3: - Fix ruby plugin - Change toc parameter depth to level- update to version 3.0.0a2: - Escape block code in HTMLRenderer - Fix parsing links- update to version 3.0.0a1: - redesigned mistune - plugins - directives
* Mon Jun 12 2023 Dirk Müller - cleanup
* Thu May 04 2023 Dirk Müller - update to 2.0.5:
* Improve on parsing list. Make it possible to customize list regex
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Mon Sep 19 2022 Dirk Müller - update to 2.0.4 (bsc#1201862, CVE-2022-34749):
* Fix url plugin in tag
* Fix
* formatting
* Fix table plugin
* Security fix for CVE-2022-34749
* Wed Feb 16 2022 Dirk Müller - update to 2.0.2:
* Fix escape_url- drop 295-overagreesive-escape_url.patch (upstream)
* Thu Jan 06 2022 Matej Cepl - Add 295-overagreesive-escape_url.patch make mistune.util.escape_url less aggressive (gh#lepture/mistune#295).