diff --git a/mistletoe-1.5.0.tar.gz b/mistletoe-1.5.0.tar.gz deleted file mode 100644 index b0ad78b902e9ad409d64d0ca47fc0e49051f5b0b..0000000000000000000000000000000000000000 Binary files a/mistletoe-1.5.0.tar.gz and /dev/null differ diff --git a/mistletoe-1.5.1.tar.gz b/mistletoe-1.5.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8220111b0bb02dfe76fae0715903a9c072c1792c Binary files /dev/null and b/mistletoe-1.5.1.tar.gz differ diff --git a/python-mistletoe.spec b/python-mistletoe.spec index 9e31e847f7b79dfaaaef9bfcf0c92b07db1e8351..9ad9346c7b17c4d37ab0ffef9c192f53c199332d 100644 --- a/python-mistletoe.spec +++ b/python-mistletoe.spec @@ -2,7 +2,7 @@ %global pypi_name mistletoe Name: python-%{pypi_name} -Version: 1.5.0 +Version: 1.5.1 Release: 1 Summary: A fast, extensible Markdown parser in pure Python @@ -61,6 +61,13 @@ ln -s %{_bindir}/mistletoe-%{python3_version} %{buildroot}/%{_bindir}/mistletoe- %{python3_sitelib}/%{pypi_name}-*.egg-info %changelog +* Tue Dec 09 2025 YangengLiu - 1.5.1-1 +- Update package version to 1.5.1 +- docs: python -m build doesn't build just the Wheel file +- fix: escape early from Table read +- fix: escape earlier from Table check_interrupts_paragraph +- build: add test-requirements.txt to sdist + * Tue Oct 21 2025 liyue - 1.5.0-1 - Update package to version 1.5.0 - Fix LaTeXRenderer now renders thematic breaks on a new line