Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gojq for openSUSE:Factory checked in at 2023-12-02 17:13:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gojq (Old) and /work/SRC/openSUSE:Factory/.gojq.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gojq" Sat Dec 2 17:13:02 2023 rev:4 rq:1130335 version:0.12.14 Changes: -------- --- /work/SRC/openSUSE:Factory/gojq/gojq.changes 2023-06-04 00:13:12.101748923 +0200 +++ /work/SRC/openSUSE:Factory/.gojq.new.25432/gojq.changes 2023-12-02 17:13:18.345639846 +0100 @@ -1,0 +2,22 @@ +Fri Dec 1 16:47:58 UTC 2023 - Arnav Singh <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- gojq-0.12.13.tar.gz vendor.tar.gz New: ---- gojq-0.12.14.tar.gz vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gojq.spec ++++++ --- /var/tmp/diff_new_pack.NXr0BH/_old 2023-12-02 17:13:19.213671656 +0100 +++ /var/tmp/diff_new_pack.NXr0BH/_new 2023-12-02 17:13:19.213671656 +0100 @@ -17,15 +17,16 @@ Name: gojq -Version: 0.12.13 +Version: 0.12.14 Release: 0 Summary: Pure Go implementation of jq License: MIT URL: https://github.com/itchyny/gojq Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -Source1: vendor.tar.gz -BuildRequires: go >= 1.18 +Source1: vendor.tar.zst +BuildRequires: go >= 1.19 BuildRequires: golang-packaging +BuildRequires: zstd %description Pure Go implementation of jq. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.NXr0BH/_old 2023-12-02 17:13:19.241672682 +0100 +++ /var/tmp/diff_new_pack.NXr0BH/_new 2023-12-02 17:13:19.241672682 +0100 @@ -1,5 +1,6 @@ <services> <service name="go_modules" mode="disabled"> + <param name="compression">zst</param> </service> </services> ++++++ gojq-0.12.13.tar.gz -> gojq-0.12.14.tar.gz ++++++ ++++ 2197 lines of diff (skipped)
