From 300c9c92278d01487eb133adae81f8c389b6cdf5 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 2 Nov 2021 04:50:23 +0800 Subject: python3-cantools: upgrade 36.4.0 -> 36.5.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-cantools_36.4.0.bb | 13 ------------- .../recipes-devtools/python/python3-cantools_36.5.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-cantools_36.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-cantools_36.4.0.bb b/meta-python/recipes-devtools/python/python3-cantools_36.4.0.bb deleted file mode 100644 index ec7d4b87e7..0000000000 --- a/meta-python/recipes-devtools/python/python3-cantools_36.4.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] = "8de959fe61bd1d5c30e91aded237f4273c13fafe5fee4d1d78a15a84c8fd9691" - -PYPI_PACKAGE = "cantools" - -inherit pypi setuptools3 - -CLEANBROKEN = "1" - 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 new file mode 100644 index 0000000000..6fbad3fdf4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cantools_36.5.0.bb @@ -0,0 +1,13 @@ +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" + -- cgit v1.2.3-54-g00ecf