Accepting request 1046623 from home:sbradnick
- Update to version 6.6.0+git20230101.7495a8845: * link to 6.6.0 docs * doc-neaten * post-6.6.0 * 6.6.0 (#1169) * Fix #1164: regression on CSV blank-line handling (#1168) * mlr unspace verb (#1167) * Add doc info on DSL code-comment syntax (#1165) * Fix #1102 (#1163) * Fix #1146 (#1157) * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1162) * Bump actions/cache from 3.2.1 to 3.2.2 (#1160) * Bump actions/cache from 3.2.0 to 3.2.1 (#1156) * Bump actions/cache from 3.0.11 to 3.2.0 (#1155) * Bump github/codeql-action from 2.1.36 to 2.1.37 (#1151) * Bump actions/setup-go from 3.4.0 to 3.5.0 (#1148) * Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#1147) * Bump actions/checkout from 3.1.0 to 3.2.0 (#1145) * Bump github/codeql-action from 2.1.35 to 2.1.36 (#1143) * Fix typo in `mlr put` documentation (#1140) * Bump actions/setup-go from 3.3.1 to 3.4.0 (#1136) * Bump github/codeql-action from 2.1.33 to 2.1.35 (#1137) OBS-URL: https://build.opensuse.org/request/show/1046623 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=43
This commit is contained in:
parent
249c12492b
commit
b2e60c8d0d
6
_service
6
_service
@ -4,11 +4,11 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">main</param>
|
<param name="revision">main</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
|
||||||
<!--
|
<!--
|
||||||
<param name="versionrewrite-pattern"></param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement"></param>
|
|
||||||
-->
|
-->
|
||||||
|
<param name="versionrewrite-pattern">v6.5.0</param>
|
||||||
|
<param name="versionrewrite-replacement">6.6.0</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/johnkerl/miller</param>
|
<param name="url">https://github.com/johnkerl/miller</param>
|
||||||
<param name="changesrevision">636ca8873d5736b47d0717ef9ef57995084d9cd2</param></service></servicedata>
|
<param name="changesrevision">7495a88450ae48726b612aeb142b8e96fb91d993</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2b15771f7fc769670163bca3036ba1e2e7989ba1ac628b5d47fe421e605e492
|
|
||||||
size 11146617
|
|
3
miller-6.6.0+git20230101.7495a8845.tar.gz
Normal file
3
miller-6.6.0+git20230101.7495a8845.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ef1b2577d99e73a074337b95e51c4baa24d925dd3763b6608b5646602f542c3
|
||||||
|
size 11155909
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 02 04:44:33 UTC 2023 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
- Update to version 6.6.0+git20230101.7495a8845:
|
||||||
|
* link to 6.6.0 docs
|
||||||
|
* doc-neaten
|
||||||
|
* post-6.6.0
|
||||||
|
* 6.6.0 (#1169)
|
||||||
|
* Fix #1164: regression on CSV blank-line handling (#1168)
|
||||||
|
* mlr unspace verb (#1167)
|
||||||
|
* Add doc info on DSL code-comment syntax (#1165)
|
||||||
|
* Fix #1102 (#1163)
|
||||||
|
* Fix #1146 (#1157)
|
||||||
|
* Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1162)
|
||||||
|
* Bump actions/cache from 3.2.1 to 3.2.2 (#1160)
|
||||||
|
* Bump actions/cache from 3.2.0 to 3.2.1 (#1156)
|
||||||
|
* Bump actions/cache from 3.0.11 to 3.2.0 (#1155)
|
||||||
|
* Bump github/codeql-action from 2.1.36 to 2.1.37 (#1151)
|
||||||
|
* Bump actions/setup-go from 3.4.0 to 3.5.0 (#1148)
|
||||||
|
* Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#1147)
|
||||||
|
* Bump actions/checkout from 3.1.0 to 3.2.0 (#1145)
|
||||||
|
* Bump github/codeql-action from 2.1.35 to 2.1.36 (#1143)
|
||||||
|
* Fix typo in `mlr put` documentation (#1140)
|
||||||
|
* Bump actions/setup-go from 3.3.1 to 3.4.0 (#1136)
|
||||||
|
* Bump github/codeql-action from 2.1.33 to 2.1.35 (#1137)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 17:33:12 UTC 2022 - scott.bradnick@suse.com
|
Wed Nov 30 17:33:12 UTC 2022 - scott.bradnick@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: miller
|
name: miller
|
||||||
version: 6.5.0+git20221130.636ca8873
|
version: 6.6.0+git20230101.7495a8845
|
||||||
mtime: 1669818462
|
mtime: 1672611952
|
||||||
commit: 636ca8873d5736b47d0717ef9ef57995084d9cd2
|
commit: 7495a88450ae48726b612aeb142b8e96fb91d993
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: miller
|
Name: miller
|
||||||
Version: 6.5.0+git20221130.636ca8873
|
Version: 6.6.0+git20230101.7495a8845
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c8152657033d179cd1a849d5bae5c91c892ac9cbbdbac738b371b4dadeed9ee3
|
oid sha256:69d579c211c921a43edf5f97dce46c8275cb615f747be22e53932d028beb3254
|
||||||
size 1336580
|
size 1336595
|
||||||
|
Loading…
Reference in New Issue
Block a user