Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yq for openSUSE:Factory checked in 
at 2022-12-13 18:55:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yq (Old)
 and      /work/SRC/openSUSE:Factory/.yq.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yq"

Tue Dec 13 18:55:41 2022 rev:3 rq:1042487 version:4.30.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/yq/yq.changes    2022-04-14 17:26:39.251346751 
+0200
+++ /work/SRC/openSUSE:Factory/.yq.new.1835/yq.changes  2022-12-13 
18:55:55.379349178 +0100
@@ -1,0 +2,51 @@
+Sat Dec  3 16:46:48 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to v4.30.5:
+  * XML Decoder: Comment parsing tweak
+  * XML Decoder: Fixed processing comments in empty XML #1446
+  * XML Decoder: Checking for invalid content outside of a root node #1448
+  * XML Decoder: Fixed issue where content surrounding tags are lost #1447
+  * XML Decoder: Fixed xml decode bug when there is content after a comment
+  * Fixed loading yaml with header issue #1445
+  * guessTagFromCustomType warning log is now a debug.
+  * Special thanks to @Kopfbremse for reporting XML issues!
+  * Fixing missing version in brew/snap due to bug in automated versioning
+  * Updated release process (automated versioning)
+  * Fixed handling of yaml directives (#1424)
+  * Fixed parsing of newline character in string expression #1430
+  * Fixed length compares to null instead of 0 issue #1427
+  * Actually updated the default xml prefix 🤦
+  * XML users note: the default attribute prefix has change to +@ to avoid 
naming conflicts!
+  * Can use expressions in slice #1419
+  * Fixed unhandled exception when decoding CSV thanks @washanhanzi
+  * Added array_to_map operator for #1415
+  * Fixed sorting by date #1412
+  * Added check to ensure only maps can be encoded to XML #1408
+  * Check merge alias is a map #1425
+  * Explicity setting unwrap flag works for json output #437, #1409
+  * Fixed null pointer exception when parsing CSV with empty field #1404
+- update to v4.29.1:
+  * Fixed Square brackets removing update #1342
+  * Added slice array operator (.[10:15]) #44
+  * XML decoder/encoder now parses directives and proc instructions (#1344).
+  * Please use the new skip flags documented here to ignore them.
+  * XML users note that the default attribute prefix will change to +@ in the 
4.30 release to avoid naming conflicts!
+  * Improved comment handling of decoders (breaking change for yqlib users 
sorry)
+  * Fixed load operator bug when loading yaml file with multiple documents
+  * Bumped Go compiler version #1394
+  * Bumped dependencies
+  * Fixed Github Actions issues (thanks @mattphelps-8451)
+  * yq Github action docker image is now built as part of the release
+  * Fixed bug - can now delete documents #1377
+  * Fixed handling of UTF8 encoded CSVs #1373
+  * Detect and fail on missing closing brackets #1366
+  * Bumped dependencies
+  * Added setpath and delpaths operators, like jq (#1374)
+  * Added is_key operator, to check if a match was a key when recursing
+  * Added validation when attempting to add sequences to maps (#1341)
+  * Fixed relative merge bug #1333
+  * Fixed bug in alternative (//) operator, RHS being evaluated when it didn't 
need to be
+  * Fixed footer comment issue #1231
+  * Github action now runs as root (as recommended by Github Actions doc)
+
+-------------------------------------------------------------------

Old:
----
  yq-4.18.1.tar.gz

New:
----
  yq-4.30.5.tar.gz

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

Other differences:
------------------
++++++ yq.spec ++++++
--- /var/tmp/diff_new_pack.K58k4v/_old  2022-12-13 18:55:55.843351655 +0100
+++ /var/tmp/diff_new_pack.K58k4v/_new  2022-12-13 18:55:55.851351698 +0100
@@ -20,7 +20,7 @@
 %global import_path     %{provider_prefix}
 
 Name:           yq
-Version:        4.18.1
+Version:        4.30.5
 Release:        0
 Summary:        A portable command-line YAML processor
 License:        MIT
@@ -35,7 +35,7 @@
 %else
 Conflicts:      python3-yq
 %endif
-BuildRequires:  go >= 1.17
+BuildRequires:  golang(API) = 1.19
 
 %description
 A lightweight and portable command-line YAML processor. yq uses jq like syntax

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K58k4v/_old  2022-12-13 18:55:55.907351996 +0100
+++ /var/tmp/diff_new_pack.K58k4v/_new  2022-12-13 18:55:55.911352018 +0100
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v4.18.1</param>
+    <param name="revision">v4.30.5</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K58k4v/_old  2022-12-13 18:55:55.947352210 +0100
+++ /var/tmp/diff_new_pack.K58k4v/_new  2022-12-13 18:55:55.951352231 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/mikefarah/yq.git</param>
-              <param 
name="changesrevision">9b7c80a76bf136dd3cb842eb18921988a5e9ace7</param></service></servicedata>
+              <param 
name="changesrevision">42e7c3cdf08ccd664875d7ac685c7414b61962be</param></service></servicedata>
 (No newline at EOF)
 

++++++ vendor.tar.gz ++++++
++++ 70087 lines of diff (skipped)

++++++ yq-4.18.1.tar.gz -> yq-4.30.5.tar.gz ++++++
++++ 21622 lines of diff (skipped)

Reply via email to