Skip to content

Commit

Permalink
python3-cantools: upgrade 37.0.7 -> 37.1.0
Browse files Browse the repository at this point in the history
Add dependence asyncio.

Changelog:
==========
    Parse SPNs in SYM Files
    Miscellaneous smaller fixes
    Implement support for AUTOSAR secure on-board communication
    Distribute & expose type annotations per PEP 561
    Add more type annotations
    Improve encoding performance
    Add Support for Dumping Database as SYM File
    Fix SYM file bugs
    Fix parsing of referenced data in CDDs
    implement decoding of partial messages
    Use floating point scaling in encoding
    Small improvements after openembedded#417
    minor bug fixes and improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jun 29, 2022
1 parent 1399e6a commit c0c2573
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"

SRC_URI[sha256sum] = "e603a7e1e40f5b4963c4c64cf4b013264afa009e232a878c73d31c29942e4466"
SRC_URI[sha256sum] = "9f2449e94a7698bd44bb50d9b464788053a0bf070faa09a132535c3aa07e7e6a"

PYPI_PACKAGE = "cantools"

Expand All @@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\
${PYTHON_PN}-textparser \
${PYTHON_PN}-typing-extensions \
${PYTHON_PN}-diskcache \
${PYTHON_PN}-asyncio \
"

CLEANBROKEN = "1"

0 comments on commit c0c2573

Please sign in to comment.