Bug 282735

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 Flags
patch leres: maintainer-approval? (skreuzer)

Description Craig Leres freebsd_committer freebsd_triage 2024-11-13 21:07:27 UTC
I'm working on updating devel/b2 and it needs the latest version of tabulate.
Comment 1 Craig Leres freebsd_committer freebsd_triage 2024-11-13 21:08:07 UTC
Created attachment 255147 [details]
patch
Comment 2 Steven Kreuzer freebsd_committer freebsd_triage 2024-11-14 00:51:13 UTC
Hi Craig-

Patch looks good. Please feel free to commit it. Thanks
Comment 3 Craig Leres freebsd_committer freebsd_triage 2024-11-14 01:02:50 UTC
(In reply to Steven Kreuzer from comment #2)
I appreciate the rapid response!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-11-14 01:03:20 UTC
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(-)