start self-test of software package

This commit is contained in:
li-miaomiao_zhr 2023-08-30 16:00:27 +08:00
parent c2e4486530
commit 57228fbc06
3 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,7 @@ multilanguage sitemaps.org-compliant sitemaps for the HTML version of
your Sphinx documentation.}
Name: python-%{pypi_name}
Version: 2.5.0
Version: 2.5.1
Release: 1
Summary: Sitemap generator for Sphinx
License: MIT
@ -21,6 +21,10 @@ BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
# for test
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
%description %_description
%package -n python3-%{pypi_name}
@ -44,6 +48,9 @@ Help documents for the %{name} API
%install
%pyproject_install
%check
%pytest
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
@ -54,5 +61,5 @@ Help documents for the %{name} API
%doc docs
%changelog
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.5.0-1
* Thu Aug 17 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 2.5.1-1
- Package init

Binary file not shown.

BIN
sphinx-sitemap-2.5.1.tar.gz Normal file

Binary file not shown.