Upgrade version to 8.0.0
Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
parent
ca60763771
commit
574394638d
@ -1,5 +1,5 @@
|
|||||||
Name: python-sphinxcontrib-spelling
|
Name: python-sphinxcontrib-spelling
|
||||||
Version: 7.7.0
|
Version: 8.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Sphinx-based documentation spell checker
|
Summary: Sphinx-based documentation spell checker
|
||||||
License: BSD
|
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}-fixtures python%{python3_pkgversion}-six
|
||||||
BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx hunspell-en hunspell-de
|
BuildRequires: python%{python3_pkgversion}-enchant python%{python3_pkgversion}-sphinx hunspell-en hunspell-de
|
||||||
BuildRequires: python%{python3_pkgversion}-pytest
|
BuildRequires: python%{python3_pkgversion}-pytest
|
||||||
|
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
It contains sphinxcontrib.spelling, a spell checker for
|
It contains sphinxcontrib.spelling, a spell checker for
|
||||||
@ -31,19 +33,22 @@ reports showing misspelled words.
|
|||||||
%autosetup -p0 -n sphinxcontrib-spelling-%{version}
|
%autosetup -p0 -n sphinxcontrib-spelling-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pytest
|
%{__python3} -m pytest
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
|
%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
|
||||||
%doc README LICENSE
|
%doc README LICENSE
|
||||||
%{python3_sitelib}/sphinxcontrib*
|
%{python3_sitelib}/sphinxcontrib*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 13 2023 sunhui <sunhui@kylinos.cn> - 7.7.0-1
|
||||||
- Update package to version 7.7.0
|
- 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