diff --git a/pymdown_extensions-10.11.2.tar.gz b/pymdown_extensions-10.11.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d797dcfc1bc57c70952da3a9359057847f1e06c7 Binary files /dev/null and b/pymdown_extensions-10.11.2.tar.gz differ diff --git a/pymdown_extensions-10.7.1.tar.gz b/pymdown_extensions-10.7.1.tar.gz deleted file mode 100644 index dbb098804a7e0aae458f37ba8ea0266cb5cddd5a..0000000000000000000000000000000000000000 Binary files a/pymdown_extensions-10.7.1.tar.gz and /dev/null differ diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 181890b89aa89352d89b937cd2204eb5d14a4d6a..12f3c2a8531135d9617545c01c68211838d6340a 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.7.1 +Version: 10.11.2 Release: 1 Summary: Extension pack for Python Markdown. License: MIT URL: https://github.com/facelessuser/pymdown-extensions -Source0: https://files.pythonhosted.org/packages/b0/ec/e3d966cfb286d5a48e7c43a559a297b857ab935209ee9072e5a5492706c9/pymdown_extensions-10.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/f4/71/2730a20e9e3752393d78998347f8b1085ef9c417646ea9befbeef221e3c4/pymdown_extensions-10.11.2.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,6 +44,12 @@ Extension pack for Python Markdown. %{python3_sitelib}/pymdown_extensions*.dist-info/ %changelog +* Fri Oct 18 2024 Dongxing Wang - 10.11.2-1 +- Update package to version 10.11.2 + Really drop python<=3.7 support + Remove polyfill requirements for Mathjax and do not recommend it in docs + Support Python 3.13 + * Thu Mar 07 2024 jiangxinyu - 10.7.1-1 - Update package to version 10.7.1 FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens.