2022-10-31 23:06:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-prettytable: updated to 3.4.1 3.4.1 Fixed Revert "Add header alignment attribute" 3.4.0 Added Add option to specify line break character used in pagination Add header alignment attribute Fixed None annotation for __init__ constructors/functions |
2022-06-27 17:29:18 by Frederic Cambus | Files touched by this commit (41) |
Log message: *: drop maintainership for packages not related to toolchains and ELF. |
2022-05-05 23:02:17 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update to 3.3.0. Added: - Support Python 3.11 - Add flag to preserve internal borders when border=False Fixed: - Alignment timing fix |
2022-03-07 13:21:09 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update to 3.2.0. Added: - Use concrete built-in exceptions instead of Exception base class Fixed: - Fix width for custom none_format - Enforce max widths for field names |
2022-02-16 21:19:02 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update to 3.1.1. Fixed: - Resolve "KeyError" issue on _stringify_row |
2022-02-14 09:53:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-prettytable: updated to 3.1.0 Release 3.1.0 Added Add colorful tables and themes Convert None to empty cell or custom value |
2022-01-08 00:15:05 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update to 3.0.0. Removed: - Drop support for EOL Python 3.6 (#152) @hugovk Fixed: - Use <caption> tags to print html table titles (#160) @daibhid |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-12-30 20:52:11 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update 2.5.0. Added: - Add Single Border table style |
2021-11-05 16:00:56 by Frederic Cambus | Files touched by this commit (2) | |
Log message: py-prettytable: update 2.4.0. Added: - Markdown: Add colons to align the rendered output - Add rows attribute to prettytable |