]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0
authorTim Orling <tim.orling@konsulko.com>
Sun, 31 May 2026 00:17:54 +0000 (17:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jun 2026 16:31:02 +0000 (17:31 +0100)
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>
meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb [moved from meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
rename to meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
index 37cfbce7dcdfa10b222cb039c0c643d8b8065e87..52911593ae50f8ab46a75f1fd469371152531282 100644 (file)
@@ -2,9 +2,9 @@ SUMMARY = "Snowball compiler and stemming algorithms"
 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"