summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_3.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: add python3-pytest-lazy-fixture to ptest RDEPENDSTrevor Gamblin2022-03-231-0/+1
| | | | | | | | | Now that the recipe for python3-pytest-lazy-fixture exists, add it to RDEPENDS to fix the broken python3-prettytable ptests. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-prettytable: Upgrade 2.4.0 -> 3.1.1Leon Anavi2022-02-281-0/+43
Upgrade to release 3.1.1: - Drop support for EOL Python 3.6 - Use <caption> tags to print html table titles - Add colorful tables and themes - Convert None to empty cell or custom value - Resolve "KeyError" issue on _stringify_row Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>