diff --git a/mistune-2.0.5.tar.gz b/mistune-2.0.5.tar.gz deleted file mode 100644 index 42e3394..0000000 --- a/mistune-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49cc615cdd55c52a29815053bf11f7397ce3812b04b0fdf17375d69fc1d2aee7 -size 83485 diff --git a/mistune-3.0.1.tar.gz b/mistune-3.0.1.tar.gz new file mode 100644 index 0000000..cbeab55 --- /dev/null +++ b/mistune-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5462974ebd9d121ddb19937c45f32bd0688c83cdccf28e7f0485cbe07406c6 +size 92367 diff --git a/python-mistune.changes b/python-mistune.changes index a6f69ac..401cfe4 100644 --- a/python-mistune.changes +++ b/python-mistune.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Fri Sep 15 15:15:40 UTC 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 08:24:59 UTC 2023 - Dirk Müller diff --git a/python-mistune.spec b/python-mistune.spec index f7b40ff..3da1809 100644 --- a/python-mistune.spec +++ b/python-mistune.spec @@ -19,7 +19,7 @@ %define modname mistune %{?sle15_python_module_pythons} Name: python-%{modname} -Version: 2.0.5 +Version: 3.0.1 Release: 0 Summary: Python Markdown parser with renderers and plugins License: BSD-3-Clause