Update package with version 1.0.1
This commit is contained in:
parent
a5fab14b78
commit
87a1e4e391
Binary file not shown.
BIN
mkdocs_autorefs-1.0.1.tar.gz
Normal file
BIN
mkdocs_autorefs-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user