diff options
author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:24:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
commit | e4795b05c3703229944db6d04a3b0b5372d665f4 (patch) | |
tree | 56e9d4c5cc75f710849f9e29321723b8dc23b384 /meta-python | |
parent | 13cff82b13e7b1ec3449bad49854a6eedb26d866 (diff) | |
download | meta-openembedded-e4795b05c3703229944db6d04a3b0b5372d665f4.tar.gz |
python3-cantools: upgrade 37.1.2 -> 37.2.0
Changelog:
==========
ARXML refactoring preparations
refactor the ARXML code
Bugfix: BU_BO_REL causes 'index out of range' error
Add missing Bus import in can/init.py
PCAN trace (.trc) format to logreader
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb b/meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb index ec437eeceb..7d159340c5 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "0d84b879a18d869d182023cdebae9318095a8959ceee6309de59fd3c399dbfef" | 6 | SRC_URI[sha256sum] = "bbb0e802af02a1dc792c32d10b61b51deaefc1c8e9c776b50d2d2e194b702fac" |
7 | 7 | ||
8 | PYPI_PACKAGE = "cantools" | 8 | PYPI_PACKAGE = "cantools" |
9 | 9 | ||