diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index 9c275c3..4e33561 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Dec 6 10:02:33 UTC 2021 - Dirk Müller + +- 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`. + ------------------------------------------------------------------- Sat Jan 23 01:13:06 UTC 2021 - Dirk Müller diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index ae35911..4e64488 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -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 diff --git a/snowballstemmer-2.1.0.tar.gz b/snowballstemmer-2.1.0.tar.gz deleted file mode 100644 index 6c4d973..0000000 --- a/snowballstemmer-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914 -size 85674 diff --git a/snowballstemmer-2.2.0.tar.gz b/snowballstemmer-2.2.0.tar.gz new file mode 100644 index 0000000..4a1b8a7 --- /dev/null +++ b/snowballstemmer-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 +size 86699