Update package with version 1.0.1

This commit is contained in:
desert-sailor 2024-03-05 14:36:56 +08:00
parent a5fab14b78
commit 87a1e4e391
3 changed files with 12 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 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 <mmlidc@isoftstone.com> - 0.5.0-2
- Start self-test of sofware package