aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.0.0.bb
AgeCommit message (Collapse)Author
2022-11-28python3-can: upgrade 4.0.0 -> 4.1.0Wang Mingyu
Changelog: https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-30python3-can: Add typing-extensions dependencyBen Powell
The python-can 4.0.0 release introduced a dependency on the typing_extensions module: $ python3 Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import can Traceback (most recent call last): File "<stdin>", line 1, in <module> File "python-can/can/__init__.py", line 17, in <module> from .listener import Listener, BufferedReader, RedirectReader, AsyncBufferedReader File "python-can/can/listener.py", line 12, in <module> from can.message import Message File "python-can/can/message.py", line 11, in <module> from . import typechecking File "python-can/can/typechecking.py", line 9, in <module> import typing_extensions ModuleNotFoundError: No module named 'typing_extensions' Signed-off-by: Ben Powell <ben_powell@trimble.com> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-11python3-can: update t 4.0.0Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>