All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/18] python3-cycler: set precise BSD license
@ 2021-09-18 16:57 Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 02/18] python3-dill: " Armin Kuster
                   ` (17 more replies)
  0 siblings, 18 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb
index 91df9875fc..edf3246bc0 100644
--- a/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cycler_0.10.0.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Composable style cycles"
 HOMEPAGE = "http://github.com/matplotlib/cycler"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811"
 
 SRC_URI[md5sum] = "4cb42917ac5007d1cdff6cccfe2d016b"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 02/18] python3-dill: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 03/18] python3-ipython-genutils: " Armin Kuster
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-dill_0.3.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
index f77d11e255..ff0104cc8a 100644
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Serialize all of python"
 HOMEPAGE = "https://pypi.org/project/dill/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
 
 SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 03/18] python3-ipython-genutils: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 02/18] python3-dill: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 04/18] python3-traitlets: " Armin Kuster
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-devtools/python/python3-ipython-genutils_0.2.0.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb
index 587aea1f05..2a28cf9ecb 100644
--- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Vestigial utilities from IPython"
 HOMEPAGE = "http://ipython.org"
 AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35"
 
 PYPI_PACKAGE = "ipython_genutils"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 04/18] python3-traitlets: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 02/18] python3-dill: " Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 03/18] python3-ipython-genutils: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 05/18] python3-parallax: " Armin Kuster
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
index da234215ea..120604a8be 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Traitlets Python config system"
 HOMEPAGE = "http://ipython.org"
 AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
 
 PYPI_PACKAGE = "traitlets"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 05/18] python3-parallax: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (2 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 04/18] python3-traitlets: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 06/18] python3-ipython:set " Armin Kuster
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb
index 00a4ec86b7..14c90ffb58 100644
--- a/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Execute commands and copy files over SSH to multiple machines at once."
 HOMEPAGE = "https://github.com/krig/parallax/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=52c67ffa6102f288a0347f8c5802fd18"
 
 SRC_URI[md5sum] = "e312397b083426af84db7076dc2a28d7"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 06/18] python3-ipython:set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (3 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 05/18] python3-parallax: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 07/18] python3-mpmath: set " Armin Kuster
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb
index 2ec0722c35..3c64b82c2d 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb
@@ -1,7 +1,7 @@
 SUMMARY = "IPython: Productive Interactive Computing"
 HOMEPAGE = "https://ipython.org"
 AUTHOR = "The IPython Development Team <ipython-dev@python.org>"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 07/18] python3-mpmath: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (4 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 06/18] python3-ipython:set " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 08/18] python3-sympy: " Armin Kuster
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb
index e1c52e7bad..3337df4903 100644
--- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb
@@ -3,7 +3,7 @@
 
 SUMMARY = "Python library for arbitrary-precision floating-point arithmetic"
 HOMEPAGE = "https://pypi.org/project/mpmath/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a"
 
 SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 08/18] python3-sympy: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (5 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 07/18] python3-mpmath: set " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 09/18] python3-sqlparse: " Armin Kuster
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sympy_1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb
index 1dd0a5a854..e274857f76 100644
--- a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb
+++ b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb
@@ -3,7 +3,7 @@
 
 SUMMARY = "Computer algebra system (CAS) in Python"
 HOMEPAGE = "https://pypi.org/project/sympy/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2245824980a408ef1749391dfba32b3b"
 
 SRC_URI[sha256sum] = "1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 09/18] python3-sqlparse: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (6 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 08/18] python3-sympy: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 10/18] python3-webencodings: " Armin Kuster
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
index a159975f71..3565da7d13 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Non-validating SQL parser module"
 HOMEPAGE = "http://pypi.python.org/pypi/sqlparse"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
 
 SRC_URI += "file://0001-sqlparse-change-shebang-to-python3.patch \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 10/18] python3-webencodings: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (7 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 09/18] python3-sqlparse: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 11/18] python3-pyperclip:set " Armin Kuster
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-devtools/python/python3-webencodings_0.5.1.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb
index 211b2b3c84..ab33ce66e8 100644
--- a/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Character encoding aliases for legacy web content"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
 
 SRC_URI[md5sum] = "32f6e261d52e57bf7e1c4d41546d15b8"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 11/18] python3-pyperclip:set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (8 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 10/18] python3-webencodings: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 12/18] python3-geojson: set " Armin Kuster
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb
index 5295bdaed3..2870ec9c01 100644
--- a/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperclip_1.8.2.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "A cross-platform clipboard module for Python. (only handles plain text for now)"
 HOMEPAGE = "https://github.com/asweigart/pyperclip"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=d7dd4b0d1f7153322a546e89b5a0a632"
 
 SRC_URI[sha256sum] = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 12/18] python3-geojson: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (9 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 11/18] python3-pyperclip:set " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 19:53   ` [oe] " Khem Raj
  2021-09-18 16:57 ` [meta-python][PATCH 13/18] python3-aenum: " Armin Kuster
                   ` (6 subsequent siblings)
  17 siblings, 1 reply; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
