summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cantools_37.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cantools: Upgrade 37.2.0 -> 38.0.0Leon Anavi2023-01-061-22/+0
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 38.0.0: - Major bump due to minimum required Python version being raised to 3.8 - do no longer use the ncurses module in the dump subparser - Fix 'Assertation' NameError typo in test_database - Add missing crccheck dependency to setup.py - Bugfix in handling more than one node mapped attribute per signal - A few bug fixes - Typing improvements - Use tox - Fix CI - Ensure that only Decimal types are stored in the Signal.decimal attribute - cantools library import lib from a relative path (unified) - Test on python 3.11, build docs again Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 37.1.2 -> 37.2.0wangmy2022-09-201-0/+22
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>