summaryrefslogtreecommitdiff
path: root/textproc/py-prettytable/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-10-31py-prettytable: updated to 3.4.1adam1-4/+4
3.4.1 Fixed Revert "Add header alignment attribute" 3.4.0 Added Add option to specify line break character used in pagination Add header alignment attribute Fixed None annotation for __init__ constructors/functions
2022-06-27*: drop maintainership for packages not related to toolchains and ELF.fcambus1-2/+2
2022-05-05py-prettytable: update to 3.3.0.fcambus1-2/+2
Added: - Support Python 3.11 - Add flag to preserve internal borders when border=False Fixed: - Alignment timing fix
2022-03-07py-prettytable: update to 3.2.0.fcambus1-2/+2
Added: - Use concrete built-in exceptions instead of Exception base class Fixed: - Fix width for custom none_format - Enforce max widths for field names
2022-02-16py-prettytable: update to 3.1.1.fcambus1-2/+2
Fixed: - Resolve "KeyError" issue on _stringify_row
2022-02-14py-prettytable: updated to 3.1.0adam1-2/+4
Release 3.1.0 Added Add colorful tables and themes Convert None to empty cell or custom value
2022-01-07py-prettytable: update to 3.0.0.fcambus1-3/+2
Removed: - Drop support for EOL Python 3.6 (#152) @hugovk Fixed: - Use <caption> tags to print html table titles (#160) @daibhid
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30py-prettytable: update 2.5.0.fcambus1-2/+2
Added: - Add Single Border table style
2021-11-05py-prettytable: update 2.4.0.fcambus1-2/+2
Added: - Markdown: Add colons to align the rendered output - Add rows attribute to prettytable
2021-11-01py-prettytable: update 2.3.0.fcambus1-2/+2
Added: - Add Jupyter repr and default interpreter repr methods - Add custom format support - Add method to generate LaTex formatted string Changed: - Remove unused options argument in _format_rows and _format_row
2021-09-27py-prettytable: update 2.2.1.fcambus1-2/+2
Fixed: Consider US G0 Character Set ANSI-escape code as 0-width (like colors)
2021-09-11py-prettytable: update 2.2.0.fcambus1-2/+2
Added: - Add support for Python 3.10 - Update issue templates - Add support for positional junction characters and add "double_border" table style - Access properties instead of protected fields in _get_options() - Use declarative metadata and support PyPy3 - Add auto index column Changed: - Refactor for readability and avoid merge conflicts - Remove exclamation marks from exceptions
2021-06-04py-prettytable: PYTHON_VERSIONS_INCOMPATIBLE should be before pyversion.mkadam1-3/+3
2021-05-20py-prettytable: add missing build dependencynia1-1/+2
2021-05-04py-prettytable: updated to 2.1.0adam1-4/+15
Release 2.1.0 Added Support formatting options in get_json_string() Changed Replace setuptools/pkg_resources with importlib.metadata for getting version Fixed Docs: Add documentation for align, max_width, etc. Docs: Remove reference to Python 2.x print statement in README Docs: Update get_html_string with thead and tbody tags
2021-05-04textproc/py-prettytable: import py38-prettytable-2.0.0.fcambus1-0/+18
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. PrettyTable lets you control many aspects of the table, like the width of the column padding, the alignment of text within columns, which characters are used to draw the table border, whether you even want a border, and much more. You can control which subsets of the columns and rows are printed, and you can sort the rows by the value of a particular column.
2020-09-29py-prettytable: bring back to the attickhorben1-16/+0
I did not realize there was already a fork of this package in the tree, and then removal of this one. Sorry for the noise.
2020-09-29py-prettytable: import version 0.7.2khorben1-0/+16
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
2018-10-16py-ptable: added version 0.9.2 (py-prettytable fork)adam1-21/+0
PTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables, originally forked from PrettyTable.
2017-09-04Update some URLs.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2014-04-17PKGREVISION bump, upstream has some useless 0600 files in its archive.imil1-1/+5
2014-04-17Updated py-prettytable to version 0.7.2imil1-2/+2
2012-11-18Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-11-11add py-prettytable 0.6.1jakllsch1-0/+19
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.