Accepting request 851827 from home:alois:branches:utilities

- Update to version 5.10.0
  Features:
  * The unsparsify -f feature fulfills #387 from @sjackman .
  * The new sort-within-records verb is an old ask, underway
    from the Go port, backported to C.
  * Likewise the truncate DSL function.
  Bugfixes:
  * The count -n feature was not implemented as intended.
  * Pretty-print format now works correctly with
    --headerless-csv-output.
  * The seqgen verb now correctly tracks NR and FNR in the
    records it emits.
  * An intermittent JSON-parsing bug has been fixed.

OBS-URL: https://build.opensuse.org/request/show/851827
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=29
This commit is contained in:
Luigi Baldoni 2020-11-30 12:33:49 +00:00 committed by Git OBS Bridge
parent 554c79037e
commit 13c97c658d
4 changed files with 22 additions and 4 deletions

3
miller-5.10.0.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 30 11:35:45 UTC 2020 - aloisio@gmx.com
- Update to version 5.10.0
Features:
* The unsparsify -f feature fulfills #387 from @sjackman .
* The new sort-within-records verb is an old ask, underway
from the Go port, backported to C.
* Likewise the truncate DSL function.
Bugfixes:
* The count -n feature was not implemented as intended.
* Pretty-print format now works correctly with
--headerless-csv-output.
* The seqgen verb now correctly tracks NR and FNR in the
records it emits.
* An intermittent JSON-parsing bug has been fixed.
-------------------------------------------------------------------
Thu Sep 3 09:50:47 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -17,7 +17,7 @@
Name: miller
Version: 5.9.1
Version: 5.10.0
Release: 0
Summary: Name-indexed data processing tool
# c/lib/netbsd_strptime.c is BSD-4-Clause
@ -48,6 +48,7 @@ make %{?_smp_mflags}
%install
%make_install
install -Dm0644 docs/mlr.1 %{buildroot}/%{_mandir}/man1/mlr.1
%files
%license LICENSE.txt