All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.