From 77ef19b5593c75a135a67a33d57aee9c8f4622f8668a5b132646f5195fc7fff6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 26 Oct 2024 08:13:11 +0000 Subject: [PATCH] Fix the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=54 --- python-nltk.changes | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/python-nltk.changes b/python-nltk.changes index 5c68539..1e24c05 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,8 +1,17 @@ ------------------------------------------------------------------- Mon Sep 30 21:17:21 UTC 2024 - Thiago Bertoldi -- Update to to 3.9.1: - +- Update to to 3.9.1 (changes since 3.8.1): + * Fixed bug that prevented wordnet from loading + * Fix security vulnerability CVE-2024-39705 (breaking change) + * Replace pickled models (punkt, chunker, taggers) by new + pickle-free "_tab" packages + * No longer sort Wordnet synsets and relations (sort in calling + function when required) + * Only strip the last suffix in Wordnet Morphy, thus + restricting synsets() results + * Add Python 3.12 support + * Many other minor fixes - Refresh nltk_data - Remome upstreamed patches: - CVE-2024-39705.patch