Accepting request 730524 from home:alois:branches:utilities
Update to 5.6.0 OBS-URL: https://build.opensuse.org/request/show/730524 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=17
This commit is contained in:
parent
e6a33e241a
commit
b2688d56b1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be357dd91ca25532b8b8e506e2ef83b2bcce0d33682152dd6118fa89649e1981
|
|
||||||
size 5000183
|
|
3
miller-5.6.0.tar.gz
Normal file
3
miller-5.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5af65332173f415990ce08c0f3906ca3a7470422e848a3fee1b2c141ea2cfe8b
|
||||||
|
size 5016322
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 05:54:23 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 5.6.0
|
||||||
|
Features:
|
||||||
|
* The new system DSL function allows you to run arbitrary
|
||||||
|
shell commands and store them in field values. Some example
|
||||||
|
usages are documented here. This is in response to issues #246
|
||||||
|
and #209.
|
||||||
|
* There is now support for ASV and USV file formats. This is
|
||||||
|
in response to issue #245.
|
||||||
|
* The new format-values verb allows you to apply numerical
|
||||||
|
formatting across all record values. This is in response to
|
||||||
|
issue #252.
|
||||||
|
Documentation:
|
||||||
|
* The new DKVP I/O in Python sample code now works for Python
|
||||||
|
2 as well as Python 3.
|
||||||
|
* There is a new cookbook entry on doing multiple joins. This
|
||||||
|
is in response to issue #235.
|
||||||
|
Bugfixes:
|
||||||
|
* The toupper, tolower, and capitalize DSL functions are now
|
||||||
|
UTF-8 aware, thanks to @sheredom's marvelous
|
||||||
|
https://github.com/sheredom/utf8.h. The internationalization
|
||||||
|
page has also been expanded. This is in response to issue #254.
|
||||||
|
* #250 fixes a bug using in-place mode in conjunction with
|
||||||
|
verbs (such as rename or sort) which take field-name lists as
|
||||||
|
arguments.
|
||||||
|
* #253 fixes a bug in the label when one or more names are
|
||||||
|
common between old and new.
|
||||||
|
* #251 fixes a corner-case bug when (a) input is CSV; (b) the
|
||||||
|
last field ends with a comma and no newline; (c) input is from
|
||||||
|
standard input and/or --no-mmap is supplied.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 1 06:34:42 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Sun Sep 1 06:34:42 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: miller
|
Name: miller
|
||||||
Version: 5.5.0
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Name-indexed data processing tool
|
Summary: Name-indexed data processing tool
|
||||||
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user