From af7a6b817ea47a0b3020c1eab7bff91d1880a291 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 5 Sep 2019 12:20:42 +0900 Subject: python-debtcollector: upgrade 1.21.0 -> 1.22.0 Signed-off-by: Yuan Chao Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-debtcollector.inc | 4 ++-- .../recipes-devtools/python/python-debtcollector_1.21.0.bb | 7 ------- .../recipes-devtools/python/python-debtcollector_1.22.0.bb | 7 +++++++ .../recipes-devtools/python/python3-debtcollector_1.21.0.bb | 2 -- .../recipes-devtools/python/python3-debtcollector_1.22.0.bb | 2 ++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-debtcollector_1.22.0.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_1.21.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector.inc b/meta-openstack/recipes-devtools/python/python-debtcollector.inc index 629a059..d519bfd 100644 --- a/meta-openstack/recipes-devtools/python/python-debtcollector.inc +++ b/meta-openstack/recipes-devtools/python/python-debtcollector.inc @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI[md5sum] = "ec899623b37fdee65b888243f0a46735" -SRC_URI[sha256sum] = "f6ce5a383ad73c23e1138dbb69bf45d33f4a4bdec38f02dbf2b89477ec5e55bc" +SRC_URI[md5sum] = "0d12694a93a16824b1c67bece341229e" +SRC_URI[sha256sum] = "d1756440d25a50e3eca2fc399c9e5f1ca2f9e6b837570a80b9450999f4290525" inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb deleted file mode 100644 index 8381109..0000000 --- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.21.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools -require python-debtcollector.inc - -# Only for Python2 depends on funcsigs -RDEPENDS_${PN} += " \ - python-funcsigs \ - " diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.22.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.22.0.bb new file mode 100644 index 0000000..8381109 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.22.0.bb @@ -0,0 +1,7 @@ +inherit setuptools +require python-debtcollector.inc + +# Only for Python2 depends on funcsigs +RDEPENDS_${PN} += " \ + python-funcsigs \ + " diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.21.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.21.0.bb deleted file mode 100644 index 7947185..0000000 --- a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.21.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-debtcollector.inc diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb new file mode 100644 index 0000000..7947185 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_1.22.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-debtcollector.inc -- cgit v1.2.3-54-g00ecf