gojq
https://github.com/itchyny/gojq
Pure Go implementation of jq
- Developed at utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/gojq && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000124 124 Bytes | |
gojq-0.12.15.tar.gz | 0000131790 129 KB | |
gojq.changes | 0000003257 3.18 KB | |
gojq.rpmlintrc | 0000000053 53 Bytes | |
gojq.spec | 0000001630 1.59 KB | |
vendor.tar.zst | 0000554255 541 KB |
Revision 5 (latest revision is 6)
Ana Guerrero (anag+factory)
accepted
request 1163958
from
Arnav Singh (Arnavion)
(revision 5)
- Update to v0.12.15 * Implement `ltrim`, `rtrim`, and `trim` functions. * Fix object construction with duplicate keys (`{x:0,y:1} | {a:.x,a:.y}`) * Fix `halt` and `halt_error` functions to stop the command execution immediately. * Fix variable scope of binding syntax (`"a" as $v | def f: $v; "b" as $v | f`). * Fix pre-defined variables to be available in initial modules (`$ARGS` in `~/.jq`). * Fix `ltrimstr` and `rtrimstr` functions to emit error on non-string input. * Fix `nearbyint` and `rint` functions to round ties to even. * Improve parser to allow `reduce`, `foreach`, `if`, `try`-`catch` syntax as object values. * Remove `pow10` in favor of `exp10`, define `scalbn` and `scalbln` by `ldexp`. - Suppress rpmlint error statically-linked-binary. - Fix rpmlint warning no-%check-section.
Comments 0