From 61ac6da3641f19000d618f878558f24d91fc6137 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 5 Feb 2021 10:29:41 +0800 Subject: python3-designateclient: upgrade 4.1.0 -> 4.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python3-designateclient_4.1.0.bb | 34 ---------------------- .../python/python3-designateclient_4.2.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-designateclient_4.2.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb deleted file mode 100644 index 83ebd97..0000000 --- a/meta-openstack/recipes-devtools/python/python3-designateclient_4.1.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -DESCRIPTION = "Python bindings to the Designate API" -HOMEPAGE = "https://github.com/openstack/python-designateclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -DEPENDS += " \ - python3-pip \ - python3-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python3-pbr-native \ - " -SRC_URI[md5sum] = "29f1ebf4352162e4e8d3a6d6f9ab1eb4" -SRC_URI[sha256sum] = "a5b800d767d6626057e1cefd0c6a35936ba5009e822d5b0df05aaa6ae7efaab9" - -RDEPENDS_${PN} += " \ - python3-cliff \ - python3-jsonschema \ - python3-osc-lib \ - python3-oslo.utils \ - python3-pbr \ - python3-keystoneauth1 \ - python3-requests \ - python3-six \ - python3-stevedore \ - python3-debtcollector \ - " - -PYPI_PACKAGE = "python-designateclient" - -inherit setuptools3 pypi diff --git a/meta-openstack/recipes-devtools/python/python3-designateclient_4.2.0.bb b/meta-openstack/recipes-devtools/python/python3-designateclient_4.2.0.bb new file mode 100644 index 0000000..153429b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-designateclient_4.2.0.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "Python bindings to the Designate API" +HOMEPAGE = "https://github.com/openstack/python-designateclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " +SRC_URI[md5sum] = "51e6aaf70e253c999824c7bc29009f5e" +SRC_URI[sha256sum] = "cf0e76540530491a6100164c514e1c60b55efa25c8db4c18f4902c988d7c1080" + +RDEPENDS_${PN} += " \ + python3-cliff \ + python3-jsonschema \ + python3-osc-lib \ + python3-oslo.utils \ + python3-pbr \ + python3-keystoneauth1 \ + python3-requests \ + python3-six \ + python3-stevedore \ + python3-debtcollector \ + " + +PYPI_PACKAGE = "python-designateclient" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf