diff mbox series

[AUH] python3-snowballstemmer: upgrading to 3.1.0 SUCCEEDED

Message ID 0101019e83d391a8-03212448-fb0c-4e5d-b9ad-2acc4baca9bf-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-snowballstemmer: upgrading to 3.1.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 1, 2026, 3:35 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"