From b0cd805e83ea77a1ea1905147de78efc76ee2766 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jun 2023 15:12:08 +0800 Subject: python3-can: upgrade 4.2.1 -> 4.2.2 bugfixes: ========= Fix socketcan KeyError (#1598, #1599). Fix IXXAT not properly shutdown message (#1606). Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610). Fix decoding error in Kvaser constructor for non-ASCII product name (#1613). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-can_4.2.1.bb | 29 ---------------------- .../recipes-devtools/python/python3-can_4.2.2.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-can_4.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-can_4.2.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb deleted file mode 100644 index 5e3d54d6f3..0000000000 --- a/meta-python/recipes-devtools/python/python3-can_4.2.1.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Controller Area Network (CAN) interface module for Python" -SECTION = "devel/python" -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" - -SRC_URI[sha256sum] = "f1ace82545cb4c7edf92a5aa6024bbb8ad23331ee5b0a1f441e782bf680a67ac" - -PYPI_PACKAGE="python-can" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-aenum \ - python3-asyncio \ - python3-codecs \ - python3-compression \ - python3-ctypes \ - python3-fcntl \ - python3-json \ - python3-logging \ - python3-misc \ - python3-netserver \ - python3-pkg-resources \ - python3-sqlite3 \ - python3-typing-extensions \ - python3-wrapt \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb new file mode 100644 index 0000000000..7ecbf12073 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb @@ -0,0 +1,29 @@ +SUMMARY = "Controller Area Network (CAN) interface module for Python" +SECTION = "devel/python" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" + +SRC_URI[sha256sum] = "6ad50f4613289f3c4d276b6d2ac8901d776dcb929994cce93f55a69e858c595f" + +PYPI_PACKAGE="python-can" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-aenum \ + python3-asyncio \ + python3-codecs \ + python3-compression \ + python3-ctypes \ + python3-fcntl \ + python3-json \ + python3-logging \ + python3-misc \ + python3-netserver \ + python3-pkg-resources \ + python3-sqlite3 \ + python3-typing-extensions \ + python3-wrapt \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf