From bf66bc5fef1551d243038d46a4cc34008837fa5ed2a5902c23aa5c636bcf5de8 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 18 Jun 2024 07:35:57 +0000 Subject: [PATCH] - Update to version 1.25.3 * Enhance bluetoothctl parser with added battery_percentage field. * Enhance git-log standard and streaming parsers with added lines_changed field under file_stats. * Fix pci-ids parser to correctly handle multiple subdevices. * Fix pip-show parser to handle multi-line fields with a beginning blank line. * Fix ss parser to correctly handle the Recv-Q field being too close to the Status field. * Fix top parsers to quiet uptime info parsing. * Fix traceroute parser to correctly handle hops with multiple IPs. * Fix zpool-status parser for config items lacking data values. * Optimize some tests by removing timezone settings and using quiet=True. OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=33 --- jc-1.25.2.tar.gz | 3 --- jc-1.25.3.tar.gz | 3 +++ jc.changes | 20 ++++++++++++++++++++ jc.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 jc-1.25.2.tar.gz create mode 100644 jc-1.25.3.tar.gz diff --git a/jc-1.25.2.tar.gz b/jc-1.25.2.tar.gz deleted file mode 100644 index ac527f2..0000000 --- a/jc-1.25.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdf5f927181507dc648e4cf30b8ef9dd8dfbaefda41602f6568165e9e3f2955f -size 13483247 diff --git a/jc-1.25.3.tar.gz b/jc-1.25.3.tar.gz new file mode 100644 index 0000000..23a9fe8 --- /dev/null +++ b/jc-1.25.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff113298c62b9eb74dac31484e1d3708cb77f123198ec364c94c65229e3dc918 +size 14039624 diff --git a/jc.changes b/jc.changes index 78f4966..61f593f 100644 --- a/jc.changes +++ b/jc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jun 15 12:58:49 UTC 2024 - Martin Hauke + +- Update to version 1.25.3 + * Enhance bluetoothctl parser with added battery_percentage + field. + * Enhance git-log standard and streaming parsers with added + lines_changed field under file_stats. + * Fix pci-ids parser to correctly handle multiple subdevices. + * Fix pip-show parser to handle multi-line fields with a + beginning blank line. + * Fix ss parser to correctly handle the Recv-Q field being too + close to the Status field. + * Fix top parsers to quiet uptime info parsing. + * Fix traceroute parser to correctly handle hops with multiple + IPs. + * Fix zpool-status parser for config items lacking data values. + * Optimize some tests by removing timezone settings and using + quiet=True. + ------------------------------------------------------------------- Sun Mar 24 10:13:57 UTC 2024 - Martin Hauke diff --git a/jc.spec b/jc.spec index 77dd170..a2b484a 100644 --- a/jc.spec +++ b/jc.spec @@ -18,7 +18,7 @@ Name: jc -Version: 1.25.2 +Version: 1.25.3 Release: 0 Summary: JSON CLI output utility License: MIT