From 60553f78314a4d2b47b9fc298eb2269df5813154 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 22 Apr 2018 11:31:52 -0400 Subject: [PATCH] python-pretend: update to version 1.0.9 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pretend.inc | 4 ++-- .../{python-pretend_1.0.8.bb => python-pretend_1.0.9.bb} | 0 .../{python3-pretend_1.0.8.bb => python3-pretend_1.0.9.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pretend_1.0.8.bb => python-pretend_1.0.9.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pretend_1.0.8.bb => python3-pretend_1.0.9.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pretend.inc b/meta-python/recipes-devtools/python/python-pretend.inc index 78b671712..b342aef52 100644 --- a/meta-python/recipes-devtools/python/python-pretend.inc +++ b/meta-python/recipes-devtools/python/python-pretend.inc @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/alex/pretend" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99" -SRC_URI[md5sum] = "7147050a95c9f494248557b42b58ad79" -SRC_URI[sha256sum] = "930f2c1e18503e8f8c403abe2e02166c4a881941745147e712cdd4f49f3fb964" +SRC_URI[md5sum] = "ad53883ede48aeac7ae584f0de0240e8" +SRC_URI[sha256sum] = "c90eb810cde8ebb06dafcb8796f9a95228ce796531bc806e794c2f4649aa1b10" BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python-pretend_1.0.8.bb b/meta-python/recipes-devtools/python/python-pretend_1.0.9.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pretend_1.0.8.bb rename to meta-python/recipes-devtools/python/python-pretend_1.0.9.bb diff --git a/meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb b/meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pretend_1.0.8.bb rename to meta-python/recipes-devtools/python/python3-pretend_1.0.9.bb