summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: Upgrade 3.14.0 -> 3.15.1Leon Anavi2025-03-061-36/+0
| | | | | | | | | | Upgrade to release 3.15.1: - Fix IndexError for add_rows() with an empty list - Fix typing: replace Iterable with indexable Sequence Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: upgrade 3.12.0 -> 3.14.0Wang Mingyu2025-02-121-0/+36
Changelog: =========== - Add add_divider() method to create sections - Fix sortby at class declaration - Fix divider intersection for border styles - Add missing quote to deprecation warning Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>