| Name: | python3-tabulate | 
|---|---|
| Version: | 0.8.10 | 
| Release: | 2.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 246191 | 
| License: | MIT | 
| RPM: | python3-tabulate-0.8.10-2.el8.noarch.rpm | 
| Source RPM: | python-tabulate-0.8.10-2.el8.src.rpm | 
| Build Date: | Tue Feb 14 2023 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/astanin/python-tabulate | 
| Summary: | Pretty-print tabular data in Python, a library and a command-line utility | 
| Description: | 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  | 
- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
- Update to 0.8.10 and add a man page
- Fix out-of-order changelog and incomplete version update - Modernize packaging and drop EPEL7 conditionals
- make sure the executables are owned by py3, rhbz#1750911
- epel: (re-)add properly subpackages for python2 and both python3 versions - use macro for description
- fix merge conflicts
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Remove py2 subpackage
- Fix FTBFS
- Update to latest upstream release