All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-deprecation: upgrade 1.0.1 -> 2.1.0
@ 2020-07-20 14:36 zangrc
  2020-07-20 14:36 ` [meta-virtualization] [PATCH] python3-designateclient: Change to python3 zangrc
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zangrc @ 2020-07-20 14:36 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python3-deprecation_1.0.1.bb                |  2 --
 ...on-deprecation.inc => python3-deprecation_2.1.0.bb} | 10 +++++++---
 2 files changed, 7 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb
 rename meta-openstack/recipes-devtools/python/{python-deprecation.inc => python3-deprecation_2.1.0.bb} (53%)

diff --git a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb b/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb
deleted file mode 100644
index d2e0f1c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-deprecation_1.0.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-deprecation.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python-deprecation.inc b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
similarity index 53%
rename from meta-openstack/recipes-devtools/python/python-deprecation.inc
rename to meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
index eec4dd1..c819529 100644
--- a/meta-openstack/recipes-devtools/python/python-deprecation.inc
+++ b/meta-openstack/recipes-devtools/python/python3-deprecation_2.1.0.bb
@@ -4,7 +4,11 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
 
-SRC_URI[md5sum] = "d8a318c66d442dc4b900e070267ed9aa"
-SRC_URI[sha256sum] = "b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935"
+SRC_URI[md5sum] = "6b79c6572fb241e3cecbbd7d539bb66b"
+SRC_URI[sha256sum] = "72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff"
 
-inherit pypi
+RDEPENDS_${PN} += "\
+	python3-packaging \
+"
+
+inherit setuptools3 pypi
-- 
2.25.1




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

end of thread, other threads:[~2020-07-20 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-20 14:36 [meta-virtualization] [PATCH] python3-deprecation: upgrade 1.0.1 -> 2.1.0 zangrc
2020-07-20 14:36 ` [meta-virtualization] [PATCH] python3-designateclient: Change to python3 zangrc
2020-07-20 14:36 ` [meta-virtualization] [PATCH] python3-django-appconf: upgrade 1.0.1 -> 1.0.4 zangrc
2020-07-20 14:36 ` [meta-virtualization] [PATCH] python3-django-babel: Change to python3 zangrc
2020-07-20 18:51 ` [meta-virtualization] [PATCH] python3-deprecation: upgrade 1.0.1 -> 2.1.0 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.