forked from pool/python-snowballstemmer
- update to 2.2.0:
* Python 2 is no longer actively supported * Fix code generated for division. * C#: An `among` without functions is now generated as `static` and groupings are now generated as constant. * Constant numeric subexpressions and constant numeric tests are now evaluated at Snowball compile time. * german2: Fix handling of `qu` to match algorithm description. * arabic: Handle exception cases in the among they're exceptions to. * greek: Remove unused slice setting, handle exception cases in the among they're exceptions to * hindi: Eliminate the need for variable `p`. * irish: Minor optimisation in setting `pV` and `p1`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snowballstemmer?expand=0&rev=21
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-snowballstemmer
|
||||
Version: 2.1.0
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: 16 stemmer algorithms
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user