diff --git a/pymdown_extensions-10.17.2.tar.gz b/pymdown_extensions-10.17.2.tar.gz deleted file mode 100644 index 50d3767e82383fb3ded8369bfd4f64678533a447..0000000000000000000000000000000000000000 Binary files a/pymdown_extensions-10.17.2.tar.gz and /dev/null differ diff --git a/pymdown_extensions-10.18.tar.gz b/pymdown_extensions-10.18.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0d42990f020b8a4705b9cae0bdee40194b868077 Binary files /dev/null and b/pymdown_extensions-10.18.tar.gz differ diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 7d65ac9ea5011e8a231720001516bba1e9dedfc4..533626a9925f4c1f6869397d3729060cf69098b9 100644 --- a/python-pymdown-extensions.spec +++ b/python-pymdown-extensions.spec @@ -3,12 +3,12 @@ %global source_name pymdown_extensions Name: python-%{pypi_name} -Version: 10.17.2 +Version: 10.18 Release: 1 Summary: Extension pack for Python Markdown. License: MIT URL: https://github.com/facelessuser/pymdown-extensions -Source0: https://files.pythonhosted.org/packages/25/6d/af5378dbdb379fddd9a277f8b9888c027db480cde70028669ebd009d642a/pymdown_extensions-10.17.2.tar.gz +Source0: https://files.pythonhosted.org/packages/d4/95/e4fa281e3f13b3d9c4aaebb21ef44879840325fa418276dd921209a5e9f9/pymdown_extensions-10.18.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,6 +44,12 @@ Extension pack for Python Markdown. %{python3_sitelib}/pymdown_extensions*.dist-info/ %changelog +* Tue Dec 09 2025 YangengLiu - 10.18-1 +- Update version to 10.18 +- Add missing "important" class default to Admonitions +- Deprecate Critic view mode +- Fix lint + * Thu Nov 27 2025 wanggang - 10.17.2-1 - Update package to version 10.17.2 - FIX: Blocks: Blocks extensions will now better handle nesting of indented style Admonitions, Details, and Tabbed