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" -- 2.47.1