diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-20 11:16:39 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-21 15:08:02 -0500 |
commit | cd6fedc3ba02e275355d60b346d31763fe6e84e8 (patch) | |
tree | bf5dd7084ee65e49e296d49d4b7efbe0bd9b3b07 /meta-openstack | |
parent | 6e51065697c681a7cf32507f08c8353efb223da9 (diff) | |
download | meta-cloud-services-cd6fedc3ba02e275355d60b346d31763fe6e84e8.tar.gz meta-cloud-services-cd6fedc3ba02e275355d60b346d31763fe6e84e8.tar.bz2 meta-cloud-services-cd6fedc3ba02e275355d60b346d31763fe6e84e8.zip |
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>
Diffstat (limited to 'meta-openstack')
-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" LICENSE = "Apache-2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI[md5sum] = "c85d9e0e7d4d00577695214cb425c5b4" -SRC_URI[sha256sum] = "1a3bd886d6aea3775e5366d7335c856449144c0218209af6c660f6be111714a3" +SRC_URI[md5sum] = "d43a2733f02549628fe9f716363a5b01" +SRC_URI[sha256sum] = "1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d" inherit setuptools pypi |