Changelog for
python38-snowballstemmer-2.1.0-2.1.noarch.rpm :
* Sat Jan 23 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 2019 Dirk Mueller - update to 2.0.0:
* Simplified generated code for ``repeat`` and ``atleast`` commands.
* Implemented “go grouping” optimisation.
* Removed caching layer (#114).
* Enabled building wheels (#115).
* Updated package README.
* Tue Sep 10 2019 Tomáš Chvátal - Update to 1.9.1:
* provide license file in the tarball
* Tue Aug 27 2019 Jan Engelhardt - Avoid self-reference in summary.
* Fri Aug 02 2019 pgajdosAATTsuse.com- version update to 1.9.0
* no upstream change log
* relicensed to BSD-3-Clause, se README.rst- added sources https://github.com/snowballstem/snowball/issues/102 + COPYING
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Jun 01 2017 dmuellerAATTsuse.com- update to 1.2.1:
* fix syntax error
* Wed Apr 05 2017 tbechtoldAATTsuse.com- Fix python_module macro definition
* Mon Dec 19 2016 jmatejekAATTsuse.com- update for multipython build
* Thu Apr 23 2015 mciharAATTsuse.cz- Compatibility with SLE11
* Thu Apr 09 2015 termimAATTgmail.com- copied from python3-snowballstemmer
* Sun Mar 15 2015 arunAATTgmx.de- initial version