From 90d7c9007503d7fae253cb1fc9b5a0b1275786be Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 31 Mar 2026 13:38:35 +0200 Subject: [PATCH] python3-nltk: upgrade 3.9.3 -> 3.9.4 Changes: * Support Python 3.14 * Fix bug in Levenshtein distance when substitution_cost > 2 * Fix bug in Treebank detokeniser re quote ordering * Fix bug in Jaro similarity for empty strings * Several security enhancements * Fix GHSA-rf74-v2fm-23pw: unbounded recursion in JSONTaggedDecoder * Implement TextTiling vocabulary introduction method (Hearst 1997) * Fix ALINE feature matrix errors and add comprehensive tests * Support multiple VerbNet versions, fix longid/shortid regex for VerbNet ids * Let downloader fallback to md5 when sha256 is unavailable * Several other minor bugfixes and code cleanups Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../{python3-nltk_3.9.3.bb => python3-nltk_3.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-nltk/{python3-nltk_3.9.3.bb => python3-nltk_3.9.4.bb} (89%) diff --git a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb similarity index 89% rename from meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb rename to meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb index d9f661b262..50c751ba98 100644 --- a/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb +++ b/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb @@ -24,4 +24,4 @@ RRECOMMENDS:${PN} = "\ inherit setuptools3 pypi -SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f" +SRC_URI[sha256sum] = "ed03bc098a40481310320808b2db712d95d13ca65b27372f8a403949c8b523d0"