diff --git a/python-snowballstemmer.changes b/python-snowballstemmer.changes index 230d528..9c275c3 100644 --- a/python-snowballstemmer.changes +++ b/python-snowballstemmer.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Jan 23 01:13:06 UTC 2021 - Dirk Müller + +- update to 2.1.0: + * Add Serbian stemmer from stef4np (#113). + * Add Yiddish stemmer from Assaf Urieli (#137). + * Add Armenian stemmer from Astghik Mkrtchyan. It's been on the website for + over a decade, and included in Xapian for over 9 years without any negative + feedback. + * kraaij_pohlmann: Use `$v = limit` instead of `do (tolimit setmark v)` since + this generates simpler code, and also matches the code other algorithm + implementations use. + Probably for languages like C with optimising compilers the compiler + will generate equivalent code anyway, but e.g. for Python this should be + an improvement. + ------------------------------------------------------------------- Fri Dec 20 19:08:51 UTC 2019 - Dirk Mueller diff --git a/python-snowballstemmer.spec b/python-snowballstemmer.spec index 0e1d080..ae35911 100644 --- a/python-snowballstemmer.spec +++ b/python-snowballstemmer.spec @@ -1,7 +1,7 @@ # # spec file for package python-snowballstemmer # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-snowballstemmer -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: 16 stemmer algorithms License: BSD-3-Clause diff --git a/snowballstemmer-2.0.0.tar.gz b/snowballstemmer-2.0.0.tar.gz deleted file mode 100644 index 27ddeac..0000000 --- a/snowballstemmer-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52 -size 79284 diff --git a/snowballstemmer-2.1.0.tar.gz b/snowballstemmer-2.1.0.tar.gz new file mode 100644 index 0000000..6c4d973 --- /dev/null +++ b/snowballstemmer-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914 +size 85674