diff --git a/myst_parser-4.0.0.tar.gz b/myst_parser-4.0.0.tar.gz deleted file mode 100644 index 7b2e59f746f1e23af739ecc0c1ec2b97ccc14ed9..0000000000000000000000000000000000000000 Binary files a/myst_parser-4.0.0.tar.gz and /dev/null differ diff --git a/myst_parser-4.0.1.tar.gz b/myst_parser-4.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..10c47d258fc47313b5eeace4c6cf9bd827ffb3ee Binary files /dev/null and b/myst_parser-4.0.1.tar.gz differ diff --git a/python-myst-parser.spec b/python-myst-parser.spec index 353b8f23b3f66d34cb077ef1160ad5cb85085536..d565f04b0b4f73eebdee50300bf9598a3089f391 100644 --- a/python-myst-parser.spec +++ b/python-myst-parser.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-myst-parser -Version: 4.0.0 +Version: 4.0.1 Release: 1 Summary: A rich and extensible flavor of Markdown meant for technical documentation and publishing. @@ -51,6 +51,15 @@ sed -i 's/\~=/\>=/g' pyproject.toml %{python3_sitelib}/myst_parser*.dist-info/ %changelog +* Wed May 21 2025 Dongxing Wang - 4.0.1-1 +- Update package with version 4.0.1 + Minor fix for sphinx 8.2 compat + Add CI testing support for Python 3.13 + Fix type of MockIncludeDirective's klass parameter + Fix typos discovered by codespell + Remove redundant paragraph + Minor typo in cross-referencing.md + * Wed Oct 30 2024 Dongxing Wang - 4.0.0-1 - Update package to version 4.0.0 Support python>=3.10, sphinx >=7,<9, docutils>=0.19,<0.22