From f37e388c358e0c4dac5ee041f25e2510c91bb155 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 7 Jan 2022 19:47:30 +0200 Subject: python3-cantools: Upgrade 37.0.0 -> 37.0.1 Upgrade to release 37.0.1: - Fix issue Wrong compare type in _check_signals_ranges_scaling() Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/python3-cantools_37.0.0.bb | 12 ------------ .../python/python3-cantools_37.0.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb deleted file mode 100644 index c8c2b25924..0000000000 --- a/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "CAN BUS tools in Python 3." -HOMEPAGE = "https://github.com/eerimoq/cantools" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" - -SRC_URI[sha256sum] = "ac5f8901940693ce4b798e7ae07ed69a60856ae8a1ca47079088530813b57287" - -PYPI_PACKAGE = "cantools" - -inherit pypi setuptools3 - -CLEANBROKEN = "1" diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb b/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb new file mode 100644 index 0000000000..9642bc5287 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "CAN BUS tools in Python 3." +HOMEPAGE = "https://github.com/eerimoq/cantools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" + +SRC_URI[sha256sum] = "5852ad9fd17ddd7b1a1ce87b21b000e7f5716b358cdac4fdaca13b3e292f4c99" + +PYPI_PACKAGE = "cantools" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-can \ + ${PYTHON_PN}-bitstruct \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-textparser \ +" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf