All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-wsme: upgrade 0.9.3 -> 0.10.0
@ 2020-10-20  3:29 zangrc
  2020-10-20  3:29 ` [meta-virtualization] [PATCH] python3-xstatic-qunit: change to python3 zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-20  3:29 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/{python-wsme.inc => python3-wsme_0.10.0.bb} | 10 ++++++++--
 .../recipes-devtools/python/python3-wsme_0.9.3.bb      |  2 --
 2 files changed, 8 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-wsme.inc => python3-wsme_0.10.0.bb} (64%)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb

diff --git a/meta-openstack/recipes-devtools/python/python-wsme.inc b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
similarity index 64%
rename from meta-openstack/recipes-devtools/python/python-wsme.inc
rename to meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
index b402a09..57538ec 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme.inc
+++ b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
 
 PYPI_PACKAGE = "WSME"
 
-SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f"
-SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a"
+SRC_URI[md5sum] = "7e5d5c6dbee2ad1e82c518ef3bfdf108"
+SRC_URI[sha256sum] = "965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304"
 
 DEPENDS += " \
         ${PYTHON_PN}-pip \
@@ -21,4 +21,10 @@ DEPENDS += " \
 
 RDEPENDS_${PN} += "\
         ${PYTHON_PN}-pbr \
+        ${PYTHON_PN}-six \
+        ${PYTHON_PN}-pytz \
+        ${PYTHON_PN}-netaddr \
+        ${PYTHON_PN}-webob \
         "
+
+inherit setuptools3 pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb b/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb
deleted file mode 100644
index f792d0e..0000000
--- a/meta-openstack/recipes-devtools/python/python3-wsme_0.9.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3 pypi
-require python-wsme.inc
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-qunit: change to python3
@ 2020-10-20  3:29 ` zangrc
  2020-10-20  3:29   ` [meta-virtualization] [PATCH] python3-xstatic-rickshaw: " zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-20  3:29 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 ...atic-qunit_1.14.0.2.bb => python3-xstatic-qunit_1.14.0.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-qunit_1.14.0.2.bb => python3-xstatic-qunit_1.14.0.2.bb} (96%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb
similarity index 96%
rename from meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb
index 014b004..36ce92b 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-qunit_1.14.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-qunit_1.14.0.2.bb
@@ -14,7 +14,7 @@ inherit setuptools3 pypi
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 # RDEPENDS_default: 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-rickshaw: change to python3
@ 2020-10-20  3:29   ` zangrc
  2020-10-20  3:30     ` [meta-virtualization] [PATCH] python3-xstatic-spin: " zangrc
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-20  3:29 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 ...haw_1.5.0.0.bb => python3-xstatic-rickshaw_1.5.1.0.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-rickshaw_1.5.0.0.bb => python3-xstatic-rickshaw_1.5.1.0.bb} (59%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-rickshaw_1.5.0.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-rickshaw_1.5.1.0.bb
similarity index 59%
rename from meta-openstack/recipes-devtools/python/python-xstatic-rickshaw_1.5.0.0.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-rickshaw_1.5.1.0.bb
index f3698bf..d95a982 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-rickshaw_1.5.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-rickshaw_1.5.1.0.bb
@@ -2,19 +2,19 @@ DESCRIPTION = "Rickshaw JavaScript library packaged for setuptools3"
 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Rickshaw"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af85a1450add1a38e6ff5ca1384cc1b6"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0048c87aa2dfc6c21a4516c06867ad67"
 
 PYPI_PACKAGE = "XStatic-Rickshaw"
 
-SRC_URI[md5sum] = "789fffdced10e93e10f75ce1ade6fc6c"
-SRC_URI[sha256sum] = "147574228757254442700a9eea5150f14acb1224ef0612f896b663ab58406de8"
+SRC_URI[md5sum] = "aef17022c8a0ea3d9e2da6237d5175ef"
+SRC_URI[sha256sum] = "cf278d4bd4e974ddcf7170d20bbb706cc34f93cf61658f2f68f3138374178564"
 
 inherit setuptools3 pypi
 
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 # RDEPENDS_default: 
-- 
2.25.1




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

* [meta-virtualization] [PATCH] python3-xstatic-spin: change to python3
@ 2020-10-20  3:30     ` zangrc
  2020-10-28  3:27       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: zangrc @ 2020-10-20  3:30 UTC (permalink / raw)
  To: meta-virtualization

