From 1a2cb5dc99af3da2b6b9af244ab30ae8c7b386531afc51c747df22fa906902dd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 20 Jun 2022 07:57:52 +0000 Subject: [PATCH] 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 --- jc-1.19.0.tar.gz | 3 --- jc-1.20.1.tar.gz | 3 +++ jc.changes | 21 +++++++++++++++++++++ jc.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 jc-1.19.0.tar.gz create mode 100644 jc-1.20.1.tar.gz diff --git a/jc-1.19.0.tar.gz b/jc-1.19.0.tar.gz deleted file mode 100644 index 86a82db..0000000 --- a/jc-1.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab2c467191af4f1c1c56264430619e05b772caa8396a13740f7d82d232d532c -size 10264610 diff --git a/jc-1.20.1.tar.gz b/jc-1.20.1.tar.gz new file mode 100644 index 0000000..9e0b277 --- /dev/null +++ b/jc-1.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae +size 10342360 diff --git a/jc.changes b/jc.changes index 4bb2c9e..af55164 100644 --- a/jc.changes +++ b/jc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Jun 18 17:14:53 UTC 2022 - Martin Hauke + +- 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 diff --git a/jc.spec b/jc.spec index dc30fe2..c11f556 100644 --- a/jc.spec +++ b/jc.spec @@ -18,7 +18,7 @@ Name: jc -Version: 1.19.0 +Version: 1.20.1 Release: 0 Summary: JSON CLI output utility License: MIT