!3 Update package with version 1.0.1

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 02:19:25 +00:00 committed by Gitee
commit 6b4245e1ca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.} Automatically link across pages in MkDocs.}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.5.0 Version: 1.0.1
Release: 2 Release: 1
Summary: Automatically link across pages in MkDocs. Summary: Automatically link across pages in MkDocs.
License: ISC License: ISC
URL: https://github.com/mkdocstrings/autorefs URL: https://github.com/mkdocstrings/autorefs
@ -27,6 +27,8 @@ BuildRequires: python3-pytest-randomly
BuildRequires: python3-pytest-xdist BuildRequires: python3-pytest-xdist
BuildRequires: python3-mkdocs BuildRequires: python3-mkdocs
BuildRequires: python3-markdown BuildRequires: python3-markdown
BuildRequires: python3-pygments
BuildRequires: python3-pymdown-extensions
%description %_description %description %_description
@ -55,6 +57,14 @@ Summary: Automatically link across pages in MkDocs.
%{python3_sitelib}/mkdocs_autorefs/ %{python3_sitelib}/mkdocs_autorefs/
%changelog %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 * Mon Sep 4 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 0.5.0-2
- Start self-test of sofware package - Start self-test of sofware package