2021-11-01 19:53:21 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
py-prettytable: update 2.3.0.
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-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-09-27 22:12:06 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
py-prettytable: update 2.2.1.
Fixed:
Consider US G0 Character Set ANSI-escape code as 0-width (like colors)
|
2021-09-11 22:45:05 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
py-prettytable: update 2.2.0.
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-04 06:45:59 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-prettytable: PYTHON_VERSIONS_INCOMPATIBLE should be before pyversion.mk
|
2021-05-20 08:32:40 by Nia Alarie | Files touched by this commit (1) |
Log message:
py-prettytable: add missing build dependency
|
2021-05-04 11:27:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-prettytable: updated to 2.1.0
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-04 10:33:14 by Frederic Cambus | Files touched by this commit (4) |
Log message:
textproc/py-prettytable: import py38-prettytable-2.0.0.
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-29 02:43:03 by Pierre Pronchery | Files touched by this commit (4) | |
Log message:
py-prettytable: bring back to the attic
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.
|