Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-prettytable
From: Adam Ciarcinski
Date: 2025-03-12 10:31:38
Message id: 20250312093138.63BBEFBE1@cvs.NetBSD.org
Log Message:
py-prettytable: updated to 3.15.1
3.15.1
Fix IndexError for add_rows() with an empty list
Fix typing: replace Iterable with indexable Sequence
3.15.0
Added
Add support for PyPy3.11
Add MediaWiki table support
Create divider with add_rows()
Add option to avoid break on hyphen in longer texts
Add row_filter option
Add option to truncate column headers to column width
Changed
Performance: remove unnecessary deepcopies and add some lru_caches
Defer type-checking and warnings imports
Remove unnecessary start=0 from range
Fixed
Use _str_block_width to calculate title width
Files: