Accepting request 1111597 from home:sebix:branches:devel:languages:python

needed for the update of iredis

- update to version 3.0.1:

OBS-URL: https://build.opensuse.org/request/show/1111597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=49
This commit is contained in:
Markéta Machová 2023-09-18 15:37:05 +00:00 committed by Git OBS Bridge
parent 77d845645d
commit e7aca4bc07
4 changed files with 46 additions and 4 deletions

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

Binary file not shown.

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

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Sep 15 15:15:40 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- 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 <dmueller@suse.com>

View File

@ -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