diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-06-01 15:26:21 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-02 22:17:24 +0100 |
| commit | 303a4e377c6ecaae11b04021ea36b159352ea4df (patch) | |
| tree | 1410ed30c08209d13ee7647ef29358bad439e103 /meta/recipes-devtools/python | |
| parent | 5941357678ba16ef2324728c769a0c68c4e4407b (diff) | |
| download | poky-303a4e377c6ecaae11b04021ea36b159352ea4df.tar.gz | |
python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1
* 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
(From OE-Core rev: 1df380010733fd912106a23022ede0f785a017d5)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb (renamed from meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb index ff120a3fc4..37cfbce7dc 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" | |||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" | 7 | SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895" |
| 8 | 8 | ||
| 9 | PYPI_PACKAGE = "snowballstemmer" | 9 | PYPI_PACKAGE = "snowballstemmer" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
| 12 | 12 | ||
| 13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
