From 70dde4d11d6ccece19a498276b3757876ac59ef3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 Oct 2017 13:00:50 -0400 Subject: [PATCH] python-parse-type: update to version 0.4.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- ...{python-parse-type_0.4.1.bb => python-parse-type_0.4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-parse-type_0.4.1.bb => python-parse-type_0.4.2.bb} (63%) diff --git a/meta-python/recipes-devtools/python/python-parse-type_0.4.1.bb b/meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb similarity index 63% rename from meta-python/recipes-devtools/python/python-parse-type_0.4.1.bb rename to meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb index 84a9901cbc..b516c5912d 100644 --- a/meta-python/recipes-devtools/python/python-parse-type_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb @@ -3,8 +3,8 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95" PYPI_PACKAGE = "parse_type" -SRC_URI[md5sum] = "3697afc1b29f2857f6c7dc9590f25ce1" -SRC_URI[sha256sum] = "9a624f3b51604423f5de5321da11b0ae73f368b2a3cb4b383a6cf84ca4e4d495" +SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707" +SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c" RDEPENDS_${PN} += "python-parse"