diff --git a/mkdocs_autorefs-0.5.0.tar.gz b/mkdocs_autorefs-0.5.0.tar.gz deleted file mode 100644 index 7b6d38f..0000000 Binary files a/mkdocs_autorefs-0.5.0.tar.gz and /dev/null differ diff --git a/mkdocs_autorefs-1.0.1.tar.gz b/mkdocs_autorefs-1.0.1.tar.gz new file mode 100644 index 0000000..a9cea6a Binary files /dev/null and b/mkdocs_autorefs-1.0.1.tar.gz differ diff --git a/python-mkdocs-autorefs.spec b/python-mkdocs-autorefs.spec index 8695ed9..9574268 100644 --- a/python-mkdocs-autorefs.spec +++ b/python-mkdocs-autorefs.spec @@ -5,8 +5,8 @@ Automatically link across pages in MkDocs.} Name: python-%{pypi_name} -Version: 0.5.0 -Release: 2 +Version: 1.0.1 +Release: 1 Summary: Automatically link across pages in MkDocs. License: ISC URL: https://github.com/mkdocstrings/autorefs @@ -27,6 +27,8 @@ BuildRequires: python3-pytest-randomly BuildRequires: python3-pytest-xdist BuildRequires: python3-mkdocs BuildRequires: python3-markdown +BuildRequires: python3-pygments +BuildRequires: python3-pymdown-extensions %description %_description @@ -55,6 +57,14 @@ Summary: Automatically link across pages in MkDocs. %{python3_sitelib}/mkdocs_autorefs/ %changelog +* Tue Mar 5 2024 Dongxing Wang - 1.0.1-1 +- Update package with version 1.0.1 + Don't import MkDocsConfig (does not exist on MkDocs 1.3-) + Add Markdown anchors and aliases + Preserve HTML data attributes (from spans to anchors) + Support [`identifier`][] with pymdownx.inlinehilite enabled + Recognize links with multi-line text + * Mon Sep 4 2023 li-miaomiao_zhr - 0.5.0-2 - Start self-test of sofware package