From 79952a42015b3018eede9eb2d051b1e2defd18e2 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 8 Dec 2020 13:00:24 +0800 Subject: python3-cliff: upgrade 3.4.0 -> 3.5.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-cliff_3.4.0.bb | 31 ---------------------- .../recipes-devtools/python/python3-cliff_3.5.0.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-cliff_3.4.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-cliff_3.4.0.bb b/meta-openstack/recipes-devtools/python/python3-cliff_3.4.0.bb deleted file mode 100644 index 040b425..0000000 --- a/meta-openstack/recipes-devtools/python/python3-cliff_3.4.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Command Line Interface Formulation Framework" -HOMEPAGE = "https://github.com/dreamhost/cliff" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "62c1f79bd1675febb4d0a36341fab78d" -SRC_URI[sha256sum] = "49be854582ec4a74240cb72f287846f823cd8cbd2e25f924541d12f27104bda3" - -inherit setuptools3 pypi - -DEPENDS += "\ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-cmd2 \ - ${PYTHON_PN}-pbr \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-prettytable \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-stevedore \ - ${PYTHON_PN}-pyyaml \ -" - -CLEANBROKEN = "1" diff --git a/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb b/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb new file mode 100644 index 0000000..5ba0894 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-cliff_3.5.0.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "Command Line Interface Formulation Framework" +HOMEPAGE = "https://github.com/dreamhost/cliff" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[md5sum] = "45a7f6f6e9e392ad8dbf79f802930047" +SRC_URI[sha256sum] = "5bfb684b5fcdff0afaaccd1298a376c0e62e644c46b7e9abc034595b41fe1759" + +inherit setuptools3 pypi + +DEPENDS += "\ + ${PYTHON_PN}-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + ${PYTHON_PN}-pbr-native \ + " + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-cmd2 \ + ${PYTHON_PN}-pbr \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-prettytable \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-stevedore \ + ${PYTHON_PN}-pyyaml \ +" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf