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:
Michael Vetter 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ab2c467191af4f1c1c56264430619e05b772caa8396a13740f7d82d232d532c
size 10264610

3
jc-1.20.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae
size 10342360

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>

View File

@ -18,7 +18,7 @@
Name: jc
Version: 1.19.0
Version: 1.20.1
Release: 0
Summary: JSON CLI output utility
License: MIT