summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-20 11:16:39 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-21 15:08:02 -0500
commitcd6fedc3ba02e275355d60b346d31763fe6e84e8 (patch)
treebf5dd7084ee65e49e296d49d4b7efbe0bd9b3b07
parent6e51065697c681a7cf32507f08c8353efb223da9 (diff)
downloadmeta-cloud-services-cd6fedc3ba02e275355d60b346d31763fe6e84e8.tar.gz
python-debtcollector: uprev to v1.17.1
Although the current version is OK as far as dependent requirements.txt there appears to be some issues with the older version. The uprev is due, so let's get to it. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb (renamed from meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.bb
index d53960c..8d74ace 100644
--- a/meta-openstack/recipes-devtools/python/python-debtcollector_1.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-debtcollector_1.17.1.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] = "c85d9e0e7d4d00577695214cb425c5b4" 7SRC_URI[md5sum] = "d43a2733f02549628fe9f716363a5b01"
8SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" 8SRC_URI[sha256sum] = "1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d"
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11