summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-11-03 15:45:35 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-03 16:34:54 -0500
commit62c54d7030b69f86e3209b5c3e1770209e7cf460 (patch)
tree5fff90af0f077c747b28018e18ce508bdce5a2a3
parent459bdbd798e67d38ecdb06bc18ee7a05400c7555 (diff)
downloadmeta-cloud-services-62c54d7030b69f86e3209b5c3e1770209e7cf460.tar.gz
python3-debtcollector: upgrade 2.1.0 -> 2.2.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb (renamed from meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb
index fbf4626..4c6bf70 100644
--- a/meta-openstack/recipes-devtools/python/python3-debtcollector_2.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-debtcollector_2.2.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7SRC_URI[md5sum] = "9a1014f18abbc565b8e149fd70048c22" 7SRC_URI[md5sum] = "6ac3af37693e0f517e51593d9ea33f23"
8SRC_URI[sha256sum] = "a25fc6215560d81cb9f2a0b58d6c834f2a24010987027bde169599e138a205af" 8SRC_URI[sha256sum] = "787981f4d235841bf6eb0467e23057fb1ac7ee24047c32028a8498b9128b6829"
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11