summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prettytable_3.12.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prettytable: upgrade 3.11.0 -> 3.12.0Wang Mingyu2024-11-051-0/+45
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>