17
0

- Update to 1.2.0:

* Run tests on Python 3.7.
  * Use twine check during packaging tests.
  * Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter.
  * Truncate long fields for tabular display.
  * Return the supported table formats as unicode.
  * Override tab with 4 spaces for terminal tables.
- Add patch to fix build with new pygments:
  * pygments.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-06-04 14:30:49 +00:00
committed by Git OBS Bridge
parent e4e5566bb6
commit 977de85085
5 changed files with 256 additions and 18 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 28 10:47:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.2.0:
* Run tests on Python 3.7.
* Use twine check during packaging tests.
* Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter.
* Truncate long fields for tabular display.
* Return the supported table formats as unicode.
* Override tab with 4 spaces for terminal tables.
- Add patch to fix build with new pygments:
* pygments.patch
-------------------------------------------------------------------
Wed Feb 6 00:29:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>