diff mbox series

[8/8] python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1

Message ID a9f5afa4452f8d0d8b248e568dfa3bb578fe0249.1748816484.git.tim.orling@konsulko.com
State Accepted, archived
Commit 1df380010733fd912106a23022ede0f785a017d5
Headers show
Series [1/8] python3-setuptools-rust: upgrade 1.11.0 -> 1.11.1 | expand

Commit Message

Tim Orling June 1, 2025, 10:26 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

* Change to setuptools.build_meta PEP-517 backend

Comparing changes since 2.2.0:
https://github.com/snowballstem/snowball/compare/v2.2.0...v3.0.1

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 ...wballstemmer_2.2.0.bb => python3-snowballstemmer_3.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-snowballstemmer_2.2.0.bb => python3-snowballstemmer_3.0.1.bb} (68%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
similarity index 68%
rename from meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
rename to meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
index ff120a3fc48..37cfbce7dcd 100644
--- a/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
+++ b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb
@@ -4,10 +4,10 @@  HOMEPAGE = "https://github.com/snowballstem/snowball"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
 
-SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"
+SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"
 
 PYPI_PACKAGE = "snowballstemmer"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 BBCLASSEXTEND = "native nativesdk"