diff options
author | 2015-12-08 18:33:38 +0100 | |
---|---|---|
committer | 2015-12-11 12:11:29 -0500 | |
commit | 4300e4e8e71c140c88814701b7055326ac027749 (patch) | |
tree | 626b23b97ed9dcff78f779a0fb47801a8f536b70 | |
parent | 3317a010fddcb31e551c8054c4e533c476cb3ea8 (diff) | |
download | meta-cloud-services-4300e4e8e71c140c88814701b7055326ac027749.tar.gz meta-cloud-services-4300e4e8e71c140c88814701b7055326ac027749.tar.bz2 meta-cloud-services-4300e4e8e71c140c88814701b7055326ac027749.zip |
python-testtools: upgrade 0.9.33 -> 1.8.0
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb (renamed from meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb index 48663e99..80a74896 100644 --- a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb +++ b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb @@ -9,8 +9,8 @@ SRCNAME = "testtools" SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42" -SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3" +SRC_URI[md5sum] = "89965b0b39930c0d1f5e07c6f545e6a0" +SRC_URI[sha256sum] = "8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701afadd97" S = "${WORKDIR}/${SRCNAME}-${PV}" |