Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
e2bd1238da
!11 Upgrade version to 8.0.0
From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-22 03:29:56 +00:00
cherry530
574394638d Upgrade version to 8.0.0
Signed-off-by: cherry530 <707078654@qq.com>
2023-08-22 10:29:14 +08:00
openeuler-ci-bot
ca60763771
!10 update package to version 7.7.0
From: @S--Sh 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-07-29 07:18:54 +00:00
sunhui
40f89409dd python-sphinxcontrib-spelling 2023-07-13 10:48:36 +08:00
openeuler-ci-bot
ab720d917c
!7 Update to 7.6.0
From: @wk333 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-07-07 07:22:27 +00:00
wk333
54b1a1a1aa Update to 7.6.0 2022-07-07 15:02:19 +08:00
openeuler-ci-bot
d4197b3ae4
!6 [sync] PR-5: 【缺少编译依赖】22.03:LTS:Next分支缺少编译依赖python3-nose
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-05-05 02:50:03 +00:00
wang--ge
f7c35c84c4 use unittest replace nose due to python-nose is abandonted
(cherry picked from commit ad82307dc761aa911a8dcb7e94561bd09173fb04)
2022-04-29 10:30:53 +08:00
openeuler-ci-bot
49e39ea897 !4 Remove unused sphinxcontrib-spelling-4.2.0.tar.gz
Merge pull request !4 from jpzhang187/master
2020-08-11 14:20:34 +08:00
jpzhang187
b0663e3e3f update python-sphinxcontrib-spelling.spec. 2020-08-11 11:55:35 +08:00
openeuler-ci-bot
e3fec9593a !3 update to 4.2.1
Merge pull request !3 from jpzhang187/master
2020-08-11 10:58:10 +08:00
3 changed files with 23 additions and 44 deletions

View File

@ -1,21 +1,17 @@
Name: python-sphinxcontrib-spelling
Version: 4.2.1
Version: 8.0.0
Release: 1
Summary: Sphinx-based documentation spell checker
License: BSD
URL: https://github.com/sphinx-contrib/spelling
Source0: https://files.pythonhosted.org/packages/f8/72/dc6b84c1602bde635e1bc7056cdb4c82da1068ba3768f79a263fc798b411/sphinxcontrib-spelling-4.2.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-setuptools python%{python3_pkgversion}-devel python%{python3_pkgversion}-pbr
BuildRequires: python%{python3_pkgversion}-nose 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}-pytest
BuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel
%if 0%{?with_python3_other}
BuildRequires: python%{python3_other_pkgversion}-setuptools python%{python3_other_pkgversion}-devel
BuildRequires: python%{python3_other_pkgversion}-pbr python%{python3_other_pkgversion}-nose
BuildRequires: python%{python3_other_pkgversion}-fixtures python%{python3_other_pkgversion}-six
BuildRequires: python%{python3_other_pkgversion}-enchant python%{python3_other_pkgversion}-sphinx
%endif
%description
It contains sphinxcontrib.spelling, a spell checker for
@ -33,55 +29,38 @@ It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%if 0%{?with_python3_other}
%package -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
Summary: Sphinx-based documentation spell checker
%{?python_provide:%python_provide python%{python3_other_pkgversion}-sphinxcontrib-spelling}
Requires: python%{python3_other_pkgversion}-enchant python%{python3_other_pkgversion}-six
Requires: python%{python3_other_pkgversion}-sphinx
%description -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
It contains sphinxcontrib.spelling, a spell checker for
Sphinx-based documents. It uses PyEnchant to generate
reports showing misspelled words.
%endif
%prep
%autosetup -p0 -n sphinxcontrib-spelling-%{version}
%build
%py3_build
%if 0%{?with_python3_other}
%py3_other_build
%endif
%pyproject_build
%install
%if 0%{?with_python3_other}
%py3_other_install
%endif
%py3_install
%pyproject_install
%check
%{__python3} -m nose
%if 0%{?with_python3_other}
%{__python3_other} -m nose
%endif
%{__python3} -m pytest
%files -n python%{python3_pkgversion}-sphinxcontrib-spelling
%doc README LICENSE
%{python3_sitelib}/sphinxcontrib*
%if 0%{?with_python3_other}
%files -n python%{python3_other_pkgversion}-sphinxcontrib-spelling
%doc README LICENSE
%{python3_other_sitelib}/sphinxcontrib*
%endif
%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
* Thu Jul 07 2022 wangkai <wangkai385@h-partners.com> - 7.6.0-1
- Update to 7.6.0
* Sat Jan 08 2022 Ge Wang <wangge20@huawei.com> - 4.2.1-3
- Use unittest replace nose due to python-nose is abandonted
* Tue Aug 11 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-2
- Remove unused tar package
* Mon Aug 10 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 4.2.1-1
- Update to 4.2.1

Binary file not shown.

Binary file not shown.