Because python2 is no longer maintained, bb file is changed to python3 version.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 ...ic-spin_1.2.5.2.bb => python3-xstatic-spin_1.2.5.3.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-xstatic-spin_1.2.5.2.bb => python3-xstatic-spin_1.2.5.3.bb} (58%)

diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
similarity index 58%
rename from meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb
rename to meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
index 4060bd9..66bd986 100644
--- a/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
@@ -2,19 +2,19 @@ DESCRIPTION = "Spin JavaScript library packaged for setuptools3"
 HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Spin"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=322c2399a1682aaec2f4e5fff4be5726"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=45c30e2aa7df682a626f8e3629b8f7ee"
 
 PYPI_PACKAGE = "XStatic-Spin"
 
-SRC_URI[md5sum] = "df83f80fd0b11545b64497112996e49e"
-SRC_URI[sha256sum] = "7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192"
+SRC_URI[md5sum] = "d0cad2593c74eec38dbeed5161eab462"
+SRC_URI[sha256sum] = "06e889cf3318f08ce74ef888b45d9f1e09017bb8e6d519a299c10a9e6b542642"
 
 inherit setuptools3 pypi
 
 # DEPENDS_default: python-pip
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 # RDEPENDS_default: 
-- 
2.25.1




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

* Re: [meta-virtualization] [PATCH] python3-xstatic-spin: change to python3
  2020-10-20  3:30     ` [meta-virtualization] [PATCH] python3-xstatic-spin: " zangrc
@ 2020-10-28  3:27       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2020-10-28  3:27 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged

Bruce

In message: [meta-virtualization] [PATCH] python3-xstatic-spin: change to python3
on 20/10/2020 zangrc wrote:

> Because python2 is no longer maintained, bb file is changed to python3 version.
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  ...ic-spin_1.2.5.2.bb => python3-xstatic-spin_1.2.5.3.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta-openstack/recipes-devtools/python/{python-xstatic-spin_1.2.5.2.bb => python3-xstatic-spin_1.2.5.3.bb} (58%)
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
> similarity index 58%
> rename from meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb
> rename to meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
> index 4060bd9..66bd986 100644
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-spin_1.2.5.2.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-spin_1.2.5.3.bb
> @@ -2,19 +2,19 @@ DESCRIPTION = "Spin JavaScript library packaged for setuptools3"
>  HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Spin"
>  SECTION = "devel/python"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=322c2399a1682aaec2f4e5fff4be5726"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=45c30e2aa7df682a626f8e3629b8f7ee"
>  
>  PYPI_PACKAGE = "XStatic-Spin"
>  
> -SRC_URI[md5sum] = "df83f80fd0b11545b64497112996e49e"
> -SRC_URI[sha256sum] = "7f46ef0e45e047019ba6eda22c432fb96f681b97bbe7f1749aa9209e07727192"
> +SRC_URI[md5sum] = "d0cad2593c74eec38dbeed5161eab462"
> +SRC_URI[sha256sum] = "06e889cf3318f08ce74ef888b45d9f1e09017bb8e6d519a299c10a9e6b542642"
>  
>  inherit setuptools3 pypi
>  
>  # DEPENDS_default: python-pip
>  
>  DEPENDS += " \
> -        python-pip \
> +        python3-pip \
>          "
>  
>  # RDEPENDS_default: 
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



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

end of thread, other threads:[~2020-10-28  3:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  3:29 [meta-virtualization] [PATCH] python3-wsme: upgrade 0.9.3 -> 0.10.0 zangrc
2020-10-20  3:29 ` [meta-virtualization] [PATCH] python3-xstatic-qunit: change to python3 zangrc
2020-10-20  3:29   ` [meta-virtualization] [PATCH] python3-xstatic-rickshaw: " zangrc
2020-10-20  3:30     ` [meta-virtualization] [PATCH] python3-xstatic-spin: " zangrc
2020-10-28  3:27       ` 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.