Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nltk for openSUSE:Factory 
checked in at 2024-10-27 11:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nltk (Old)
 and      /work/SRC/openSUSE:Factory/.python-nltk.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nltk"

Sun Oct 27 11:25:56 2024 rev:18 rq:1218494 version:3.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nltk/python-nltk.changes  2024-07-26 
16:16:30.880155750 +0200
+++ /work/SRC/openSUSE:Factory/.python-nltk.new.2020/python-nltk.changes        
2024-10-27 11:26:26.233294995 +0100
@@ -1,0 +2,19 @@
+Mon Sep 30 21:17:21 UTC 2024 - Thiago Bertoldi <thiago.berto...@suse.com>
+
+- 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
+  - nltk-pr3207-py312.patch
+
+-------------------------------------------------------------------
@@ -40 +58,0 @@
-

Old:
----
  CVE-2024-39705.patch
  nltk-3.8.1.tar.gz
  nltk-pr3207-py312.patch

New:
----
  nltk-3.9.1.tar.gz

BETA DEBUG BEGIN:
  Old:- Remome upstreamed patches:
  - CVE-2024-39705.patch
  - nltk-pr3207-py312.patch
  Old:  - CVE-2024-39705.patch
  - nltk-pr3207-py312.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nltk.spec ++++++
--- /var/tmp/diff_new_pack.j6xt2O/_old  2024-10-27 11:26:30.593475733 +0100
+++ /var/tmp/diff_new_pack.j6xt2O/_new  2024-10-27 11:26:30.609476396 +0100
@@ -17,8 +17,9 @@
 
 
 %define modname nltk
+%{?sle15_python_module_pythons}
 Name:           python-nltk
-Version:        3.8.1
+Version:        3.9.1
 Release:        0
 Summary:        Natural Language Toolkit
 License:        Apache-2.0
@@ -61,10 +62,6 @@
 # PATCH-FIX-UPSTREAM skip-networked-test.patch gh#nltk/nltk#2969 mc...@suse.com
 # skip tests requiring network connection
 Patch0:         skip-networked-test.patch
-# PATCH-FIX-UPSTREAM nltk-pr3207-py312.patch gh#nltk/nltk#3207
-Patch1:         nltk-pr3207-py312.patch
-# PATCH-FIX-UPSTREAM CVE-2024-39705.patch bsc#1227174 gh#nltk/nltk#3290
-Patch2:         CVE-2024-39705.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -150,7 +147,6 @@
 sed -E -i "s|#![[:space:]]*%{_bindir}/env python|#!%{_bindir}/python3|" \
     setup.py \
     tools/global_replace.py \
-    nltk_data/corpora/pl196x/splitter.py \
     tools/find_deprecated.py
 
 %autopatch -p1

++++++ nltk-3.8.1.tar.gz -> nltk-3.9.1.tar.gz ++++++
++++ 10126 lines of diff (skipped)

++++++ nltk_data.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-nltk/nltk_data.tar.xz 
/work/SRC/openSUSE:Factory/.python-nltk.new.2020/nltk_data.tar.xz differ: char 
15, line 1

++++++ skip-networked-test.patch ++++++
--- /var/tmp/diff_new_pack.j6xt2O/_old  2024-10-27 11:26:31.921530784 +0100
+++ /var/tmp/diff_new_pack.j6xt2O/_new  2024-10-27 11:26:31.953532110 +0100
@@ -34,3 +34,4 @@
  license_files =
      LICENSE.txt
 
+

Reply via email to