From da677455b40b63a3d32d79bafada771b4b1144e1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 26 Nov 2020 13:22:09 +0200 Subject: python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Upgrade to release 2.0.1: - Improved diff_to_previous framebuffer performance - Add Linux framebuffer pseudo-device - Allow a wider range of SPI bus speeds - Fix to allow cmdline args to dynamically create a full_frame() instance Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-luma-core_1.17.3.bb | 20 -------------------- .../python/python3-luma-core_2.0.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb b/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb deleted file mode 100644 index 8301d7f77a..0000000000 --- a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.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=db07e3d471938ea7d7fd2135f88ac9a1" - -inherit pypi setuptools3 - -SRC_URI[md5sum] = "c13303a123c32c1a8dc5bc089a920822" -SRC_URI[sha256sum] = "1c928ad8e42af5fd395260176f89eb68a8af61911971f94124fabc9c6b550689" - -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_2.0.1.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb new file mode 100644 index 0000000000..fad7432132 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb @@ -0,0 +1,19 @@ +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=db07e3d471938ea7d7fd2135f88ac9a1" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "a0bc18c03cfb293c9c1b1d8883c2ec7c29d167e4af99f795b5698c8a864332df" + +CLEANBROKEN = "1" + +PYPI_PACKAGE = "luma.core" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pillow \ + ${PYTHON_PN}-threading \ + ${PYTHON_PN}-smbus2 \ +" -- cgit 1.2.3-korg