Update package with version 0.6.1

This commit is contained in:
desert-sailor 2024-03-06 10:33:09 +08:00
parent d213d616bd
commit 04ff7e5663
3 changed files with 7 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,13 +2,13 @@
%global source_name mkdocs_literate_nav %global source_name mkdocs_literate_nav
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.6.0 Version: 0.6.1
Release: 1 Release: 1
Summary: MkDocs plugin to specify the navigation in Markdown instead of YAML Summary: MkDocs plugin to specify the navigation in Markdown instead of YAML
License: MIT License: MIT
URL: https://github.com/oprypin/mkdocs-literate-nav URL: https://github.com/oprypin/mkdocs-literate-nav
Source0: https://files.pythonhosted.org/packages/46/91/75eb48eafdbe609ca80d6c271ad5bc4edc75cffde4d1d70604f2a4c2145a/mkdocs_literate_nav-0.6.0.tar.gz Source0: https://files.pythonhosted.org/packages/4d/f9/c48a04f3cf484f8016a343c1d7d99c3a1ef01dbb33ceabb1d02e0ecabda7/mkdocs_literate_nav-0.6.1.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -43,5 +43,10 @@ Plugin for MkDocs to specify the navigation in Markdown instead of YAML
%changelog %changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.6.1-1
- Update package with version 0.6.1
Fix compatibility with MkDocs 1.5+
Fix when markdown extensions is set to None
* Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 0.6.0-1 * Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 0.6.0-1
- Initial package. - Initial package.