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-06-29 17:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-snowballstemmer (Old)
and /work/SRC/openSUSE:Factory/.python-snowballstemmer.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-snowballstemmer"
Mon Jun 29 17:30:02 2026 rev:14 rq:1362236 version:3.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-snowballstemmer/python-snowballstemmer.changes
2026-04-28 11:53:52.475286993 +0200
+++
/work/SRC/openSUSE:Factory/.python-snowballstemmer.new.11887/python-snowballstemmer.changes
2026-06-29 17:30:36.994559066 +0200
@@ -1,0 +2,23 @@
+Sun Jun 28 18:31:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.1.1:
+ * Fix a segmentation fault after reporting an error for a
+ string command not followed by a string variable name or
+ string literal.
+ * Variable localisation was failing to check the expression
+ on the RHS of an integer test for uses of a variable, so could
+ incorrectly localise an integer variable whose value should
+ have persisted between calls to a function.
+ * Inline some routines which are only used once. This is
+ done for routines consisting of a single non-compound command
+ * Simplify `not` applied to an integer test by removing the
+ `not` and flipping the sense of the test (e.g. `not $(x > y)`
+ becomes `$(x <= y)`) which results in simpler generated code.
+ * Fix segmentation fault if -syntax is used on a program with
+ no code.
+ * Fix segmentation fault on some assignment syntax errors.
+ * Fix bug introduced in v3.0.0 with conversion of `among`
+ starter. If there were any commands after the among in the
+ same command list then the among itself would get lost.
+
+-------------------------------------------------------------------
Old:
----
snowballstemmer-3.0.1.tar.gz
New:
----
snowballstemmer-3.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-snowballstemmer.spec ++++++
--- /var/tmp/diff_new_pack.HozQoy/_old 2026-06-29 17:30:37.486576029 +0200
+++ /var/tmp/diff_new_pack.HozQoy/_new 2026-06-29 17:30:37.490576167 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-snowballstemmer
-Version: 3.0.1
+Version: 3.1.1
Release: 0
Summary: 16 stemmer algorithms
License: BSD-3-Clause
++++++ snowballstemmer-3.0.1.tar.gz -> snowballstemmer-3.1.1.tar.gz ++++++
++++ 39630 lines of diff (skipped)