diff --git a/mistletoe-1.3.0.tar.gz b/mistletoe-1.3.0.tar.gz deleted file mode 100644 index afd8cc732a826411f92f579f9fcd1cc217c6d4e8..0000000000000000000000000000000000000000 Binary files a/mistletoe-1.3.0.tar.gz and /dev/null differ diff --git a/mistletoe-1.4.0.tar.gz b/mistletoe-1.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e1f331b0bff8f4390304fb8ed1f3aed74e65715c Binary files /dev/null and b/mistletoe-1.4.0.tar.gz differ diff --git a/python-mistletoe.spec b/python-mistletoe.spec index 5c36dcb2755f6b3e30579e9e7d43b6fa7b8a1460..096df00a9282c3eddeb9ce3c8a82e49c61cd392d 100644 --- a/python-mistletoe.spec +++ b/python-mistletoe.spec @@ -2,13 +2,13 @@ %global pypi_name mistletoe Name: python-%{pypi_name} -Version: 1.3.0 +Version: 1.4.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/7a/03/9d3d0a1cee3e73747b570f9b434af848e2e55303a4c5dd3b1d74e89623ac/mistletoe-1.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/11/96/ea46a376a7c4cd56955ecdfff0ea68de43996a4e6d1aee4599729453bd11/mistletoe-1.4.0.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -61,6 +61,11 @@ ln -s %{_bindir}/mistletoe-%{python3_version} %{buildroot}/%{_bindir}/mistletoe- %{python3_sitelib}/%{pypi_name}-*.egg-info %changelog +* Wed Oct 30 2024 liudy - 1.4.0-1 +- Update version to 1.4.0 +- Keep the original content spacing before the list marker +- Bump build/CI scripts + * 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