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

upgrade 0.28.0 -> 1.1.0

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../{python-mox3_0.28.0.bb => python3-mox3_1.1.0.bb} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-mox3_0.28.0.bb => python3-mox3_1.1.0.bb} (61%)

diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
similarity index 61%
rename from meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb
rename to meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
index 770569b..9608077 100644
--- a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
@@ -4,21 +4,21 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[md5sum] = "c930d8479996541b04447a67e96e4a62"
-SRC_URI[sha256sum] = "8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d"
+SRC_URI[md5sum] = "0eff74d3a85ec4d4dc6acf7f524ca816"
+SRC_URI[sha256sum] = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c"
 
 inherit setuptools3 pypi
 
 DEPENDS += "\
-    python-pbr \
+    python3-pbr \
     "
 
 # Satisfy setup.py 'setup_requires'
 DEPENDS += " \
-    python-pbr-native \
+    python3-pbr-native \
     "
 
 RDEPENDS_${PN} += " \
-    python-pbr \
-    python-fixtures \
+    python3-pbr \
+    python3-fixtures \
 "
-- 
2.17.1




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

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

merged

Bruce


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

> upgrade 0.28.0 -> 1.1.0
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../{python-mox3_0.28.0.bb => python3-mox3_1.1.0.bb} | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-mox3_0.28.0.bb => python3-mox3_1.1.0.bb} (61%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
> similarity index 61%
> rename from meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb
> rename to meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
> index 770569b..9608077 100644
> --- a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb
> @@ -4,21 +4,21 @@ SECTION = "devel/python"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
>  
> -SRC_URI[md5sum] = "c930d8479996541b04447a67e96e4a62"
> -SRC_URI[sha256sum] = "8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d"
> +SRC_URI[md5sum] = "0eff74d3a85ec4d4dc6acf7f524ca816"
> +SRC_URI[sha256sum] = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c"
>  
>  inherit setuptools3 pypi
>  
>  DEPENDS += "\
> -    python-pbr \
> +    python3-pbr \
>      "
>  
>  # Satisfy setup.py 'setup_requires'
>  DEPENDS += " \
> -    python-pbr-native \
> +    python3-pbr-native \
>      "
>  
>  RDEPENDS_${PN} += " \
> -    python-pbr \
> -    python-fixtures \
> +    python3-pbr \
> +    python3-fixtures \
>  "
> -- 
> 2.17.1
> 
> 
> 

> 


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

end of thread, other threads:[~2020-06-17  0:34 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:07 [meta-virtualization][meta-openstack][PATCH] python3-mox3: Change python to python3 zhengruoqin
2020-06-17  0:34 ` 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.