summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_3.11.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: upgrade 3.11.0 -> 3.12.0Wang Mingyu2024-11-051-45/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Emit DeprecationWarnings for hrule and tableStyle constants - Add new themes to ColorTable - Use SPDX license identifier - Add IntEnum for HRuleStyle and VRuleStyle - Add IntEnum for Table styles - Add OptionsType - Add attribute type hints - Add missing attribute annotations - Add type aliases for Align, VAlign, HeaderStyle - Add type annotations for attributes property - Improve TableHandler type annotations - Improve function type annotations - Improve row and column type annotations - Improve type annotations for field names - Include RowType in __all__ - Small improvements - Generate __version__ at build to avoid slow importlib.metadata call - Release to PyPI using Trusted Publishing - Drop support for Python 3.8 - Update new home to prettytable/prettytable - Fix drawing headerless colored tables with title - 1Adjust format validation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.10.2 -> 3.11.0Leon Anavi2024-08-121-0/+45
Upgrade to release 3.11.0: - Attest build provenance of artifacts - Add field selection to CSV and JSON outputs - Add options to disable escaping HTML tables Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>