All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0
@ 2020-05-20 14:14 Leon Anavi
  2020-05-20 14:15 ` [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Leon Anavi @ 2020-05-20 14:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.14.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-luma-core_1.12.0.bb => python3-luma-core_1.14.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-luma-core_1.12.0.bb => python3-luma-core_1.14.0.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb
rename to meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
index cdb1ac8b9..503acc824 100644
--- a/meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "4378edb99cd12540b4e4a588969567ee"
-SRC_URI[sha256sum] = "864a427de78bcc16758f4f4402a9e61f31cc8857bfae9aba8041159aaec3a491"
+SRC_URI[md5sum] = "c049eabcdd50c4c1e630282c058e18f8"
+SRC_URI[sha256sum] = "1501901f08c279abb9a5f1b76347955d6a15238c1e86e055aef96acd3e2e4215"
 
 CLEANBROKEN = "1"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2
  2020-05-20 14:14 [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Leon Anavi
@ 2020-05-20 14:15 ` Leon Anavi
  2020-05-21 15:33   ` [oe] " Trevor Gamblin
  2020-05-20 14:15 ` [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-05-20 14:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.2.2.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-markdown_3.0.1.bb => python3-markdown_3.2.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-markdown_3.0.1.bb => python3-markdown_3.2.2.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb b/meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb
rename to meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
index cdfe5496a..ce5dde63e 100644
--- a/meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
 inherit pypi setuptools3
 
 PYPI_PACKAGE = "Markdown"
-PYPI_SRC_URI = "https://files.pythonhosted.org/packages/3c/52/7bae9e99a7a4be6af4a713fe9b692777e6468d28991c54c273dfb6ec9fb2/Markdown-${PV}.tar.gz"
-SRC_URI[md5sum] = "72219f46ca440b657bf227500731bdf1"
-SRC_URI[sha256sum] = "d02e0f9b04c500cde6637c11ad7c72671f359b87b9fe924b2383649d8841db7c"
+PYPI_SRC_URI = "https://files.pythonhosted.org/packages/44/30/cb4555416609a8f75525e34cbacfc721aa5b0044809968b2cf553fd879c7/Markdown-${PV}.tar.gz"
+SRC_URI[md5sum] = "6e8daf1e566bf3572c137ada399fe40b"
+SRC_URI[sha256sum] = "1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17"
 
 BBCLASSEXTEND = "native"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0
  2020-05-20 14:14 [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Leon Anavi
  2020-05-20 14:15 ` [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2 Leon Anavi
@ 2020-05-20 14:15 ` Leon Anavi
  2020-05-21 15:33   ` [oe] " Trevor Gamblin
  2020-05-20 14:15 ` [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4 Leon Anavi
  2020-05-21 15:33 ` [oe] [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-05-20 14:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.5.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-aiofiles_0.4.0.bb => python3-aiofiles_0.5.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiofiles_0.4.0.bb => python3-aiofiles_0.5.0.bb} (71%)

diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb
rename to meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
index b21cade52..0559c01e4 100644
--- a/meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
-SRC_URI[md5sum] = "cb33cf96c371fbd56fc27ab0bd81bd61"
-SRC_URI[sha256sum] = "021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee"
+SRC_URI[md5sum] = "2243eff06072115e8afe8907677ca51d"
+SRC_URI[sha256sum] = "98e6bcfd1b50f97db4980e182ddd509b7cc35909e903a8fe50d8849e02d815af"
 
 PYPI_PACKAGE = "aiofiles"
 
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4
  2020-05-20 14:14 [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Leon Anavi
  2020-05-20 14:15 ` [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2 Leon Anavi
  2020-05-20 14:15 ` [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0 Leon Anavi
@ 2020-05-20 14:15 ` Leon Anavi
  2020-05-21 15:33   ` [oe] " Trevor Gamblin
  2020-05-21 15:33 ` [oe] [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Trevor Gamblin
  3 siblings, 1 reply; 8+ messages in thread
From: Leon Anavi @ 2020-05-20 14:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.4.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-appdirs_1.4.3.bb => python3-appdirs_1.4.4.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-appdirs_1.4.3.bb => python3-appdirs_1.4.4.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb
rename to meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
index 2e183d888..eef5c0273 100644
--- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
@@ -6,8 +6,8 @@ SRC_URI += " \
 	file://run-ptest \
 "
 
-SRC_URI[md5sum] = "44c679904082a2133f5566c8a0d3ab42"
-SRC_URI[sha256sum] = "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"
+SRC_URI[md5sum] = "d6bca12613174185dd9abc8a29f4f012"
+SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4
  2020-05-20 14:15 ` [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4 Leon Anavi
@ 2020-05-21 15:33   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-21 15:33 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]


On 5/20/20 10:15 AM, Leon Anavi wrote:
> Upgrade to release 1.4.4.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-appdirs_1.4.3.bb => python3-appdirs_1.4.4.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-appdirs_1.4.3.bb => python3-appdirs_1.4.4.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb
> rename to meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
> index 2e183d888..eef5c0273 100644
> --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
> @@ -6,8 +6,8 @@ SRC_URI += " \
>   	file://run-ptest \
>   "
>   
> -SRC_URI[md5sum] = "44c679904082a2133f5566c8a0d3ab42"
> -SRC_URI[sha256sum] = "9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"
> +SRC_URI[md5sum] = "d6bca12613174185dd9abc8a29f4f012"
> +SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2243 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0
  2020-05-20 14:15 ` [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0 Leon Anavi
@ 2020-05-21 15:33   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-21 15:33 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1461 bytes --]


On 5/20/20 10:15 AM, Leon Anavi wrote:
> Upgrade to release 0.5.0.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-aiofiles_0.4.0.bb => python3-aiofiles_0.5.0.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-aiofiles_0.4.0.bb => python3-aiofiles_0.5.0.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb
> rename to meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
> index b21cade52..0559c01e4 100644
> --- a/meta-python/recipes-devtools/python/python3-aiofiles_0.4.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiofiles_0.5.0.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
>   
> -SRC_URI[md5sum] = "cb33cf96c371fbd56fc27ab0bd81bd61"
> -SRC_URI[sha256sum] = "021ea0ba314a86027c166ecc4b4c07f2d40fc0f4b3a950d1868a0f2571c2bbee"
> +SRC_URI[md5sum] = "2243eff06072115e8afe8907677ca51d"
> +SRC_URI[sha256sum] = "98e6bcfd1b50f97db4980e182ddd509b7cc35909e903a8fe50d8849e02d815af"
>   
>   PYPI_PACKAGE = "aiofiles"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2491 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2
  2020-05-20 14:15 ` [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2 Leon Anavi
@ 2020-05-21 15:33   ` Trevor Gamblin
  0 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-21 15:33 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1742 bytes --]


On 5/20/20 10:15 AM, Leon Anavi wrote:
> Upgrade to release 3.2.2.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-markdown_3.0.1.bb => python3-markdown_3.2.2.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-markdown_3.0.1.bb => python3-markdown_3.2.2.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb b/meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
> index cdfe5496a..ce5dde63e 100644
> --- a/meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-markdown_3.2.2.bb
> @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
>   inherit pypi setuptools3
>   
>   PYPI_PACKAGE = "Markdown"
> -PYPI_SRC_URI = "https://files.pythonhosted.org/packages/3c/52/7bae9e99a7a4be6af4a713fe9b692777e6468d28991c54c273dfb6ec9fb2/Markdown-${PV}.tar.gz"
> -SRC_URI[md5sum] = "72219f46ca440b657bf227500731bdf1"
> -SRC_URI[sha256sum] = "d02e0f9b04c500cde6637c11ad7c72671f359b87b9fe924b2383649d8841db7c"
> +PYPI_SRC_URI = "https://files.pythonhosted.org/packages/44/30/cb4555416609a8f75525e34cbacfc721aa5b0044809968b2cf553fd879c7/Markdown-${PV}.tar.gz"
> +SRC_URI[md5sum] = "6e8daf1e566bf3572c137ada399fe40b"
> +SRC_URI[sha256sum] = "1fafe3f1ecabfb514a5285fca634a53c1b32a81cb0feb154264d55bf2ff22c17"
>   
>   BBCLASSEXTEND = "native"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 3055 bytes --]

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

* Re: [oe] [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0
  2020-05-20 14:14 [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-05-20 14:15 ` [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4 Leon Anavi
@ 2020-05-21 15:33 ` Trevor Gamblin
  3 siblings, 0 replies; 8+ messages in thread
From: Trevor Gamblin @ 2020-05-21 15:33 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]


On 5/20/20 10:14 AM, Leon Anavi wrote:
> Upgrade to release 1.14.0.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-luma-core_1.12.0.bb => python3-luma-core_1.14.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-luma-core_1.12.0.bb => python3-luma-core_1.14.0.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb
> rename to meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
> index cdb1ac8b9..503acc824 100644
> --- a/meta-python/recipes-devtools/python/python3-luma-core_1.12.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "4378edb99cd12540b4e4a588969567ee"
> -SRC_URI[sha256sum] = "864a427de78bcc16758f4f4402a9e61f31cc8857bfae9aba8041159aaec3a491"
> +SRC_URI[md5sum] = "c049eabcdd50c4c1e630282c058e18f8"
> +SRC_URI[sha256sum] = "1501901f08c279abb9a5f1b76347955d6a15238c1e86e055aef96acd3e2e4215"
>   
>   CLEANBROKEN = "1"
>   
>
> 

[-- Attachment #2: Type: text/html, Size: 2362 bytes --]

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

end of thread, other threads:[~2020-05-21 15:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 14:14 [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Leon Anavi
2020-05-20 14:15 ` [meta-python][PATCH 2/4] python3-markdown: Upgrade to 3.2.2 Leon Anavi
2020-05-21 15:33   ` [oe] " Trevor Gamblin
2020-05-20 14:15 ` [meta-python][PATCH 3/4] python3-aiofiles: Upgrade to 0.5.0 Leon Anavi
2020-05-21 15:33   ` [oe] " Trevor Gamblin
2020-05-20 14:15 ` [meta-python][PATCH 4/4] python3-appdirs: Upgrade to 1.4.4 Leon Anavi
2020-05-21 15:33   ` [oe] " Trevor Gamblin
2020-05-21 15:33 ` [oe] [meta-python][PATCH 1/4] python3-luma-core: Upgrade to 1.14.0 Trevor Gamblin

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.