git shortlog:
Dmitry Shachnev (5):
python: Drop Python 2 support, require Python ≥ 3.3
python: Simplify code after dropping Python 2 support
python: Add a minimal pyproject.toml file
Stop excluding classifiers for Armenian and Yiddish
stemwords.py: Replace deprecated codecs.open() with built-in open()
Henry Schreiner (1):
Protect empty languages dict
Olly Betts (11):
python: Fix algorithms() when wrapping PyStemmer
python: Reduce overhead of forwarding to PyStemmer
stemwords.py: Make -i and -o optional
Python: Optimise string test
Avoid unnecessary cursor update in among helpers
Python: Change slice_check() to assert conditions
Python: Remove parentheses from assert
Update slice end after `delete` and `<-`
Python: Remove deprecated licence classifier
stemwords.py: Remove now-unused `import codecs`
Update for 3.1.0
For full comparison of changes, see [1].
[1] https://github.com/snowballstem/snowball/compare/v3.0.1...v3.1.0
License-Update: Copyright years only
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
HOMEPAGE = "https://github.com/snowballstem/snowball"
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=07c3b61d971c3df6e19ce439cfe1fb8c"
-SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"
+SRC_URI[sha256sum] = "fd9e34526b23340cd23ffea6c9f9760974ecc2c2ac9e1d81401443ccdb2a801f"
PYPI_PACKAGE = "snowballstemmer"