diff --git a/python-sphinx-sitemap.spec b/python-sphinx-sitemap.spec index bf4c0d8..5bab331 100644 --- a/python-sphinx-sitemap.spec +++ b/python-sphinx-sitemap.spec @@ -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 - 2.5.0-1 +* Thu Aug 17 2023 li-miaomiao_zhr - 2.5.1-1 - Package init diff --git a/sphinx-sitemap-2.5.0.tar.gz b/sphinx-sitemap-2.5.0.tar.gz deleted file mode 100644 index b55e53e..0000000 Binary files a/sphinx-sitemap-2.5.0.tar.gz and /dev/null differ diff --git a/sphinx-sitemap-2.5.1.tar.gz b/sphinx-sitemap-2.5.1.tar.gz new file mode 100644 index 0000000..1ebb292 Binary files /dev/null and b/sphinx-sitemap-2.5.1.tar.gz differ