python3-snowballstemmer: upgrade to 2.2.0

Message ID 20220317021024.721357-1-tim.orling@konsulko.com
State New
Headers show
Series python3-snowballstemmer: upgrade to 2.2.0 | expand

Commit Message

Tim Orling March 17, 2022, 2:10 a.m. UTC
License is BSD-1-Clause, update LIC_FILES_CHKSUM

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 ...allstemmer_2.0.0.bb => python3-snowballstemmer_2.2.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-snowballstemmer_2.0.0.bb => python3-snowballstemmer_2.2.0.bb} (51%)

Comments

Richard Purdie March 17, 2022, 9:19 a.m. UTC | #1
On Wed, 2022-03-16 at 19:10 -0700, Tim Orling wrote:
> License is BSD-1-Clause, update LIC_FILES_CHKSUM
> 
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  ...allstemmer_2.0.0.bb => python3-snowballstemmer_2.2.0.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-devtools/python/{python3-snowballstemmer_2.0.0.bb => python3-snowballstemmer_2.2.0.bb} (51%)

I think it is 3-Clause. I've gone and audited all the new recipes in master-next
to try and sort this out as there were a few things wrong with the licenses.
I've squashed in all the changes.

Cheers,

Richard

Patch

diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_2.0.0.bb b/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
similarity index 51%
rename from meta/recipes-devtools/python/python3-snowballstemmer_2.0.0.bb
rename to meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
index 7db58928619..bbf844868fc 100644
--- a/meta/recipes-devtools/python/python3-snowballstemmer_2.0.0.bb
+++ b/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb
@@ -1,10 +1,10 @@ 
 SUMMARY = "Snowball compiler and stemming algorithms"
 HOMEPAGE = "https://github.com/snowballstem/snowball"
 
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://../git/COPYING;md5=2750797da77c1d784e7626b3f7d7ff3e"
+LICENSE = "BSD-1-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f"
 
-SRC_URI[sha256sum] = "df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"
+SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"
 
 PYPI_PACKAGE = "snowballstemmer"