From 70dde4d11d6ccece19a498276b3757876ac59ef3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 3 Oct 2017 13:00:50 -0400 Subject: python-parse-type: update to version 0.4.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-parse-type_0.4.1.bb | 11 ----------- .../recipes-devtools/python/python-parse-type_0.4.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-parse-type_0.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb 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.1.bb deleted file mode 100644 index 84a9901cbc..0000000000 --- a/meta-python/recipes-devtools/python/python-parse-type_0.4.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Simplifies building parse types based on the parse module" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95" -PYPI_PACKAGE = "parse_type" - -SRC_URI[md5sum] = "3697afc1b29f2857f6c7dc9590f25ce1" -SRC_URI[sha256sum] = "9a624f3b51604423f5de5321da11b0ae73f368b2a3cb4b383a6cf84ca4e4d495" - -RDEPENDS_${PN} += "python-parse" - -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb b/meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb new file mode 100644 index 0000000000..b516c5912d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-parse-type_0.4.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "Simplifies building parse types based on the parse module" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d07323820cca0f1d192cbbf8a0516f95" +PYPI_PACKAGE = "parse_type" + +SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707" +SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c" + +RDEPENDS_${PN} += "python-parse" + +inherit pypi setuptools -- cgit 1.2.3-korg