Update package with version 2.3.0

This commit is contained in:
desert-sailor 2024-03-05 15:50:58 +08:00
parent 1700519d16
commit 918a39604f
3 changed files with 8 additions and 2 deletions

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global pypi_name mkdocs-git-committers-plugin-2 %global pypi_name mkdocs-git-committers-plugin-2
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.1.2 Version: 2.3.0
Release: 1 Release: 1
Summary: An MkDocs plugin to create a list of contributors on the page Summary: An MkDocs plugin to create a list of contributors on the page
License: MIT License: MIT
URL: https://github.com/ojacques/mkdocs-git-committers-plugin-2/ URL: https://github.com/ojacques/mkdocs-git-committers-plugin-2/
Source0: https://files.pythonhosted.org/packages/20/07/06df36bfee5be2c50fe271e8fa8a394a5aaa52f9e92efa7ec0d7ee090242/mkdocs-git-committers-plugin-2-1.1.2.tar.gz Source0: https://files.pythonhosted.org/packages/1f/7b/c110a65b520373388ccc75ab499ed81c12ec29b6a864cb8d54398928badd/mkdocs-git-committers-plugin-2-2.3.0.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel BuildRequires: python3-devel
@ -44,5 +44,11 @@ committers and other useful GIT info such as last modified date
%{python3_sitelib}/mkdocs_git_committers_plugin_2* %{python3_sitelib}/mkdocs_git_committers_plugin_2*
%changelog %changelog
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.3.0-1
- Update package with version 2.3.0
Change excluded file log level to INFO
Add source attribute to authors. Aims to support GitHub and GitLab in mkdocs material.
Add support for GitLab
* Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 1.1.2-1 * Wed Aug 23 2023 luolu12 <luluoc@isoftstone.com> - 1.1.2-1
- Initial package. - Initial package.