diff --git a/pymdown_extensions-10.11.2.tar.gz b/pymdown_extensions-10.11.2.tar.gz deleted file mode 100644 index d797dcfc1bc57c70952da3a9359057847f1e06c7..0000000000000000000000000000000000000000 Binary files a/pymdown_extensions-10.11.2.tar.gz and /dev/null differ diff --git a/pymdown_extensions-10.15.tar.gz b/pymdown_extensions-10.15.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d893a908506be602a3e5e808d89cce4e3fbf58e4 Binary files /dev/null and b/pymdown_extensions-10.15.tar.gz differ diff --git a/python-pymdown-extensions.spec b/python-pymdown-extensions.spec index 12f3c2a8531135d9617545c01c68211838d6340a..696feb66c98bf80da161f95e772867dd0b68c207 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.11.2 +Version: 10.15 Release: 1 Summary: Extension pack for Python Markdown. License: MIT URL: https://github.com/facelessuser/pymdown-extensions -Source0: https://files.pythonhosted.org/packages/f4/71/2730a20e9e3752393d78998347f8b1085ef9c417646ea9befbeef221e3c4/pymdown_extensions-10.11.2.tar.gz +Source0: https://files.pythonhosted.org/packages/08/92/a7296491dbf5585b3a987f3f3fc87af0e632121ff3e490c14b5f2d2b4eb5/pymdown_extensions-10.15.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -44,6 +44,17 @@ Extension pack for Python Markdown. %{python3_sitelib}/pymdown_extensions*.dist-info/ %changelog +* Thu May 15 2025 Dongxing Wang - 10.15-1 +- Update package to version 10.15 + NEW: SuperFences: Add relaxed_headers option which can tolerate bad content in the fenced code header. + NEW: Add type hints to the Blocks interface and a few additional files. + FIX: Blocks: Fix some corner cases of nested blocks with lists. + FIX: Tab and Tabbed: Fix a case where tabs could fail if combine_header_slug was enabled and there was no header. + FIX: Blocks: An empty, raw block type should not cause an error. + FIX: Blocks: Fix some corner cases with md_in_html. + FIX: MagicLink: Ensure that repo names that start with . are handled correctly. + FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ). + * Fri Oct 18 2024 Dongxing Wang - 10.11.2-1 - Update package to version 10.11.2 Really drop python<=3.7 support