summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-nltk
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-04-01 13:16:41 -0700
commit90d7c9007503d7fae253cb1fc9b5a0b1275786be (patch)
tree636956276e947f5c6824778bce92a315b2718caa /meta-python/recipes-devtools/python3-nltk
parent6eb5b0ec144614d94cd13d9e6c3d1248585b0f4a (diff)
downloadmeta-openembedded-90d7c9007503d7fae253cb1fc9b5a0b1275786be.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/recipes-devtools/python3-nltk')
-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"