!2 Start self-test of python-sphinx-sitemap package

From: @li-miaomiao_zhr 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2023-09-08 03:24:00 +00:00 committed by Gitee
commit de88c2773f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.