summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyais_2.11.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyais: upgrade 2.11.1 -> 2.12.0Wang Mingyu2025-07-151-28/+0
| | | | | | | | | | | Changelog: ============= * BREAKING: Renamed pyais/main.py to pyais/ais_decode.py direct imports from pyais.main will fail * added ais-encode as installable CLI tool via pip install Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyais: upgrade 2.9.4 -> 2.11.1Wang Mingyu2025-07-081-0/+28
Changelog: =========== * apply fix from https://gitlab.com/holado_framework/python * pyais now handles type 16 messages shorter than 96 bit correctly * breaking: added two classes for type 16 - 'isinstance(msg, MessageType16)' checks will need updating * apply fixes from https://gitlab.com/holado_framework/python * closes: https://github.com/M0r13n/pyais/issues/183 * renamed custom 'JSONEncoder' to 'AISJSONEncoder' to avoid confusion with 'json.JSONEncoder' * refactored main.py ('ais-decode') for better error handling * added examples/ais-encode Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>