From patchwork Mon Jun 1 15:35:41 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 89024 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E8F3CD8C99 for ; Mon, 1 Jun 2026 15:35:46 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.1569.1780328137833093025 for ; Mon, 01 Jun 2026 08:35:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HiU9l5qg; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=sOkDS3JM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019e83d391a8-03212448-fb0c-4e5d-b9ad-2acc4baca9bf-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1780328141; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=a6C8OpzhUPgYpXnIFoAfEniYVMUMJ6vixtuQAOGcXc0=; b=HiU9l5qg9qNKuy42gTj3WB0yktkn6aIH9F1p5XboCgdR9Xpzdkeo3PuXXryGDP/5 +WvNtR4vdd3vDP6V9wah6uF9bk8AdckBwPyutfAt8CY3Yb8jmE+66uBWVNMhhYDN4XG aAZlpjOsBzQXP/WROTO8rX/zWwLFzk+3nrQ6jwWY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1780328141; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=a6C8OpzhUPgYpXnIFoAfEniYVMUMJ6vixtuQAOGcXc0=; b=sOkDS3JMEKeuljO7rIEBMnoe3aoGbRe/+yg/KOZFt2jG9+U5LxklZw0aBOJBr4Ws qBig31kITy/JaklzbsGuIpA6l0YxSLYVpWVia84/Il+Unrlr539N3LGqbU4oYXm4E11 t38UbkV81Gt6gbh7VWMufRR4zUrf++EYFL0V9KZo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tim Orling Cc: openembedded-core@lists.openembedded.org Subject: [AUH] python3-snowballstemmer: upgrading to 3.1.0 SUCCEEDED Message-ID: <0101019e83d391a8-03212448-fb0c-4e5d-b9ad-2acc4baca9bf-000000@us-west-2.amazonses.com> Date: Mon, 1 Jun 2026 15:35:41 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.06.01-54.240.27.191 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 01 Jun 2026 15:35:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237892 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 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"