All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3
@ 2020-05-28 14:36 Leon Anavi
  2020-05-28 14:36 ` [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0 Leon Anavi
  2020-05-30 14:06 ` [oe] [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 Trevor Gamblin
  0 siblings, 2 replies; 4+ messages in thread
From: Leon Anavi @ 2020-05-28 14:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.4.3.

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

diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb
rename to meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
index 9cfca094e..7a3f533f2 100644
--- a/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
@@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f"
-SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"
+SRC_URI[md5sum] = "02daee502863d24112a8c05a5d69a612"
+SRC_URI[sha256sum] = "e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0
  2020-05-28 14:36 [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 Leon Anavi
@ 2020-05-28 14:36 ` Leon Anavi
  2020-05-30 14:06   ` [oe] " Trevor Gamblin
  2020-05-30 14:06 ` [oe] [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 Trevor Gamblin
  1 sibling, 1 reply; 4+ messages in thread
From: Leon Anavi @ 2020-05-28 14:36 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.8.0 and get the source from pypi.org.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...thon3-imageio_2.6.0.bb => python3-imageio_2.8.0.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-imageio_2.6.0.bb => python3-imageio_2.8.0.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
rename to meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
index 8fe4b988d..9ca30f424 100644
--- a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
@@ -3,12 +3,12 @@ write a wide range of image data, including animated images, video, \
 volumetric data, and scientific formats."
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d"
 
-SRC_URI = "git://github.com/imageio/imageio.git;protocol=https"
-SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8"
-S = "${WORKDIR}/git"
 
-inherit setuptools3
+SRC_URI[md5sum] = "1e270dbf24c0390c2f4e3e4120904ac0"
+SRC_URI[sha256sum] = "fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf"
+
+inherit pypi setuptools3
 
 RDEPENDS_${PN} = "python3-numpy python3-pillow"
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3
  2020-05-28 14:36 [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 Leon Anavi
  2020-05-28 14:36 ` [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0 Leon Anavi
@ 2020-05-30 14:06 ` Trevor Gamblin
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2020-05-30 14:06 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 5/28/20 10:36 AM, Leon Anavi wrote:
> Upgrade to release 0.4.3.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb}  | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-colorama_0.4.1.bb => python3-colorama_0.4.3.bb} (61%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
> similarity index 61%
> rename from meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
> index 9cfca094e..7a3f533f2 100644
> --- a/meta-python/recipes-devtools/python/python3-colorama_0.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.3.bb
> @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "f927529cd1735f6f50ee2c61628e9c1f"
> -SRC_URI[sha256sum] = "05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"
> +SRC_URI[md5sum] = "02daee502863d24112a8c05a5d69a612"
> +SRC_URI[sha256sum] = "e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0
  2020-05-28 14:36 ` [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0 Leon Anavi
@ 2020-05-30 14:06   ` Trevor Gamblin
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2020-05-30 14:06 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 5/28/20 10:36 AM, Leon Anavi wrote:
> Upgrade to release 2.8.0 and get the source from pypi.org.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...thon3-imageio_2.6.0.bb => python3-imageio_2.8.0.bb} | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-imageio_2.6.0.bb => python3-imageio_2.8.0.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb b/meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
> index 8fe4b988d..9ca30f424 100644
> --- a/meta-python/recipes-devtools/python/python3-imageio_2.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-imageio_2.8.0.bb
> @@ -3,12 +3,12 @@ write a wide range of image data, including animated images, video, \
>   volumetric data, and scientific formats."
>   SECTION = "devel/python"
>   LICENSE = "BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d8b7fdd0dff0fd18f35c05365d3d7bf7"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7b9bbbb543b6af3e6b53f9b7fb68f71d"
>   
> -SRC_URI = "git://github.com/imageio/imageio.git;protocol=https"
> -SRCREV = "0b161649b3ee108f80bd99466aeab2e65cf82cd8"
> -S = "${WORKDIR}/git"
>   
> -inherit setuptools3
> +SRC_URI[md5sum] = "1e270dbf24c0390c2f4e3e4120904ac0"
> +SRC_URI[sha256sum] = "fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf"
> +
> +inherit pypi setuptools3
>   
>   RDEPENDS_${PN} = "python3-numpy python3-pillow"
>
> 

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

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

end of thread, other threads:[~2020-05-30 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28 14:36 [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 Leon Anavi
2020-05-28 14:36 ` [meta-python][PATCH 2/2] python3-imageio: Upgrade 2.6.0 -> 2.8.0 Leon Anavi
2020-05-30 14:06   ` [oe] " Trevor Gamblin
2020-05-30 14:06 ` [oe] [meta-python][PATCH 1/2] python3-colorama: Upgrade 0.4.1 -> 0.4.3 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.