From f1fb1c36e8620f1e3530184fccff78e1734ad1f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 11 Dec 2021 21:03:57 +0100 Subject: python-cantools: update to 37.0.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-cantools_36.5.0.bb | 13 ------------- .../recipes-devtools/python/python3-cantools_37.0.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb b/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb deleted file mode 100644 index 6fbad3fdf4..0000000000 --- a/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb +++ /dev/null @@ -1,13 +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] = "651b6ea67999c1106a582fd54c92b5b27a1a5f2896e0058beeb96a4f318cb33f" - -PYPI_PACKAGE = "cantools" - -inherit pypi setuptools3 - -CLEANBROKEN = "1" - 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 new file mode 100644 index 0000000000..c8c2b25924 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb @@ -0,0 +1,12 @@ +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" -- cgit v1.2.3-54-g00ecf