diff --git a/mdformat_gfm-0.4.1.tar.gz b/mdformat_gfm-0.4.1.tar.gz deleted file mode 100644 index a984be200b131434d45079502a9dd261b4b1c3c4..0000000000000000000000000000000000000000 Binary files a/mdformat_gfm-0.4.1.tar.gz and /dev/null differ diff --git a/mdformat_gfm-1.0.0.tar.gz b/mdformat_gfm-1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a313796f60afc6b94180eb53c1b73549bb2f1e42 Binary files /dev/null and b/mdformat_gfm-1.0.0.tar.gz differ diff --git a/python-mdformat-gfm.spec b/python-mdformat-gfm.spec index d7160126885917bcea9b1785d0e73729e9742715..07d9b9a8c6bafc0d3b63efc2a9806f72574a6d53 100644 --- a/python-mdformat-gfm.spec +++ b/python-mdformat-gfm.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-mdformat-gfm -Version: 0.4.1 +Version: 1.0.0 Release: 1 Summary: Mdformat plugin for GitHub Flavored Markdown compatibility. License: MIT @@ -60,6 +60,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Nov 04 2025 Yu Peng - 1.0.0-1 +- Upgrade to 1.0.0 + * Removed Python 3.9 support and Dependency on mdformat-tables + * Added tables plugin from mdformat-tables + * Tue Aug 05 2025 xuhe - 0.4.1-1 - Update version to 0.4.1 - Replace linkify-it-py dependency with a GFM autolink plugin for markdown-it.