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.} your Sphinx documentation.}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 2.5.0 Version: 2.5.1
Release: 1 Release: 1
Summary: Sitemap generator for Sphinx Summary: Sitemap generator for Sphinx
License: MIT License: MIT
@ -21,6 +21,10 @@ BuildRequires: python3-wheel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
# for test
BuildRequires: python3-pytest
BuildRequires: python3-sphinx
%description %_description %description %_description
%package -n python3-%{pypi_name} %package -n python3-%{pypi_name}
@ -44,6 +48,9 @@ Help documents for the %{name} API
%install %install
%pyproject_install %pyproject_install
%check
%pytest
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
@ -54,5 +61,5 @@ Help documents for the %{name} API
%doc docs %doc docs
%changelog %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 - Package init

Binary file not shown.

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

Binary file not shown.