index 1a21230113..5c60673af4 100644
--- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Python bindings and utilities for GeoJSON"
 HOMEPAGE = "https://pypi.org/project/geojson/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745"
 
 SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 13/18] python3-aenum: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (10 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 12/18] python3-geojson: set " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 14/18] python3-gnupg: " Armin Kuster
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb b/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb
index cb5eab15ae..999fd5a3d1 100644
--- a/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aenum_3.1.0.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Advanced Enumerations library"
 HOMEPAGE = "https://pypi.org/project/aenum/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://aenum/LICENSE;md5=c6a85477543f8b8591b9c1f82abebbe9"
 
 SRC_URI[sha256sum] = "87f0e9ef4f828578ab06af30e4d7944043bf4ecd3f4b7bd1cbe37e2173cde94a"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 14/18] python3-gnupg: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (11 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 13/18] python3-aenum: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 15/18] python3-kiwisolver: " Armin Kuster
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb
index 5808c8db05..83ee57926e 100644
--- a/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb
+++ b/meta-python/recipes-devtools/python/python3-gnupg_0.4.7.bb
@@ -1,6 +1,6 @@
 SUMMARY = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b0b7ac63b60085b23fa9f7e1951daa1d"
 
 PYPI_PACKAGE = "python-gnupg"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 15/18] python3-kiwisolver: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (12 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 14/18] python3-gnupg: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 16/18] python3-jdcal: " Armin Kuster
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb
index cf14c49e6c..dac6cd48b9 100644
--- a/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-kiwisolver_1.3.2.bb
@@ -1,6 +1,6 @@
 SUMMARY = "A fast implementation of the Cassowary constraint solver"
 HOMEPAGE = "https://github.com/nucleic/kiwi"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://setup.py;endline=7;md5=e54bd74bd9d0a84ae3f8f6d21ada0ab4"
 
 SRC_URI[sha256sum] = "fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 16/18] python3-jdcal: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (13 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 15/18] python3-kiwisolver: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES Armin Kuster
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-2-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
index 765de4d4f4..8655150b03 100644
--- a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb
@@ -4,7 +4,7 @@ and another function for converting Julian calendar dates to Julian dates are de
 Two functions for the reverse calculations are also defined."
 
 HOMEPAGE = "https://github.com/phn/jdcal"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bd236e1f590973467a427bb354be0f46"
 
 inherit pypi setuptools3 ptest
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (14 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 16/18] python3-jdcal: " Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
  2021-09-18 16:57 ` [meta-python][PATCH 18/18] python3-send2trash: set precise BSD license Armin Kuster
       [not found] ` <16A5F90CEDB7B375.24123@lists.openembedded.org>
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Missing MIT and Apache 2-0...

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
index 688622afa6..58b542dd16 100644
--- a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
+++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
-LICENSE = "BSD"
+LICENSE = "Apache-2.0 && MIT && BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619"
 
 SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [meta-python][PATCH 18/18] python3-send2trash: set precise BSD license
  2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
                   ` (15 preceding siblings ...)
  2021-09-18 16:57 ` [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES Armin Kuster
@ 2021-09-18 16:57 ` Armin Kuster
       [not found] ` <16A5F90CEDB7B375.24123@lists.openembedded.org>
  17 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 16:57 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-extended/send2trash/python3-send2trash_1.8.0.bb     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb
index 76f59e2853..963351a2e2 100644
--- a/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb
+++ b/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.0.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Send file to trash natively under Mac OS X, Windows and Linux"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a02659c2d5f4cc626e4dcf6504b865eb"
 
 inherit pypi setuptools3
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* Re: [oe] [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES
       [not found] ` <16A5F90CEDB7B375.24123@lists.openembedded.org>
@ 2021-09-18 18:07   ` Armin Kuster
  0 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-18 18:07 UTC (permalink / raw)
  To: openembedded-devel

ignore this one. Forgot to refresh. V2 out shortly



On 9/18/21 9:57 AM, Armin Kuster via lists.openembedded.org wrote:
> "BSD" is ambiguous, use the precise licenses BSD-3-Clause
>
> Missing MIT and Apache 2-0...
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-python/recipes-devtools/python/python-flask-bootstrap.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
> index 688622afa6..58b542dd16 100644
> --- a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
> +++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
> @@ -1,5 +1,5 @@
>  DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
> -LICENSE = "BSD"
> +LICENSE = "Apache-2.0 && MIT && BSD-3-Clause"
>  LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619"
>  
>  SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81"
>
> 
>


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [oe] [meta-python][PATCH 12/18] python3-geojson: set precise BSD license
  2021-09-18 16:57 ` [meta-python][PATCH 12/18] python3-geojson: set " Armin Kuster
@ 2021-09-18 19:53   ` Khem Raj
  2021-09-19  3:05     ` Armin Kuster
  0 siblings, 1 reply; 21+ messages in thread
From: Khem Raj @ 2021-09-18 19:53 UTC (permalink / raw)
  To: Armin Kuster; +Cc: openembeded-devel

On Sat, Sep 18, 2021 at 9:57 AM Armin Kuster <akuster808@gmail.com> wrote:
>
> "BSD" is ambiguous, use the precise licenses BSD-3-Clause
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
> index 1a21230113..5c60673af4 100644
> --- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
> @@ -1,6 +1,6 @@
>  SUMMARY = "Python bindings and utilities for GeoJSON"
>  HOMEPAGE = "https://pypi.org/project/geojson/"
> -LICENSE = "BSD"
> +LICENSE = "BSD-3-clause"

it should be 'Clause' this comes with warning on AB see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1551

>  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745"
>
>  SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324"
> --
> 2.25.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: [oe] [meta-python][PATCH 12/18] python3-geojson: set precise BSD license
  2021-09-18 19:53   ` [oe] " Khem Raj
@ 2021-09-19  3:05     ` Armin Kuster
  0 siblings, 0 replies; 21+ messages in thread
From: Armin Kuster @ 2021-09-19  3:05 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel



On 9/18/21 12:53 PM, Khem Raj wrote:
> On Sat, Sep 18, 2021 at 9:57 AM Armin Kuster <akuster808@gmail.com> wrote:
>> "BSD" is ambiguous, use the precise licenses BSD-3-Clause
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>  meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
>> index 1a21230113..5c60673af4 100644
>> --- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
>> +++ b/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb
>> @@ -1,6 +1,6 @@
>>  SUMMARY = "Python bindings and utilities for GeoJSON"
>>  HOMEPAGE = "https://pypi.org/project/geojson/"
>> -LICENSE = "BSD"
>> +LICENSE = "BSD-3-clause"
> it should be 'Clause' this comes with warning on AB see
> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1551
I see you fixed it. Thanks.

-armin
>
>>  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745"
>>
>>  SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324"
>> --
>> 2.25.1
>>
>>
>> 
>>


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-09-19  3:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 16:57 [meta-python][PATCH 01/18] python3-cycler: set precise BSD license Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 02/18] python3-dill: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 03/18] python3-ipython-genutils: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 04/18] python3-traitlets: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 05/18] python3-parallax: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 06/18] python3-ipython:set " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 07/18] python3-mpmath: set " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 08/18] python3-sympy: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 09/18] python3-sqlparse: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 10/18] python3-webencodings: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 11/18] python3-pyperclip:set " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 12/18] python3-geojson: set " Armin Kuster
2021-09-18 19:53   ` [oe] " Khem Raj
2021-09-19  3:05     ` Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 13/18] python3-aenum: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 14/18] python3-gnupg: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 15/18] python3-kiwisolver: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 16/18] python3-jdcal: " Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES Armin Kuster
2021-09-18 16:57 ` [meta-python][PATCH 18/18] python3-send2trash: set precise BSD license Armin Kuster
     [not found] ` <16A5F90CEDB7B375.24123@lists.openembedded.org>
2021-09-18 18:07   ` [oe] [meta-python][PATCH 17/18] python-flask-bootstrap: Update LICENSES Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.