Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gojq-0.12.15-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: gojq Distribution: openSUSE Tumbleweed
Version: 0.12.15 Vendor: openSUSE
Release: 1.1 Build date: Mon Apr 1 18:33:18 2024
Group: Unspecified Build host: reproducible
Size: 4094725 Source RPM: gojq-0.12.15-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/itchyny/gojq
Summary: Pure Go implementation of jq
Pure Go implementation of jq.

Provides

Requires

License

MIT

Changelog

* Mon Apr 01 2024 Arnav Singh <opensuse@arnavion.dev>
  - Suppress rpmlint error statically-linked-binary.
  - Fix rpmlint warning no-%check-section.
* Mon Apr 01 2024 Arnav Singh <opensuse@arnavion.dev>
  - 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`.
* Fri Dec 01 2023 Arnav Singh <opensuse@arnavion.dev>
  - Update to v0.12.14
    * Implement `abs`, `pick` and `debug/1` functions.
    * Implement `--raw-output0` option, and remove `--nul-output` (`-0`) option.
    * Fix string multiplication by zero to emit an empty string.
    * Fix zero divided by zero to emit an error, not `nan`.
    * Fix modulo operator to emit `nan` if either side is `nan`.
    * Fix `implode` function to emit replacement characters on
      invalid code points.
    * Fix `stderr` function to output strings in raw format.
    * Fix `error` function to throw an error even for `null`.
    * Fix `walk` function on multiple outputs arguments.
    * Fix `--from-file` option to work with `--arg` and `--argjson` options.
    * Improve query parser to support comment continuation with backslash.
    * Improve `modulemeta` function to include defined function names in
      the module.
    * Improve search path of `import` and `include` directives to support
      `$ORIGIN` expansion.
    * Remove deprecated `leaf_paths` function.
* Thu Jun 01 2023 Arnav Singh <opensuse@arnavion.dev>
  - Update vendor tarball.
* Thu Jun 01 2023 Arnav Singh <opensuse@arnavion.dev>
  - Update to v0.12.13
    * Implement `@urid` format string to decode URI values.
    * Fix some functions returning arrays to emit empty slices instead of nil.
* Sat May 13 2023 Arnav Singh <opensuse@arnavion.dev>
  - Restrict minumum golang version to the one listed in go.mod
* Sat May 13 2023 Arnav Singh <opensuse@arnavion.dev>
  - Disable -buildmode=pie on ppc64, and add some verbosity flags.
* Fri May 12 2023 Arnav Singh <opensuse@arnavion.dev>
  - Initial package of 0.12.12 for OpenSUSE.

Files

/usr/bin/gojq
/usr/share/doc/packages/gojq
/usr/share/doc/packages/gojq/README.md
/usr/share/licenses/gojq
/usr/share/licenses/gojq/LICENSE
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_gojq


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024