forked from pool/python-cli-helpers
* Added noheader CSV and TSV output formats.
* Added `jsonl` and `jsonl_escaped` output formats.
* Added format_timestamps preprocessor for per-column date/time
formatting.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cli-helpers?expand=0&rev=20
90 lines
3.1 KiB
Plaintext
90 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 12 11:40:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.0:
|
|
* Added noheader CSV and TSV output formats.
|
|
* Added `jsonl` and `jsonl_escaped` output formats.
|
|
* Added format_timestamps preprocessor for per-column date/time
|
|
formatting.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 15 13:08:11 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 10:46:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.3.1:
|
|
* Don't escape newlines in `ascii` tables, and add
|
|
`ascii_escaped` table format.
|
|
* Updated tabulate version to latest, to fix ImportError in
|
|
pgcli.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 4 20:18:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.3.0:
|
|
* don't escape newlines, etc. in ascii tables, and add
|
|
ascii_escaped table format
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 8 08:01:06 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 2.2.1
|
|
Version 2.2.1
|
|
-------------
|
|
* Fix pygments tokens passed as strings
|
|
Version 2.2.0
|
|
-------------
|
|
* Remove dependency on terminaltables
|
|
* Add psql_unicode table format
|
|
* Add minimal table format
|
|
* Fix pip2 installing py3-only versions
|
|
* Format unprintable bytes (eg 0x00, 0x01) as hex
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 24 02:11:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 2.0.1:
|
|
* Fix newline escaping in plain-text formatters (ascii, double, github)
|
|
* Use built-in unittest.mock instead of mock.
|
|
* Remove Python 2.7 and 3.5.
|
|
* Style config for missing value.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 11:20:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do not pull python2 deps without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 11:18:18 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.2.1:
|
|
* Work with new pygments
|
|
- Remove merged patch:
|
|
* pygments.patch
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Trim bias and excess markup from description.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 3 04:52:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for cli-helpers v1.1.0
|