From 500066d4f2cdaad0ee431f81cc732c9dbc141636 Mon Sep 17 00:00:00 2001 From: zangrc Date: Thu, 2 Jan 2020 16:09:13 +0800 Subject: python-cliff: upgrade 2.16.0 -> 2.17.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cliff.inc | 4 ++-- meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb | 7 ------- meta-openstack/recipes-devtools/python/python-cliff_2.17.0.bb | 7 +++++++ meta-openstack/recipes-devtools/python/python3-cliff_2.16.0.bb | 2 -- meta-openstack/recipes-devtools/python/python3-cliff_2.17.0.bb | 2 ++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-cliff_2.17.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-cliff_2.16.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-cliff_2.17.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-cliff.inc b/meta-openstack/recipes-devtools/python/python-cliff.inc index cc66717..8a7ec7d 100644 --- a/meta-openstack/recipes-devtools/python/python-cliff.inc +++ b/meta-openstack/recipes-devtools/python/python-cliff.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI[md5sum] = "89e96c6c8c5922832e124ed81c21a55b" -SRC_URI[sha256sum] = "622e777b8ac2eb479708fe53893c37b2fd5469ce2c6c5b794a658246f05c6b81" +SRC_URI[md5sum] = "d51b9a153c6d9ba597c47bb34cb13366" +SRC_URI[sha256sum] = "f5a1c6b32047aa0d272398d311fd711d41dd5e1cd5195ebe36ebb47f464416fa" inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb deleted file mode 100644 index 6fadd5b..0000000 --- a/meta-openstack/recipes-devtools/python/python-cliff_2.16.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools -require python-cliff.inc - -# RDEPENDS only fot python2 -RDEPENDS_${PN} += " \ - python-unicodecsv \ -" diff --git a/meta-openstack/recipes-devtools/python/python-cliff_2.17.0.bb b/meta-openstack/recipes-devtools/python/python-cliff_2.17.0.bb new file mode 100644 index 0000000..6fadd5b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cliff_2.17.0.bb @@ -0,0 +1,7 @@ +inherit setuptools +require python-cliff.inc + +# RDEPENDS only fot python2 +RDEPENDS_${PN} += " \ + python-unicodecsv \ +" diff --git a/meta-openstack/recipes-devtools/python/python3-cliff_2.16.0.bb b/meta-openstack/recipes-devtools/python/python3-cliff_2.16.0.bb deleted file mode 100644 index 07923ca..0000000 --- a/meta-openstack/recipes-devtools/python/python3-cliff_2.16.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-cliff.inc diff --git a/meta-openstack/recipes-devtools/python/python3-cliff_2.17.0.bb b/meta-openstack/recipes-devtools/python/python3-cliff_2.17.0.bb new file mode 100644 index 0000000..07923ca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-cliff_2.17.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-cliff.inc -- cgit v1.2.3-54-g00ecf