diff --git a/python-sphinxcontrib-spelling.spec b/python-sphinxcontrib-spelling.spec index 6ebefdc..b4b1cd0 100644 --- a/python-sphinxcontrib-spelling.spec +++ b/python-sphinxcontrib-spelling.spec @@ -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 - 7.7.0-1 - Update package to version 7.7.0 diff --git a/sphinxcontrib-spelling-7.7.0.tar.gz b/sphinxcontrib-spelling-7.7.0.tar.gz deleted file mode 100644 index b347108..0000000 Binary files a/sphinxcontrib-spelling-7.7.0.tar.gz and /dev/null differ diff --git a/sphinxcontrib-spelling-8.0.0.tar.gz b/sphinxcontrib-spelling-8.0.0.tar.gz new file mode 100644 index 0000000..a94b24f Binary files /dev/null and b/sphinxcontrib-spelling-8.0.0.tar.gz differ