Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-snowballstemmer for
openSUSE:Factory checked in at 2026-04-28 11:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-snowballstemmer (Old)
and /work/SRC/openSUSE:Factory/.python-snowballstemmer.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-snowballstemmer"
Tue Apr 28 11:53:33 2026 rev:13 rq:1349303 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-snowballstemmer/python-snowballstemmer.changes
2025-06-13 18:43:00.240868854 +0200
+++
/work/SRC/openSUSE:Factory/.python-snowballstemmer.new.11940/python-snowballstemmer.changes
2026-04-28 11:53:52.475286993 +0200
@@ -1,0 +2,24 @@
+Sat Apr 25 21:54:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.0.1:
+ * The __init__.py in 3.0.0 was incorrectly generated due to a
+ missing build dependency and the list of algorithms was empty.
+ * Add trove classifiers for Armenian and Yiddish which have now
+ been registered with PyPI.
+ * Update documented details of Python 2 support in old
+ versions.
+ * + Fix invalid Ada code generated for Snowball `loop` (it was
+ partly Pascal!) None of the stemmers shipped in previous
+ releases triggered this bug, but the Turkish stemmer now does.
+ * `size` was incorrectly returning the difference between the
+ limit and the backwards limit
+ * `lenof` or `sizeof` on a string variable generated Ada code
+ that didn't even compile.
+ * Fix incorrect preconditions on some methods in the runtime.
+ * Fix bug in runtime code used by `attach`, `insert`, `<-`
+ and string variable assignment when a (sub)string was replaced
+ with a larger string.
+ * Use Python set for grouping checks. This speeds up running
+ the Python testsuite by about 4%.
+
+-------------------------------------------------------------------
Old:
----
snowballstemmer-2.2.0.tar.gz
New:
----
snowballstemmer-3.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-snowballstemmer.spec ++++++
--- /var/tmp/diff_new_pack.I0I9Nl/_old 2026-04-28 11:53:53.011309127 +0200
+++ /var/tmp/diff_new_pack.I0I9Nl/_new 2026-04-28 11:53:53.015309292 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-snowballstemmer
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-snowballstemmer
-Version: 2.2.0
+Version: 3.0.1
Release: 0
Summary: 16 stemmer algorithms
License: BSD-3-Clause
@@ -34,13 +34,13 @@
%python_subpackages
%description
-This package provides 16 stemmer algorithms (15 + Poerter English
-stemmer) generated from Snowball algorithms. It includes following
-language algorithms: Danish, Dutch, English (Standard, Porter),
-Finnish, French, German, Hungarian, Italian, Norwegian, Portuguese,
-Romanian, Russian, Spanish, Swedish, Turkish. This is a pure Python
-stemming library. If PyStemmer is available, this module uses it to
-accelerate.
+This package provides 32 stemmer algorithms generated from Snowball
+algorithms. It includes following language algorithms: Arabic,
+Armenian, Basque, Catalan, Danish, Dutch, Dutch (Porter),
+English (Standard, Porter), Esperanto, Estonian, Finnish, French,
+German, Greek, Hindi, Hungarian, Indonesian, Irish, Italian,
+Lithuanian, Nepali, Norwegian, Portuguese, Romanian, Russian,
+Serbian, Spanish, Swedish, Tamil, Turkish, Yiddish.
%prep
%setup -q -n snowballstemmer-%{version}
@@ -53,8 +53,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
+%license COPYING
+%doc README.rst NEWS
%{python_sitelib}/snowballstemmer
%{python_sitelib}/snowballstemmer-%{version}*-info
-%doc README.rst
-%license COPYING
++++++ snowballstemmer-2.2.0.tar.gz -> snowballstemmer-3.0.1.tar.gz ++++++
++++ 28431 lines of diff (skipped)