* [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2
@ 2020-07-28 1:20 zangrc
2020-07-28 1:20 ` [meta-virtualization] [PATCH] python3-zaqarclient: Change to python3 zangrc
2020-07-30 19:47 ` [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 Bruce Ashfield
0 siblings, 2 replies; 3+ messages in thread
From: zangrc @ 2020-07-28 1:20 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-zake_0.2.1.bb | 21 -------------------
.../python/python3-zake_0.2.2.bb | 18 ++++++++++++++++
2 files changed, 18 insertions(+), 21 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
diff --git a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
deleted file mode 100644
index 68cb67b..0000000
--- a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
-HOMEPAGE = "https://github.com/yahoo/Zake"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=33573af7505a94ff3d122a7920b2c735"
-
-SRC_URI[md5sum] = "bd8db293a78c22171ecfdd54f4d65c63"
-SRC_URI[sha256sum] = "2e5bcb215e366e682fd05dd1df4f2e6affceefa5d3781c2987a21fd597659a21"
-
-inherit setuptools3 pypi
-
-# DEPENDS_default: python-pip
-
-DEPENDS += " \
- python-pip \
- "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
- python-kazoo \
- "
diff --git a/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
new file mode 100644
index 0000000..700bf85
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
+HOMEPAGE = "https://github.com/yahoo/Zake"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=14e79e6983dbd678bbe0ff17229d8fc1"
+
+SRC_URI[md5sum] = "076dcb58f5cb8b50f575fc0ca7e810b9"
+SRC_URI[sha256sum] = "5a50859931c4f666d318b74d1c407a6150dd5194e4c5812d071a5c7c7cefe4e6"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+ python3-pip \
+ "
+
+RDEPENDS_${PN} += " \
+ python3-kazoo \
+ "
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [meta-virtualization] [PATCH] python3-zaqarclient: Change to python3
2020-07-28 1:20 [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 zangrc
@ 2020-07-28 1:20 ` zangrc
2020-07-30 19:47 ` [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: zangrc @ 2020-07-28 1:20 UTC (permalink / raw)
To: meta-virtualization
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
.../python/python-zaqarclient_git.bb | 37 -------------------
.../python/python3-zaqarclient_2.0.0.bb | 34 +++++++++++++++++
2 files changed, 34 insertions(+), 37 deletions(-)
delete mode 100644 meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
create mode 100644 meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
deleted file mode 100644
index 47b28f3..0000000
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Python Zaqar Client"
-HOMEPAGE = "https://github.com/openstack/python-zaqarclient"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-
-DEPENDS += " \
- python-pip \
- python-pbr \
- "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
- python-pbr-native \
- "
-
-RDEPENDS_${PN} +=" \
- python-pbr \
- python-requests \
- python-six \
- python-stevedore \
- python-jsonschema \
- python-oslo.i18n \
- python-oslo.log \
- python-oslo.utils \
- python-keystoneauth1 \
- python-osc-lib \
- "
-
-SRCNAME = "zaqarclient"
-SRC_URI = "git://github.com/openstack/${BPN}.git"
-
-PV = "1.12.0+git${SRCPV}"
-SRCREV = "9038bf6ba93c24c9a61447dfcb14e436f1267066"
-S = "${WORKDIR}/git"
-
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb
new file mode 100644
index 0000000..89c3081
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-zaqarclient_2.0.0.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Python Zaqar Client"
+HOMEPAGE = "https://github.com/openstack/python-zaqarclient"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+SRC_URI[sha256sum] = "c64e74d1f69321cb2f33721974c793cac1172eb8397056dfc39a7eb3d9c036de"
+
+DEPENDS += " \
+ python3-pip \
+ python3-pbr \
+ "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+ python3-pbr-native \
+ "
+
+RDEPENDS_${PN} +=" \
+ python3-pbr \
+ python3-requests \
+ python3-six \
+ python3-stevedore \
+ python3-jsonschema \
+ python3-oslo.i18n \
+ python3-oslo.log \
+ python3-oslo.utils \
+ python3-keystoneauth1 \
+ python3-osc-lib \
+ "
+
+PYPI_PACKAGE = "python-zaqarclient"
+
+inherit setuptools3 pypi
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2
2020-07-28 1:20 [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 zangrc
2020-07-28 1:20 ` [meta-virtualization] [PATCH] python3-zaqarclient: Change to python3 zangrc
@ 2020-07-30 19:47 ` Bruce Ashfield
1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2020-07-30 19:47 UTC (permalink / raw)
To: zangrc; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2
on 28/07/2020 zangrc wrote:
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
> .../python/python-zake_0.2.1.bb | 21 -------------------
> .../python/python3-zake_0.2.2.bb | 18 ++++++++++++++++
> 2 files changed, 18 insertions(+), 21 deletions(-)
> delete mode 100644 meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
> create mode 100644 meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
> deleted file mode 100644
> index 68cb67b..0000000
> --- a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
> -HOMEPAGE = "https://github.com/yahoo/Zake"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=33573af7505a94ff3d122a7920b2c735"
> -
> -SRC_URI[md5sum] = "bd8db293a78c22171ecfdd54f4d65c63"
> -SRC_URI[sha256sum] = "2e5bcb215e366e682fd05dd1df4f2e6affceefa5d3781c2987a21fd597659a21"
> -
> -inherit setuptools3 pypi
> -
> -# DEPENDS_default: python-pip
> -
> -DEPENDS += " \
> - python-pip \
> - "
> -
> -# RDEPENDS_default:
> -RDEPENDS_${PN} += " \
> - python-kazoo \
> - "
> diff --git a/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
> new file mode 100644
> index 0000000..700bf85
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
> +HOMEPAGE = "https://github.com/yahoo/Zake"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=14e79e6983dbd678bbe0ff17229d8fc1"
> +
> +SRC_URI[md5sum] = "076dcb58f5cb8b50f575fc0ca7e810b9"
> +SRC_URI[sha256sum] = "5a50859931c4f666d318b74d1c407a6150dd5194e4c5812d071a5c7c7cefe4e6"
> +
> +inherit setuptools3 pypi
> +
> +DEPENDS += " \
> + python3-pip \
> + "
> +
> +RDEPENDS_${PN} += " \
> + python3-kazoo \
> + "
> --
> 2.25.1
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-30 19:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28 1:20 [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 zangrc
2020-07-28 1:20 ` [meta-virtualization] [PATCH] python3-zaqarclient: Change to python3 zangrc
2020-07-30 19:47 ` [meta-virtualization] [PATCH] python3-zake: upgrade 0.2.1 -> 0.2.2 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.