Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gojq for openSUSE:Factory checked in 
at 2026-08-27 18:52:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gojq (Old)
 and      /work/SRC/openSUSE:Factory/.gojq.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gojq"

Thu Aug 27 18:52:33 2026 rev:10 rq:1373906 version:0.12.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/gojq/gojq.changes        2026-04-01 
19:55:05.352245422 +0200
+++ /work/SRC/openSUSE:Factory/.gojq.new.1265/gojq.changes      2026-08-27 
18:55:41.903648777 +0200
@@ -1,0 +2,7 @@
+Thu Aug 20 01:56:12 UTC 2026 - Arnav Singh <[email protected]>
+
+- Patches:
+  * Add 0001-Disable-test-that-fails-with-golang-v1.27.patch to disable
+    a test that fails with golang v1.27.
+
+-------------------------------------------------------------------

New:
----
  0001-Disable-test-that-fails-with-golang-v1.27.patch

----------(New B)----------
  New:- Patches:
  * Add 0001-Disable-test-that-fails-with-golang-v1.27.patch to disable
    a test that fails with golang v1.27.
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gojq.spec ++++++
--- /var/tmp/diff_new_pack.TdNNUO/_old  2026-08-27 18:55:42.786681038 +0200
+++ /var/tmp/diff_new_pack.TdNNUO/_new  2026-08-27 18:55:42.788681112 +0200
@@ -25,6 +25,7 @@
 Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
 Source2:        gojq.rpmlintrc
+Patch0:         0001-Disable-test-that-fails-with-golang-v1.27.patch
 BuildRequires:  go >= 1.24
 BuildRequires:  golang-packaging
 BuildRequires:  zstd

++++++ 0001-Disable-test-that-fails-with-golang-v1.27.patch ++++++
>From 7babfdeaf91f7f34eed8a9c6c2ce30c0eb5ceb3d Mon Sep 17 00:00:00 2001
From: Arnav Singh <[email protected]>
Date: Wed, 19 Aug 2026 18:54:53 -0700
Subject: [PATCH] Disable test that fails with golang v1.27

Ref: https://github.com/itchyny/gojq/issues/301
---
 cli/test.yaml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/cli/test.yaml b/cli/test.yaml
index 15423b7..5c5af7f 100644
--- a/cli/test.yaml
+++ b/cli/test.yaml
@@ -7521,19 +7521,6 @@
     [["c"],3]
     [["c"]]
 
-- name: stream option with unterminated input
-  args:
-    - -c
-    - --stream
-    - '.'
-  input: '{"a":1,'
-  expected: |
-    [["a"],1]
-  error: |
-    invalid json: <stdin>
-        {"a":1,
-               ^  unexpected EOF
-
 - name: yaml input option
   args:
     - --yaml-input
-- 
2.55.0

Reply via email to