From 06aafc677f5aedfec0614b33d8a7d42d35b52fa4 Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Tue, 12 Sep 2023 20:09:44 +0800 Subject: [PATCH] add python_bootstrap for python update Signed-off-by: Shuo Wang --- python-sphinxcontrib-htmlhelp.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 58b3514..f058b4d 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -1,9 +1,11 @@ +%bcond_with python_bootstrap + %global pypi_name sphinxcontrib-htmlhelp Summary: Sphinx extension for HTML help files Name: python-%{pypi_name} Version: 2.0.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD URL: http://sphinx-doc.org/ Source0: %{pypi_source} @@ -48,7 +50,10 @@ popd %find_lang sphinxcontrib.htmlhelp %check +# just close test when bootstrap build +%if %{without python_bootstrap} %{__python3} -m pytest +%endif %files -n python%{python3_pkgversion}-%{pypi_name} -f sphinxcontrib.htmlhelp.lang %license LICENSE @@ -58,6 +63,9 @@ popd %{python3_sitelib}/sphinxcontrib_htmlhelp-%{version}-py%{python3_version}.egg-info/ %changelog +* Tue Sep 12 2023 Shuo Wang - 2.0.0-5 +- add python_bootstrap for python update + * Fri Sep 08 2023 OpenCloudOS Release Engineering - 2.0.0-4 - Rebuilt for OpenCloudOS Stream 23.09 -- Gitee