!2 update python-snowballstemmer to 2.0.0

Merge pull request !2 from yanan-rock/master
This commit is contained in:
openeuler-ci-bot 2020-07-30 22:43:18 +08:00 committed by Gitee
commit c065410a3a
3 changed files with 12 additions and 5 deletions

View File

@ -1,10 +1,10 @@
Name: python-snowballstemmer
Version: 1.2.1
Release: 8
Version: 2.0.0
Release: 1
Summary: This package provides 16 stemmers for 15 languages generated from Snowball algorithms
License: BSD
URL: https://pypi.python.org/pypi/snowballstemmer
Source0: https://pypi.python.org/packages/20/6b/d2a7cb176d4d664d94a6debf52cd8dbae1f7203c8e42426daa077051d59c/snowballstemmer-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/21/1b/6b8bbee253195c61aeaa61181bb41d646363bdaa691d0b94b304d4901193/snowballstemmer-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python3-devel
@ -39,23 +39,30 @@ Turkis.
%prep
%autosetup -n snowballstemmer-%{version}
rm -rf snowballstemmer.egg-info
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%files -n python2-snowballstemmer
%doc LICENSE.rst README.rst
%license COPYING
%doc README.rst
%{python2_sitelib}/snowballstemmer-%{version}-py%{python2_version}.egg-info
%{python2_sitelib}/snowballstemmer/
%files -n python3-snowballstemmer
%doc LICENSE.rst README.rst
%license COPYING
%doc README.rst
%{python3_sitelib}/snowballstemmer-%{version}-py%{python3_version}.egg-info
%{python3_sitelib}/snowballstemmer/
%changelog
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.0.0-1
- update to 2.0.0 from upstream
* Mon Nov 25 2019 Ling Yang <lingyang2@huawei.com> - 1.2.1-8
- Package init

Binary file not shown.

Binary file not shown.