SHA256
1
0
forked from pool/jc

Accepting request 977132 from home:mnhauke

- Update to version 1.19.0
  * Add chage --list command parser tested on linux
  * Add git log command streaming parser
  * Fix git log standard parser for corner-cases where hash
    values are in messages
  * Fix df command parser for rare instances when a newline is
    found at the end
  * Fix asciitable-m parser to skip some rows that contain column
    separator characters in cell data. A warning message will be
    printed to STDOUT unless -q or quiet=True is used.

OBS-URL: https://build.opensuse.org/request/show/977132
OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=15
This commit is contained in:
Martin Hauke 2022-05-17 15:44:39 +00:00 committed by Git OBS Bridge
parent 3ab83ebe45
commit 41d717dfb9
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat May 14 08:16:14 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.19.0
* Add chage --list command parser tested on linux
* Add git log command streaming parser
* Fix git log standard parser for corner-cases where hash
values are in messages
* Fix df command parser for rare instances when a newline is
found at the end
* Fix asciitable-m parser to skip some rows that contain column
separator characters in cell data. A warning message will be
printed to STDOUT unless -q or quiet=True is used.
-------------------------------------------------------------------
Sat Jan 22 19:41:31 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

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