SHA256
1
0
forked from pool/jc

Accepting request 1133902 from home:mnhauke

- Update to version 1.24.0
  * Add debconf-show command parser.
  * Add iftop command parser.
  * Add pkg-index-apk parser for Alpine Linux Package Index files.
  * Add pkg-index-deb parser for Debian/Ubuntu Package Index files.
  * Add proc-cmdline parser for /proc/cmdline file.
  * Add swapon command parser.
  * Add tune2fs command parser.
  * Remove iso-datetime parser deprecated since v1.22.1.
    (use datetime-iso instead).
  * Refactor acpi command parser for code cleanup.
  * Fix iptables parser for cases where the target field is blank
    in a rule.
  * Fix vmstat parsers for some cases where wide output is used.
  * Fix mount parser for cases with spaces in the mount point name.
  * Fix xrandr parser for infinite loop issues.

OBS-URL: https://build.opensuse.org/request/show/1133902
OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=29
This commit is contained in:
2023-12-19 09:42:35 +00:00
committed by Git OBS Bridge
parent 7003500103
commit 68c2dba49a
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Dec 17 23:01:33 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.24.0
* Add debconf-show command parser.
* Add iftop command parser.
* Add pkg-index-apk parser for Alpine Linux Package Index files.
* Add pkg-index-deb parser for Debian/Ubuntu Package Index files.
* Add proc-cmdline parser for /proc/cmdline file.
* Add swapon command parser.
* Add tune2fs command parser.
* Remove iso-datetime parser deprecated since v1.22.1.
(use datetime-iso instead).
* Refactor acpi command parser for code cleanup.
* Fix iptables parser for cases where the target field is blank
in a rule.
* Fix vmstat parsers for some cases where wide output is used.
* Fix mount parser for cases with spaces in the mount point name.
* Fix xrandr parser for infinite loop issues.
-------------------------------------------------------------------
Fri Nov 24 13:29:55 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

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