python-mkdocs-git-committer.../python-mkdocs-git-committers-plugin-2.spec
2024-03-05 15:50:58 +08:00

55 lines
1.6 KiB
RPMSpec

%global pypi_name mkdocs-git-committers-plugin-2
Name: python-%{pypi_name}
Version: 2.3.0
Release: 1
Summary: An MkDocs plugin to create a list of contributors on the page
License: MIT
URL: https://github.com/ojacques/mkdocs-git-committers-plugin-2/
Source0: https://files.pythonhosted.org/packages/1f/7b/c110a65b520373388ccc75ab499ed81c12ec29b6a864cb8d54398928badd/mkdocs-git-committers-plugin-2-2.3.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description
The git-committers plugin will seed the template context with a list of github
committers and other useful GIT info such as last modified date
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
The git-committers plugin will seed the template context with a list of github
committers and other useful GIT info such as last modified date
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/mkdocs_git_committers_plugin_2*
%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
- Initial package.