Changelog for
python311-mistune-3.0.2-lp155.53.3.noarch.rpm :
* 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).
* Fri Dec 31 2021 Ben Greiner - Update to 2.0.1
* Fix XSS for image link syntax.
* Sun Dec 26 2021 Ben Greiner - Cleanup specfile- Unskip python36: required by httpbin
* Thu Dec 16 2021 Andreas Schneider - Fix building on openSUSE 15.3
* Mon Dec 06 2021 Matej Cepl - Update to 2.0.0: - Complete rewrite of the package with quite modern API.
* Wed Nov 24 2021 Matej Cepl - Revert to 0.
* version, because 2.
* breaks python-m2r in the current moment.
* Fri Oct 23 2020 Matej Cepl - Use %pycache_only %python_sitelib instead of %python3_sitelib fixes gh#openSUSE/python-rpm-macros#64#issuecomment-715373348
* Tue Apr 14 2020 Paolo Stivanin - Switch from nose to pytest
* Mon Mar 04 2019 Tomáš Chvátal - Drop the cython dependencies and mark package as noach:
* Upstream dropped the cython code
* Sat Mar 02 2019 Arun Persaud - specfile:
* update copyright year- update to version 0.8.4:
* Support an escaped pipe char in a table cell. #150
* Fix ordered and unordered list. #152
* Fix spaces between = in HTML tags
* Add max_recursive_depth for list and blockquote.
* Fix fences code block.
* Mon Dec 11 2017 jengelhAATTinai.de- Remove bias from description.
* Wed Dec 06 2017 arunAATTgmx.de- update to version 0.8.3:
* Fix nested html issue. #137- changes from version 0.8.2:
* Fix _keyify with lower case.
* Wed Nov 08 2017 arunAATTgmx.de- update to version 0.8.1 bsc#1072307:
* Security fix CVE-2017-16876, thanks Dawid Czarnecki
* Mon Nov 06 2017 arunAATTgmx.de- update to version 0.8.0 bsc#1064640:
* Also fixes CVE-2017-15612
* Remove non breaking spaces preprocessing
* Remove rev and rel attribute for footnotes
* Fix bypassing XSS vulnerability by junorouse
* Fri Apr 07 2017 toddrme2178AATTgmail.com- Fix source url.
* Fri Apr 07 2017 toddrme2178AATTgmail.com- update to version 0.7.4:
* Fix escape_link method by Marcos Ojeda
* Handle block HTML with no content by David Baumgold
* Use expandtabs for tab
* Fix escape option for text renderer
* Fix HTML attribute regex pattern- update to version 0.7.3:
* Fix strikethrough regex
* Fix HTML attribute regex
* Fix close tag regex- update to version 0.7.2:
* Fix hard_wrap options on renderer.
* Fix emphasis regex pattern
* Fix base64 image link #80.
* Fix link security per #87.- update to version 0.7.1:
* Fix inline html when there is no content per #71.- specfile:
* Initial singlespec version
* update copyright year
* updated source url to files.pythonhosted.org
* Thu Aug 13 2015 toddrme2178AATTgmail.com- update to version 0.7:
* Fix the breaking change in version 0.6 with options: parse_inline_html and parse_block_html
* Breaking change: remove parse_html option for explicit
* Change option escape default value to True for security reason- update to version 0.6:
* Breaking change on inline HTML, text in inline HTML will not be parsed per #38.
* Replace tag renderer with inline_html for breaking change on inline HTML
* Double emphasis, emphasis, code, and strikethrough can contain one linebreak per #48.
* Match autolinks that do not have / in their URI via #53.
* A work around on link that contains ) per #46.
* Add tag for inline tags per #55.
* Tue Apr 07 2015 zaitorAATTopensuse.org- Update to version 0.5.1: + Fix a bug when list item is blank via ipython#7929. + Use python-wheels to build wheels for Mac.- Drop 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch fixed upstream.- Fix source URL.- Add fdupes BuildRequires and fdupes macro, remove duplicated files.- Package LICENSE README.rst.
* Sun Mar 08 2015 tbehrensAATTsuse.com- Add 0001-Fix-when-list-item-is-blank.-Refer-https-github.com-.patch to fix #8 in odpdown, and https://github.com/ipython/ipython/issues/7929. This is a backport from upstream master.
* Sat Feb 07 2015 tbehrensAATTsuse.com- Update to mistune 0.5:
* For custom lexers,
*features
* is replaced with
*rules
*
* Refactor on function names and codes
* Add a way to output the render tree via `#20`
* Fix emphasis and strikethrough regular expressions- Changes from version 0.4.1
* Add option for parse markdown in block level html
* Fix on lheading, any number of underline = or - will work
* Patch for setup if Cython is available but no C compiler