Accepting request 1360808 from utilities

OBS-URL: https://build.opensuse.org/request/show/1360808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jc?expand=0&rev=23
This commit is contained in:
2026-06-22 15:32:37 +00:00
committed by Git OBS Bridge
4 changed files with 40 additions and 6 deletions
+34
View File
@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jun 19 07:19:40 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.25.7
* Add csv-ih, tsv, and tsv-ih file parsers for CSV files without
headers, TSV files, and TSV files without headers. Note that
these are standard and not streaming parsers so the entire
CSV/TSV will be loaded into memory. For lazy loading
equivalents, see below.
* Add csv-ih-s, tsv-s, and tsv-ih-s streaming file parsers for
CSV files without headers, TSV files, and TSV files without
headers. These streaming parsers will lazily load the data
into memory and may be more suitable for extremely large files.
* Add typeset and declare Bash internal command parser to convert
variables simple arrays, and associative arrays along with
object metadata.
* Enhance pip-show command parser to add -f show files support.
* Enhance rsync and rsync-s parsers to add --stats or
--info=stats[1-3] fields.
* Fix certbot command parser to allow parsing of named certs.
* Fix hashsum command parser to correctly parse the mode
indicator.
* Fix ifconfig command parser for incorrect stripping of
leading zeros in some hex numbers.
* Fix iptables command parser when Target is blank and verbose
output is used.
* Fix lsattr command parser for filenames with spaces (newlines
in filenames are still not supported).
* Fix proc-pid-smaps proc parser when unknown VmFlags are output
* Fix jc.utils.timestamp function and tests for behavior change
in python 3.15
* Fix ufw command parser to support rule logging. A new boolean
log field is introduced.
-------------------------------------------------------------------
Mon Oct 13 07:18:27 UTC 2025 - Martin Hauke <mardnh@gmx.de>
+3 -3
View File
@@ -1,8 +1,8 @@
#
# spec file for package jc
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2020-2026, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: jc
Version: 1.25.6
Version: 1.25.7
Release: 0
Summary: JSON CLI output utility
License: MIT
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a82bb44e21fd565df8dfa8ea9d498280b38eb1ebc36c149962a6e320bbf5f845
size 15300270
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81bcd3367c368e03b9813de61e0ba29670e48d7ffb5543accc4b215ae929b788
size 15380863