From 85210cac8e53d3a03c5d44d28fc8d8c67ef16978 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 5 Jan 2021 15:37:25 +0800 Subject: python3-magnumclient: upgrade 3.2.1 -> 3.3.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-magnumclient_3.2.1.bb | 36 ---------------------- .../python/python3-magnumclient_3.3.0.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb diff --git a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb deleted file mode 100644 index 28af248..0000000 --- a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.2.1.bb +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION = "Python client for containers service" -HOMEPAGE = "https://github.com/openstack/python-magnumclient" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" - -SRC_URI[sha256sum] = "3d03a3a3cf4b9ece4e903a77415356767c2bea44ce5c1449a00edb527fc9cb0e" - -DEPENDS += " \ - python3-pip \ - python3-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python3-pbr-native \ - " - -RDEPENDS_${PN} +=" \ - python3-pbr \ - python3-babel \ - python3-oslo.config \ - python3-oslo.i18n \ - python3-oslo.serialization \ - python3-oslo.utils \ - python3-iso8601 \ - python3-requests \ - python3-keystoneclient \ - python3-pyyaml \ - python3-stevedore \ - python3-six \ - " - -PYPI_PACKAGE = "python-magnumclient" - -inherit setuptools3 pypi diff --git a/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb new file mode 100644 index 0000000..9914f4c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-magnumclient_3.3.0.bb @@ -0,0 +1,36 @@ +DESCRIPTION = "Python client for containers service" +HOMEPAGE = "https://github.com/openstack/python-magnumclient" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" + +SRC_URI[sha256sum] = "9734fbaa571fe11f252835878999efe02d4200ca9a5b1d9fe691fd5f4ec81f3b" + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} +=" \ + python3-pbr \ + python3-babel \ + python3-oslo.config \ + python3-oslo.i18n \ + python3-oslo.serialization \ + python3-oslo.utils \ + python3-iso8601 \ + python3-requests \ + python3-keystoneclient \ + python3-pyyaml \ + python3-stevedore \ + python3-six \ + " + +PYPI_PACKAGE = "python-magnumclient" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf