All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0
@ 2020-04-14 14:37 Leon Anavi
  2020-04-14 14:37 ` [meta-virtualization][PATCH 2/2] python3-docker: Upgrade 4.1.0 to 4.2.0 Leon Anavi
  2020-04-14 21:08 ` [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Bruce Ashfield
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Anavi @ 2020-04-14 14:37 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Leon Anavi

Upgrade websocket_client from 0.44.0 to 0.57.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-websocket-client.inc                 | 6 +++---
 ...ebsocket-client_0.44.0.bb => python3-websocket-client_0.57.0.bb} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename recipes-devtools/python/{python3-websocket-client_0.44.0.bb => python3-websocket-client_0.57.0.bb} (100%)

diff --git a/recipes-devtools/python/python-websocket-client.inc b/recipes-devtools/python/python-websocket-client.inc
index 31778c6..8604dcb 100644
--- a/recipes-devtools/python/python-websocket-client.inc
+++ b/recipes-devtools/python/python-websocket-client.inc
@@ -1,11 +1,11 @@
 SUMMARY = "WebSocket client for python. hybi13 is supported."
 HOMEPAGE = "https://github.com/websocket-client/websocket-client.git"
 LICENSE = "LGPL-3.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=18b09a20dd186af4fd60f1a08311628c"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c4c4a98fbc4836b81c8c64d6ecb01fc1"
 
 inherit pypi
 
 PYPI_PACKAGE = "websocket_client"
 
-SRC_URI[md5sum] = "73d87aa16a2212da448b30aca9c5bf3b"
-SRC_URI[sha256sum] = "15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72"
+SRC_URI[md5sum] = "8061820da5e1de26a6a1a6996d4eebd5"
+SRC_URI[sha256sum] = "d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"
diff --git a/recipes-devtools/python/python3-websocket-client_0.44.0.bb b/recipes-devtools/python/python3-websocket-client_0.57.0.bb
similarity index 100%
rename from recipes-devtools/python/python3-websocket-client_0.44.0.bb
rename to recipes-devtools/python/python3-websocket-client_0.57.0.bb
-- 
2.7.4


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

* [meta-virtualization][PATCH 2/2] python3-docker: Upgrade 4.1.0 to 4.2.0
  2020-04-14 14:37 [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Leon Anavi
@ 2020-04-14 14:37 ` Leon Anavi
  2020-04-14 21:08 ` [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Anavi @ 2020-04-14 14:37 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Leon Anavi

Upgrade python3-docker to version 4.2.0.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-docker.inc                             | 4 ++--
 .../python/{python3-docker_4.1.0.bb => python3-docker_4.2.0.bb}       | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename recipes-devtools/python/{python3-docker_4.1.0.bb => python3-docker_4.2.0.bb} (100%)

diff --git a/recipes-devtools/python/python-docker.inc b/recipes-devtools/python/python-docker.inc
index cb7c523..884fb64 100644
--- a/recipes-devtools/python/python-docker.inc
+++ b/recipes-devtools/python/python-docker.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/docker/docker-py"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
 
-SRC_URI[md5sum] = "e1e8dc73e3220fe9eec1faf80b0290de"
-SRC_URI[sha256sum] = "6e06c5e70ba4fad73e35f00c55a895a448398f3ada7faae072e2bb01348bafc1"
+SRC_URI[md5sum] = "19f803f6a7113301daa5d82a2d1d0c30"
+SRC_URI[sha256sum] = "ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e"
 
 RDEPENDS_${PN} += " \
 	${PYTHON_PN}-misc \
diff --git a/recipes-devtools/python/python3-docker_4.1.0.bb b/recipes-devtools/python/python3-docker_4.2.0.bb
similarity index 100%
rename from recipes-devtools/python/python3-docker_4.1.0.bb
rename to recipes-devtools/python/python3-docker_4.2.0.bb
-- 
2.7.4


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

* Re: [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0
  2020-04-14 14:37 [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Leon Anavi
  2020-04-14 14:37 ` [meta-virtualization][PATCH 2/2] python3-docker: Upgrade 4.1.0 to 4.2.0 Leon Anavi
@ 2020-04-14 21:08 ` Bruce Ashfield
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2020-04-14 21:08 UTC (permalink / raw)
  To: Leon Anavi; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0
on 14/04/2020 Leon Anavi wrote:

> Upgrade websocket_client from 0.44.0 to 0.57.0.
> 
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  recipes-devtools/python/python-websocket-client.inc                 | 6 +++---
>  ...ebsocket-client_0.44.0.bb => python3-websocket-client_0.57.0.bb} | 0
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename recipes-devtools/python/{python3-websocket-client_0.44.0.bb => python3-websocket-client_0.57.0.bb} (100%)
> 
> diff --git a/recipes-devtools/python/python-websocket-client.inc b/recipes-devtools/python/python-websocket-client.inc
> index 31778c6..8604dcb 100644
> --- a/recipes-devtools/python/python-websocket-client.inc
> +++ b/recipes-devtools/python/python-websocket-client.inc
> @@ -1,11 +1,11 @@
>  SUMMARY = "WebSocket client for python. hybi13 is supported."
>  HOMEPAGE = "https://github.com/websocket-client/websocket-client.git"
>  LICENSE = "LGPL-3.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=18b09a20dd186af4fd60f1a08311628c"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c4c4a98fbc4836b81c8c64d6ecb01fc1"
>  
>  inherit pypi
>  
>  PYPI_PACKAGE = "websocket_client"
>  
> -SRC_URI[md5sum] = "73d87aa16a2212da448b30aca9c5bf3b"
> -SRC_URI[sha256sum] = "15f585566e2ea7459136a632b9785aa081093064391878a448c382415e948d72"
> +SRC_URI[md5sum] = "8061820da5e1de26a6a1a6996d4eebd5"
> +SRC_URI[sha256sum] = "d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"
> diff --git a/recipes-devtools/python/python3-websocket-client_0.44.0.bb b/recipes-devtools/python/python3-websocket-client_0.57.0.bb
> similarity index 100%
> rename from recipes-devtools/python/python3-websocket-client_0.44.0.bb
> rename to recipes-devtools/python/python3-websocket-client_0.57.0.bb
> -- 
> 2.7.4
> 

> 



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

end of thread, other threads:[~2020-04-14 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 14:37 [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Leon Anavi
2020-04-14 14:37 ` [meta-virtualization][PATCH 2/2] python3-docker: Upgrade 4.1.0 to 4.2.0 Leon Anavi
2020-04-14 21:08 ` [meta-virtualization][PATCH 1/2] python3-websocket-client: Upgrade 0.44.0 to 0.57.0 Bruce Ashfield

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.