All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][meta-openstack][PATCH] python3-tinyrpc: change python to python3
@ 2020-06-16 14:08 zhengruoqin
  2020-06-17  0:33 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: zhengruoqin @ 2020-06-16 14:08 UTC (permalink / raw)
  To: meta-virtualization

upgrade 0.6 -> 1.0.4

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...inyrpc_0.6.bb => python3-tinyrpc_1.0.4.bb} | 20 +++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-tinyrpc_0.6.bb => python3-tinyrpc_1.0.4.bb} (50%)

diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
similarity index 50%
rename from meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb
rename to meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
index 9da5813..f77cebe 100644
--- a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
@@ -5,18 +5,18 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
-SRC_URI[md5sum] = "2663568ba3e1793da7b21003f0847fdd"
-SRC_URI[sha256sum] = "b4d64227f023f1f0736ef137bd4c901c7652563e62c7a20329222c3a0b14d84f"
+SRC_URI[md5sum] = "cd61e3cbc01ea940abc97d3a87abf4a7"
+SRC_URI[sha256sum] = "4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396"
 
 inherit setuptools3 pypi
 
 RDEPENDS_${PN} += " \
-        python-six \
-        python-gevent \
-        python-requests \
-        python-websocket-client \
-        python-jsonext \
-        python-gevent-websocket \
-        python-werkzeug \
-        python-pyzmq \
+        python3-six \
+        python3-gevent \
+        python3-requests \
+        python3-websocket-client \
+        python3-jsonext \
+        python3-gevent-websocket \
+        python3-werkzeug \
+        python3-pyzmq \
         "
-- 
2.17.1




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

* Re: [meta-virtualization][meta-openstack][PATCH] python3-tinyrpc: change python to python3
  2020-06-16 14:08 [meta-virtualization][meta-openstack][PATCH] python3-tinyrpc: change python to python3 zhengruoqin
@ 2020-06-17  0:33 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2020-06-17  0:33 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization


merged

Bruce

In message: [meta-virtualization][meta-openstack][PATCH] python3-tinyrpc: change python to python3
on 16/06/2020 zhengruoqin wrote:

> upgrade 0.6 -> 1.0.4
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  ...inyrpc_0.6.bb => python3-tinyrpc_1.0.4.bb} | 20 +++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-tinyrpc_0.6.bb => python3-tinyrpc_1.0.4.bb} (50%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
> similarity index 50%
> rename from meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb
> rename to meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
> index 9da5813..f77cebe 100644
> --- a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb
> @@ -5,18 +5,18 @@ SECTION = "devel/python"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
>  
> -SRC_URI[md5sum] = "2663568ba3e1793da7b21003f0847fdd"
> -SRC_URI[sha256sum] = "b4d64227f023f1f0736ef137bd4c901c7652563e62c7a20329222c3a0b14d84f"
> +SRC_URI[md5sum] = "cd61e3cbc01ea940abc97d3a87abf4a7"
> +SRC_URI[sha256sum] = "4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396"
>  
>  inherit setuptools3 pypi
>  
>  RDEPENDS_${PN} += " \
> -        python-six \
> -        python-gevent \
> -        python-requests \
> -        python-websocket-client \
> -        python-jsonext \
> -        python-gevent-websocket \
> -        python-werkzeug \
> -        python-pyzmq \
> +        python3-six \
> +        python3-gevent \
> +        python3-requests \
> +        python3-websocket-client \
> +        python3-jsonext \
> +        python3-gevent-websocket \
> +        python3-werkzeug \
> +        python3-pyzmq \
>          "
> -- 
> 2.17.1
> 
> 
> 

> 


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

end of thread, other threads:[~2020-06-17  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 14:08 [meta-virtualization][meta-openstack][PATCH] python3-tinyrpc: change python to python3 zhengruoqin
2020-06-17  0:33 ` 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.