!11 Upgrade version to 8.0.0
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
e2bd1238da
@ -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.
BIN
sphinxcontrib-spelling-8.0.0.tar.gz
Normal file
BIN
sphinxcontrib-spelling-8.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user