From 41d717dfb92b4404071e68b967e43d4901e2eb47b11aaceb6ea655a7ecf8bf35 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 17 May 2022 15:44:39 +0000 Subject: [PATCH] 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 --- jc-1.18.1.tar.gz | 3 --- jc-1.19.0.tar.gz | 3 +++ jc.changes | 14 ++++++++++++++ jc.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 jc-1.18.1.tar.gz create mode 100644 jc-1.19.0.tar.gz diff --git a/jc-1.18.1.tar.gz b/jc-1.18.1.tar.gz deleted file mode 100644 index 4940665..0000000 --- a/jc-1.18.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93b288998dcabd9091ae97ca16314d3ce2a88c824ad2463a7bcfb0d39a5635b -size 3927394 diff --git a/jc-1.19.0.tar.gz b/jc-1.19.0.tar.gz new file mode 100644 index 0000000..86a82db --- /dev/null +++ b/jc-1.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab2c467191af4f1c1c56264430619e05b772caa8396a13740f7d82d232d532c +size 10264610 diff --git a/jc.changes b/jc.changes index 7ccdb6b..4bb2c9e 100644 --- a/jc.changes +++ b/jc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat May 14 08:16:14 UTC 2022 - Martin Hauke + +- 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 diff --git a/jc.spec b/jc.spec index 9e5afb3..dc30fe2 100644 --- a/jc.spec +++ b/jc.spec @@ -18,7 +18,7 @@ Name: jc -Version: 1.18.1 +Version: 1.19.0 Release: 0 Summary: JSON CLI output utility License: MIT