From 810f203e9629910d8b14d0e37eba2853005f2368 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 21 Sep 2020 16:44:02 +0300 Subject: python3-luma-core: Upgrade 1.16.1 -> 1.16.2 Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-luma-core_1.16.1.bb | 20 -------------------- .../python/python3-luma-core_1.16.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.16.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.16.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.16.1.bb deleted file mode 100644 index 3428dbe9f8..0000000000 --- a/meta-python/recipes-devtools/python/python3-luma-core_1.16.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "A component library to support SBC display drivers" -DESCRIPTION = "A component library to support SBC display drivers" -HOMEPAGE = "https://github.com/rm-hull/luma.core" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "de7bda49c4146ba242923a88c587cd7a" -SRC_URI[sha256sum] = "2181a60906fea3104dcfa3923f9654928502cd7541ff9b4d76c6ae29c6a9d9fc" - -CLEANBROKEN = "1" - -PYPI_PACKAGE = "luma.core" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pillow \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-smbus2 \ -" diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb new file mode 100644 index 0000000000..e8a61ad062 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_1.16.2.bb @@ -0,0 +1,20 @@ +SUMMARY = "A component library to support SBC display drivers" +DESCRIPTION = "A component library to support SBC display drivers" +HOMEPAGE = "https://github.com/rm-hull/luma.core" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=eda804060ba2312e41fe96b6fa334fd7" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "8889ee9eb95c3441ee65b4b5f4a022eb" +SRC_URI[sha256sum] = "518fe4e3286a4e2a75788713a58de403e6bba6d4c909fa5ce0fe14aceb05b85e" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "luma.core" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pillow \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-smbus2 \ +" -- cgit v1.2.3-54-g00ecf