Summary: | devel/py-tabulate: Update to 0.9.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Craig Leres <leres> | ||||
Component: | Individual Port(s) | Assignee: | Steven Kreuzer <skreuzer> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | skreuzer | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(skreuzer) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Craig Leres
2024-11-13 21:07:27 UTC
Created attachment 255147 [details]
patch
Hi Craig- Patch looks good. Please feel free to commit it. Thanks (In reply to Steven Kreuzer from comment #2) I appreciate the rapid response! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba45b5916717e8314ff0e9c2252f71bd3a09d940 commit ba45b5916717e8314ff0e9c2252f71bd3a09d940 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-11-14 01:01:56 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-11-14 01:01:56 +0000 devel/py-tabulate: Update to 0.9.0 Changes since 0.8.9: - New output formats: `asciidoc`, various `*grid` and `*outline` formats. - New output features: vertical row alignment, separating lines. - New input format: list of dataclasses. - Support infinite iterables as row indices. - Improve column width options. - Improve support for ANSI escape sequences and document the behavior. - Column width parameter. PR: 282735 Approved by: skreuzer@ (maintainer) devel/py-tabulate/Makefile | 8 ++++++-- devel/py-tabulate/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) |