summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-31 13:38:35 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-31 09:40:17 -0700
commit91b5a288ed650c07226ab6d85b93e6c04d88e095 (patch)
treea2016c70081ccf0623904d066330be8a48077acb /meta-python
parent128a59635f3c887cca642cfad2034d3f8422962d (diff)
downloadmeta-openembedded-91b5a288ed650c07226ab6d85b93e6c04d88e095.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.4.bb (renamed from meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.3.bb)2
1 files changed, 1 insertions, 1 deletions
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
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} = "\
24 24
25inherit setuptools3 pypi 25inherit setuptools3 pypi
26 26
27SRC_URI[sha256sum] = "cb5945d6424a98d694c2b9a0264519fab4363711065a46aa0ae7a2195b92e71f" 27SRC_URI[sha256sum] = "ed03bc098a40481310320808b2db712d95d13ca65b27372f8a403949c8b523d0"