Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-prettytable: upgrade 3.9.0 => 3.10.0; fix ptests
* Add all tests/* to be more complete and also to help pytest find the tests (previously, no test cases were actually being run) * Sort RDEPENDS alphabetically * ptest now RDEPENDS on python3-pytest-lazy-fixtures (with the s) instead of python3-pytest-lazy-fixture (without the s) because of python3-pytest 8.0.0 compatability. * Rearrange the recipe a bit https://github.com/jazzband/prettytable/releases/tag/3.10.0 Added * Add support for Python 3.13 (openembedded#281) @hugovk Changed * Speedup: lazy imports and remove import (openembedded#276) @hugovk * Use GitHub Flavored Markdown for table formatting (openembedded#268) @mumblingMac * Use flake8-errmsg for friendlier tracebacks (openembedded#254) @hugovk * Replace Flake8 with Ruff (openembedded#278) @hugovk Signed-off-by: Tim Orling <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information