diff --git a/mistletoe-1.2.0.tar.gz b/mistletoe-1.2.0.tar.gz deleted file mode 100644 index 1065992ad54a7a748960e4bd53f88a8a1a118871..0000000000000000000000000000000000000000 Binary files a/mistletoe-1.2.0.tar.gz and /dev/null differ diff --git a/mistletoe-1.3.0.tar.gz b/mistletoe-1.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..afd8cc732a826411f92f579f9fcd1cc217c6d4e8 Binary files /dev/null and b/mistletoe-1.3.0.tar.gz differ diff --git a/python-mistletoe.spec b/python-mistletoe.spec index 7cd07c9d14eca97bb31cd72885460510ad3a4a31..5c36dcb2755f6b3e30579e9e7d43b6fa7b8a1460 100644 --- a/python-mistletoe.spec +++ b/python-mistletoe.spec @@ -2,13 +2,13 @@ %global pypi_name mistletoe Name: python-%{pypi_name} -Version: 1.2.0 +Version: 1.3.0 Release: 1 Summary: A fast, extensible Markdown parser in pure Python License: MIT URL: https://github.com/miyuchina/mistletoe -Source0: https://files.pythonhosted.org/packages/source/m/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/7a/03/9d3d0a1cee3e73747b570f9b434af848e2e55303a4c5dd3b1d74e89623ac/mistletoe-1.3.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -61,6 +61,15 @@ ln -s %{_bindir}/mistletoe-%{python3_version} %{buildroot}/%{_bindir}/mistletoe- %{python3_sitelib}/%{pypi_name}-*.egg-info %changelog +* Thu Jun 13 2024 liyue - 1.3.0-1 +- Update package to version 1.3.0 +- Add line numbers on all block tokens during parsing +- fix inline mathjax handling +- record indentation on list item to make Markdown renderer be able to render list markers followed by 1~4 spaces. +- Fix penultimate sections of multiline fragments being ignored by the Markdown renderer +- option to normalize spacing after the list marker + + * Mon Apr 08 2024 zhaojingyu - 1.2.0-1 - Update package to version 1.2.0 - fix Escape special characters in URLs of generated links, PygmentsRenderer no longer throws a ClassNotFound error if there is a code language specified which is not supported by the Pygments highlighter.