summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-reedsolo
Commit message (Collapse)AuthorAgeFilesLines
* python3-reedsolo: inherit cython classRoss Burton2024-11-191-2/+1
| | | | | | | | Use the new cython class to avoid duplicated fixup code to remove build paths. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reedsolo: switch to PEP-517 build backendalperak2024-10-101-1/+1
| | | | | | | | | | | The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-reedsolo-2.1.0b1-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>
* python3-reedsolo: upgrade 2.0.13 -> 2.1.0b1alperak2024-08-091-1/+2
| | | | | | | | | Full changelog since last stable release: https://github.com/tomerfiliba-org/reedsolomon/compare/v1.7.0...v2.1.0b1 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reedsolo: upgrade 1.7.0 -> 2.0.13Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reedsolo: upgrade 1.6.1 -> 1.7.0Wang Mingyu2023-02-121-1/+1
| | | | | | | | | | | | Changelog: =========== - Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using pip install --upgrade reedsolo --install-option="--cythonize" --verbose. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-reedsolo: Add recipeQuentin Schulz2023-01-111-0/+10
reedsolo is a pure-Python Reed Solomon encoder/decoder. It is required by esptool which will be added in the next commit. This adds a recipe for the Python module. Cc: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>