summaryrefslogtreecommitdiff
path: root/textproc/py-tabulate
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25py-tabulate: updated to 0.9.0adam3-18/+24
0.9.0: Drop support for Python 2.7, 3.5, 3.6. Migrate to pyproject.toml project layout (PEP 621). New output formats: `asciidoc`, various `*grid` and `*outline` formats. New output features: vertical row alignment, separating lines. New input format: list of dataclasses (Python 3.7 or later). Support infinite iterables as row indices. Improve column width options. Improve support for ANSI escape sequences and document the behavior. Various bug fixes.
2022-07-05py-tabulate: updated to 0.8.10adam2-7/+6
0.8.10: Python 3.10 support. Bug fixes.
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+4
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
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-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-22py-tabulate: updated to 0.8.9adam2-8/+11
- 0.8.9: Bug fix. Revert support of decimal separators. - 0.8.8: Python 3.9 support, 3.10 ready. New formats: ``unsafehtml``, ``latex_longtable``, ``fancy_outline``. Support lists of UserDicts as input. Support hyperlinks in terminal output. Improve testing on systems with proxies. Migrate to pytest. Various bug fixes and improvements.
2020-04-28py-tabulate: updated to 0.8.7adam2-7/+7
0.8.7: Bug fixes. New format: `pretty`. HTML escaping.
2019-12-11py-tabulate: updated to 0.8.6adam2-7/+7
0.8.6: Bug fixes. Stop supporting Python 3.3, 3.4.
2019-10-07py-tabulate: updated to 0.8.5adam2-7/+7
- 0.8.5: Future version - 0.8.4: Bug fixes.
2019-01-28py-tabulate: updated to 0.8.3adam4-13/+14
0.8.3: New formats: `github`. Custom colum alignment. Bug fixes.
2017-11-28py-tabulate: updated to 0.8.2adam2-11/+7
0.8.2: Bug fixes.
2017-10-07py-tabulate: update to 0.8.1adam4-18/+23
0.8.1: * Multiline data in several output formats. * New ``latex_raw`` format. * Column-specific floating point formatting. * Python 3.5 & 3.6 support. Drop support for Python 2.6, 3.2, 3.3 (should still work).
2017-04-04Import py-tabulate-0.7.7 as textproc/py-tabulate.wiz4-0/+52
Pretty-print tabular data in Python, a library and a command-line utility. The main use cases of the library are: * printing small tables without hassle: just one function call, formatting is guided by the data itself * authoring tabular data for lightweight plain-text markup: multiple output formats suitable for further editing or transformation * readable presentation of mixed textual and numeric data: smart column alignment, configurable number formatting, alignment by a decimal point