Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *python3-snowballstemmer* to *3.1.0* has Succeeded.
Next steps:
- apply the patch: git am
0001-python3-snowballstemmer-upgrade-3.0.1-3.1.0.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From b8eea3fd3cfb359c23a351cb92bb1a4d57d2c156 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 1 Jun 2026 09:31:09 +0000
Subject: [PATCH] python3-snowballstemmer: upgrade 3.0.1 -> 3.1.0
---
....1.bb => python3-snowballstemmer_3.1.0.bb} | 26 +++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-snowballstemmer_3.0.1.bb =>
python3-snowballstemmer_3.1.0.bb} (21%)
diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
b/meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
similarity index 21%
rename from meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
rename to meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
index 37cfbce7dc..7eb862753f 100644
--- a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
+++ b/meta/recipes-devtools/python/python3-snowballstemmer_3.1.0.bb
@@ -1,10 +1,32 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,7 +1,7 @@
+# Copyright (c) 2001, Dr Martin Porter
+# Copyright (c) 2004,2005, Richard Boulton
+# Copyright (c) 2013, Yoshiki Shibukawa
+# -Copyright (c) 2006,2007,2009,2010,2011,2014-2019, Olly Betts
+# +Copyright (c) 2006-2025, Olly Betts
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+#
+#
+
SUMMARY = "Snowball compiler and stemming algorithms"
HOMEPAGE = "https://github.com/snowballstem/snowball"
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=07c3b61d971c3df6e19ce439cfe1fb8c"
-SRC_URI[sha256sum] =
"6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"
+SRC_URI[sha256sum] =
"fd9e34526b23340cd23ffea6c9f9760974ecc2c2ac9e1d81401443ccdb2a801f"
PYPI_PACKAGE = "snowballstemmer"
--
2.47.1
packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer: FILELIST: directory renamed /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info -> /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info, directory renamed /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info/licenses -> /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info/licenses, added "/usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/polish_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/polish_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/czech_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/sesotho_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/persian_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/sesotho_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/czech_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/persian_stemmer.py" Changes to packages/x86-64-v3-poky-linux/python3-snowballstemmer (sysroot): /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info moved to /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info /usr/lib/python3.14/site-packages/snowballstemmer/czech_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/persian_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/polish_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/czech_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/persian_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/polish_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/sesotho_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/sesotho_stemmer.py was added
0001-python3-snowballstemmer-upgrade-3.0.1-3.1.0.patch
Description: Binary data
packages/x86-64-v3-poky-linux/python3-snowballstemmer: SRC_URI changed from "https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-3.0.1.tar.gz;downloadfilename=snowballstemmer-3.0.1.tar.gz" to "https://files.pythonhosted.org/packages/source/s/snowballstemmer/snowballstemmer-3.1.0.tar.gz;downloadfilename=snowballstemmer-3.1.0.tar.gz" packages/x86-64-v3-poky-linux/python3-snowballstemmer: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-dbg: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-dbg: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-dev: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-dev: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-doc: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-doc: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-locale: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-locale: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-src: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-src: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-staticdev: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer-staticdev: PV changed from "3.0.1" to "3.1.0" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer: PKGSIZE changed from 1934424 to 1876693 (-3%) packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer: FILELIST: directory renamed /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info/licenses -> /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info/licenses, directory renamed /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info -> /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info, added "/usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/persian_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/czech_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/sesotho_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/polish_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/czech_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/sesotho_stemmer.cpython-314.pyc /usr/lib/python3.14/site-packages/snowballstemmer/polish_stemmer.py /usr/lib/python3.14/site-packages/snowballstemmer/persian_stemmer.py" packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer: PKGV changed from 3.0.1 [default] to 3.1.0 [default] packages/x86-64-v3-poky-linux/python3-snowballstemmer/python3-snowballstemmer: PV changed from "3.0.1" to "3.1.0" Changes to packages/x86-64-v3-poky-linux/python3-snowballstemmer (sysroot): /usr/lib/python3.14/site-packages/snowballstemmer-3.0.1.dist-info moved to /usr/lib/python3.14/site-packages/snowballstemmer-3.1.0.dist-info /usr/lib/python3.14/site-packages/snowballstemmer/czech_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/persian_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/polish_stemmer.py was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/czech_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/persian_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/polish_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/__pycache__/sesotho_stemmer.cpython-314.pyc was added /usr/lib/python3.14/site-packages/snowballstemmer/sesotho_stemmer.py was added
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237892): https://lists.openembedded.org/g/openembedded-core/message/237892 Mute This Topic: https://lists.openembedded.org/mt/119594441/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
