summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_3.10.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: upgrade 3.10.0 -> 3.10.2Wang Mingyu2024-07-151-45/+0
| | | | | | | | | | Changelog: =========== - Fix typo in README.md - Change how size of headers are calculated to fix ColorTable with title Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: upgrade 3.9.0 => 3.10.0; fix ptestsTim Orling2024-02-191-0/+45
* 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 (#281) @hugovk Changed * Speedup: lazy imports and remove import (#276) @hugovk * Use GitHub Flavored Markdown for table formatting (#268) @mumblingMac * Use flake8-errmsg for friendlier tracebacks (#254) @hugovk * Replace Flake8 with Ruff (#278) @hugovk Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>