summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_2.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: Upgrade 2.2.1 -> 2.3.0Leon Anavi2021-11-041-43/+0
| | | | | | | | | | | Upgrade to release 2.3.0: - Add Jupyter repr and default interpreter repr methods - Add custom format support - Add method to generate LaTex formatted string Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 2.1.0 -> 2.2.1Leon Anavi2021-10-281-0/+43
Upgrade to release 2.2.1: - Add support for Python 3.10 - Update issue templates - Add support for positional junction characters and add "double_border" table style - Access properties instead of protected fields in _get_options() - Use declarative metadata and support PyPy3 - Add auto index column - Refactor for readability and avoid merge conflicts - Remove exclamation marks from exceptions - Consider US G0 Character Set ANSI-escape code as 0-width (like colors) 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>