Accepting request 785820 from home:alois:branches:utilities
- Update to version 5.7.0 Features: * The new remove-empty-columns and skip-trivial-records are keystroke-savers for things which would other require DSL syntax, as tracked in #274. Bugfixes: * A bug regarding optional regex-pattern groups was fixed in #277. * As of #294 you can now specify --implicit-csv-header for the join-file in mlr join. * A bug with spaces in XTAB-file values was fixed on #296. * A bug with missing final newline for XTAB-formatted files using MMAP files was fixed on #301. - Drop group tag OBS-URL: https://build.opensuse.org/request/show/785820 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=21
This commit is contained in:
parent
622a064a72
commit
40c5012e4a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a02dad2ea545a8085aec7fcf79b3987ddd8ce9d111d5cede488692bb0f49731
|
||||
size 5021788
|
3
miller-5.7.0.tar.gz
Normal file
3
miller-5.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ef4a2c58fa8f6d12ba64d26cecf904af1dc476cc6db9b92d3e2aff2e937f4bf
|
||||
size 5001955
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 17 06:56:30 UTC 2020 - aloisio@gmx.com
|
||||
|
||||
- Update to version 5.7.0
|
||||
Features:
|
||||
* The new remove-empty-columns and skip-trivial-records are
|
||||
keystroke-savers for things which would other require DSL
|
||||
syntax, as tracked in #274.
|
||||
Bugfixes:
|
||||
* A bug regarding optional regex-pattern groups was fixed in
|
||||
#277.
|
||||
* As of #294 you can now specify --implicit-csv-header for the
|
||||
join-file in mlr join.
|
||||
* A bug with spaces in XTAB-file values was fixed on #296.
|
||||
* A bug with missing final newline for XTAB-formatted files
|
||||
using MMAP files was fixed on #301.
|
||||
|
||||
- Drop group tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 04:53:59 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package miller
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,12 +17,11 @@
|
||||
|
||||
|
||||
Name: miller
|
||||
Version: 5.6.2
|
||||
Version: 5.7.0
|
||||
Release: 0
|
||||
Summary: Name-indexed data processing tool
|
||||
# c/lib/netbsd_strptime.c is BSD-4-Clause
|
||||
License: BSD-2-Clause AND BSD-4-Clause
|
||||
Group: Productivity/File utilities
|
||||
URL: http://johnkerl.org/miller/doc
|
||||
Source0: https://github.com/johnkerl/miller/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM miller-5.3.0-gcc43.patch
|
||||
|
Loading…
Reference in New Issue
Block a user