SHA256
1
0
forked from pool/jc

Accepting request 983605 from home:mnhauke

- Update to version 1.20.1
  * Add postconf -M parser tested on linux
  * Update asciitable and asciitable-m parsers to preserve case
    in key names when using the -r or raw=True options.
  * Add long options (e.g. --help, --about, --pretty, etc.)
  * Fix id parser for cases where the user or group name is not
    present
- Update to version 1.20.0
  * Add YAML output option with -y
  * Add top -b standard and streaming parsers tested on linux
  * Add plugin_parser_count, standard_parser_count, and
    streaming_parser_count keys to jc -a output
  * Add is_compatible function to the utils module
  * Fix pip-show parser for packages with a multi-line license
    field
  * Fix ASCII Table parser for cases where centered headers cause
    mis-aligned fields

OBS-URL: https://build.opensuse.org/request/show/983605
OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=17
This commit is contained in:
2022-06-20 07:57:52 +00:00
committed by Git OBS Bridge
parent 41d717dfb9
commit 1a2cb5dc99
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jun 18 17:14:53 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.20.1
* Add postconf -M parser tested on linux
* Update asciitable and asciitable-m parsers to preserve case
in key names when using the -r or raw=True options.
* Add long options (e.g. --help, --about, --pretty, etc.)
* Fix id parser for cases where the user or group name is not
present
- Update to version 1.20.0
* Add YAML output option with -y
* Add top -b standard and streaming parsers tested on linux
* Add plugin_parser_count, standard_parser_count, and
streaming_parser_count keys to jc -a output
* Add is_compatible function to the utils module
* Fix pip-show parser for packages with a multi-line license
field
* Fix ASCII Table parser for cases where centered headers cause
mis-aligned fields
-------------------------------------------------------------------
Sat May 14 08:16:14 UTC 2022 - Martin Hauke <mardnh@gmx.de>