summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-can: version bump 4.2.2 -> 4.4.0Jan Vermaete2024-11-191-29/+0
| | | | | Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: switch to PEP-517 build backendalperak2024-08-091-2/+2
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-can-4.2.2-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Drop broken BBCLASSEXTEND variantsRichard Purdie2023-10-241-2/+0
| | | | | | | | | | | | | | | | | | The command "bitbake universe -c fetch" currently throws a ton of warnings as there are many 'impossible' dependencies. In some cases these variants may never have worked and were just added by copy and paste of recipes. In some cases they once clearly did work but became broken somewhere along the way. Users may also be carrying local bbappend files which add further BBCLASSEXTEND. Having universe fetch work without warnings is desireable so clean up the broken variants. Anyone actually needing something dropped here can propose adding it and the correct functional dependencies back quite easily. This also then ensures we're not carrying or fixing things nobody uses. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: Add missing runtime dependenciesFrieder Schrempf2023-08-171-0/+2
| | | | | | | | | | | | | According to the setup.py of v4.2.2 [1] the following runtime dependencies are currently missing. Add them. * packaging * setuptools [1] https://github.com/hardbyte/python-can/blob/4.2.2/setup.py Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: upgrade 4.2.1 -> 4.2.2Wang Mingyu2023-06-271-0/+29
bugfixes: ========= Fix socketcan KeyError (#1598, #1599). Fix IXXAT not properly shutdown message (#1606). Fix Mf4Reader and TRCReader incompatibility with extra CLI args (#1610). Fix decoding error in Kvaser constructor for non-ASCII product name (#1613). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>