From 2359505769024bc6b425aad97c182b61123b69e2 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 31 Jul 2020 16:22:29 +0300 Subject: [PATCH] python3-luma-core: Upgrade 1.14.0 -> 1.14.1 Upgrade to release 1.14.1: - Pin spidev at v3.4 or lower; v3.5 seems to cause SystemException running on latest linux kernel - Fix bug in snapshot: should always redraw on startup Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...ython3-luma-core_1.14.0.bb => python3-luma-core_1.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-luma-core_1.14.0.bb => python3-luma-core_1.14.1.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb rename to meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb index 503acc824f..d532405ccc 100644 --- a/meta-python/recipes-devtools/python/python3-luma-core_1.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-luma-core_1.14.1.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7" inherit pypi setuptools3 -SRC_URI[md5sum] = "c049eabcdd50c4c1e630282c058e18f8" -SRC_URI[sha256sum] = "1501901f08c279abb9a5f1b76347955d6a15238c1e86e055aef96acd3e2e4215" +SRC_URI[md5sum] = "a738326f46c860acf6a4a9b2ec36ba73" +SRC_URI[sha256sum] = "972dc312b2831fe4c6b51943cc36903a9508cab8d9f2631a7ee485695924d34b" CLEANBROKEN = "1"