!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.}
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.