All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2
@ 2020-05-27 12:22 Leon Anavi
  2020-05-27 12:22 ` [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3 Leon Anavi
  2020-05-27 20:31 ` [oe] [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 Trevor Gamblin
  0 siblings, 2 replies; 4+ messages in thread
From: Leon Anavi @ 2020-05-27 12:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.1.2.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-click_7.0.bb => python3-click_7.1.2.bb}       | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-click_7.0.bb => python3-click_7.1.2.bb} (72%)

diff --git a/meta-python/recipes-devtools/python/python3-click_7.0.bb b/meta-python/recipes-devtools/python/python3-click_7.1.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-click_7.0.bb
rename to meta-python/recipes-devtools/python/python3-click_7.1.2.bb
index cfa3e0fe4..fa29d11ab 100644
--- a/meta-python/recipes-devtools/python/python3-click_7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-click_7.1.2.bb
@@ -6,12 +6,11 @@ Line Interface Creation Kit". It's highly configurable but comes with \
 sensible defaults out of the box."
 HOMEPAGE = "http://click.pocoo.org/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8"
 
-SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a"
-SRC_URI[sha256sum] = "5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"
+SRC_URI[md5sum] = "53692f62cb99a1a10c59248f1776d9c0"
+SRC_URI[sha256sum] = "d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"
 
-PYPI_PACKAGE = "Click"
 inherit pypi setuptools3
 
 UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/"
-- 
2.17.1


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

* [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3
  2020-05-27 12:22 [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 Leon Anavi
@ 2020-05-27 12:22 ` Leon Anavi
  2020-05-27 23:57   ` [oe] " Trevor Gamblin
  2020-05-27 20:31 ` [oe] [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 Trevor Gamblin
  1 sibling, 1 reply; 4+ messages in thread
From: Leon Anavi @ 2020-05-27 12:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-dbussy_1.2.1.bb => python3-dbussy_1.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dbussy_1.2.1.bb => python3-dbussy_1.3.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
rename to meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
index ac4b8c2aa..08f5e940f 100644
--- a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 
 SRC_URI = "git://github.com/ldo/dbussy.git"
 
-SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f"
+SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2
  2020-05-27 12:22 [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 Leon Anavi
  2020-05-27 12:22 ` [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3 Leon Anavi
@ 2020-05-27 20:31 ` Trevor Gamblin
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2020-05-27 20:31 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 5/27/20 8:22 AM, Leon Anavi wrote:
> Upgrade to release 7.1.2.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-click_7.0.bb => python3-click_7.1.2.bb}       | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-click_7.0.bb => python3-click_7.1.2.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-click_7.0.bb b/meta-python/recipes-devtools/python/python3-click_7.1.2.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-click_7.0.bb
> rename to meta-python/recipes-devtools/python/python3-click_7.1.2.bb
> index cfa3e0fe4..fa29d11ab 100644
> --- a/meta-python/recipes-devtools/python/python3-click_7.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-click_7.1.2.bb
> @@ -6,12 +6,11 @@ Line Interface Creation Kit". It's highly configurable but comes with \
>   sensible defaults out of the box."
>   HOMEPAGE = "http://click.pocoo.org/"
>   LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7"
> +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8"
>   
> -SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a"
> -SRC_URI[sha256sum] = "5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7"
> +SRC_URI[md5sum] = "53692f62cb99a1a10c59248f1776d9c0"
> +SRC_URI[sha256sum] = "d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"
>   
> -PYPI_PACKAGE = "Click"
>   inherit pypi setuptools3
>   
>   UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/"
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3
  2020-05-27 12:22 ` [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3 Leon Anavi
@ 2020-05-27 23:57   ` Trevor Gamblin
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2020-05-27 23:57 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 5/27/20 8:22 AM, Leon Anavi wrote:
> Upgrade to release 1.3.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-dbussy_1.2.1.bb => python3-dbussy_1.3.bb}   | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-dbussy_1.2.1.bb => python3-dbussy_1.3.bb} (89%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
> similarity index 89%
> rename from meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
> rename to meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
> index ac4b8c2aa..08f5e940f 100644
> --- a/meta-python/recipes-devtools/python/python3-dbussy_1.2.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
>   
>   SRC_URI = "git://github.com/ldo/dbussy.git"
>   
> -SRCREV = "d0ec0223f3797e1612d835e71694a1083881149f"
> +SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
>   
>   S = "${WORKDIR}/git"
>   
>
> 

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

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

end of thread, other threads:[~2020-05-27 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 12:22 [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 Leon Anavi
2020-05-27 12:22 ` [meta-python][PATCH 2/2] python3-dbussy: Upgrade 1.2.1 -> 1.3 Leon Anavi
2020-05-27 23:57   ` [oe] " Trevor Gamblin
2020-05-27 20:31 ` [oe] [meta-python][PATCH 1/2] python3-click: Upgrade 7.0 -> 7.1.2 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.