!11 Upgrade version to 8.0.0

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-08-22 03:29:56 +00:00 committed by Gitee
commit e2bd1238da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: python-sphinxcontrib-spelling
Version: 7.7.0
Version: 8.0.0
Release: 1
Summary: Sphinx-based documentation spell checker
License: BSD
@ -10,6 +10,8 @@ BuildRequires: python%{python3_pkgversion}-setuptools python%{python3_pkgvers
BuildRequires: python%{python3_pkgversion}-fixtures python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx hunspell-en hunspell-de
BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
%description
It contains sphinxcontrib.spelling, a spell checker for
@ -31,19 +33,22 @@ reports showing misspelled words.
%autosetup -p0 -n sphinxcontrib-spelling-%{version}
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%check
pytest
%{__python3} -m pytest
%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
%doc README LICENSE
%{python3_sitelib}/sphinxcontrib*
%changelog
* Tue Aug 22 2023 xu_ping <707078654@qq.com> - 8.0.0-1
- Update package to version 8.0.0
* Thu Jul 13 2023 sunhui <sunhui@kylinos.cn> - 7.7.0-1
- Update package to version 7.7.0

Binary file not shown.

Binary file not shown.