From b2688d56b103ea10d5b23c7eb599bd55d133ec46 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 13 Sep 2019 06:07:22 +0000 Subject: [PATCH] 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 --- miller-5.5.0.tar.gz | 3 --- miller-5.6.0.tar.gz | 3 +++ miller.changes | 33 +++++++++++++++++++++++++++++++++ miller.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 miller-5.5.0.tar.gz create mode 100644 miller-5.6.0.tar.gz diff --git a/miller-5.5.0.tar.gz b/miller-5.5.0.tar.gz deleted file mode 100644 index 40d4f8b..0000000 --- a/miller-5.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be357dd91ca25532b8b8e506e2ef83b2bcce0d33682152dd6118fa89649e1981 -size 5000183 diff --git a/miller-5.6.0.tar.gz b/miller-5.6.0.tar.gz new file mode 100644 index 0000000..174f799 --- /dev/null +++ b/miller-5.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5af65332173f415990ce08c0f3906ca3a7470422e848a3fee1b2c141ea2cfe8b +size 5016322 diff --git a/miller.changes b/miller.changes index c7b7721..8fe2b07 100644 --- a/miller.changes +++ b/miller.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Sep 13 05:54:23 UTC 2019 - Luigi Baldoni + +- 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 diff --git a/miller.spec b/miller.spec index 606c3da..f177cd0 100644 --- a/miller.spec +++ b/miller.spec @@ -17,7 +17,7 @@ Name: miller -Version: 5.5.0 +Version: 5.6.0 Release: 0 Summary: Name-indexed data processing tool # c/lib/netbsd_strptime.c is BSD-4-Clause