Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bats for openSUSE:Factory checked in 
at 2026-08-18 16:35:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bats (Old)
 and      /work/SRC/openSUSE:Factory/.bats.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bats"

Tue Aug 18 16:35:24 2026 rev:22 rq:1371446 version:1.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bats/bats.changes        2026-03-28 
20:14:13.835600866 +0100
+++ /work/SRC/openSUSE:Factory/.bats.new.1258/bats.changes      2026-08-18 
16:35:33.385938889 +0200
@@ -1,0 +2,26 @@
+Sun Aug 16 11:39:37 UTC 2026 - Olav Reinert <[email protected]>
+
+- update to 1.14.0:
+  * Added:
+    - --errexit flag to enable errexit (set -e) behavior for commands run in 
run (#1118)
+    - pretty formatter: add non-interactive, color-only mode for CI 
environments (#1191)
+  * Fixed:
+    - junit formatter:
+      * avoid interference between env and internals (#1175)
+      * remove control characters (\x00-\x08\x0B\x0C\x0E-\x1F) (#1176)
+      * don't report (skipped) last test as failed when teardown_suite 
generates FD3 output (#1181)
+      * fix(junit-formatter): skipped tests outputs reported as (#1177)
+    - fix failures with --gather-test-outputs-in when tests change directory 
(#1183)
+    - run now honors set -e in your functions (#1118)
+      * ATTENTION: In previous versions this was suppressed unintentionally.
+      * While it might constitute a breaking change for some, we decided the 
new behavior should be the default because it might uncover hidden errors.
+      * If you need the old behavior, you can use this wrapper function 
suppress_errexit() { "$@" || return $?; } like run suppress_errexit <your 
command...>
+    - avoid overwriting $_ by the DEBUG and ERR traps set by Bats (#1208)
+    - fail with error when receiving empty string as testfile path (#1212)
+  * Changed:
+    - update the default version of the bash Docker image to 5.3 in 
devcontainer (#1184)
+    - exit with error when no tests are found. Use --allow-empty-suite to 
revert to old behavior. (#1211)
+  * Documentation:
+    - added section about dynamic test registration (#1187)
+
+-------------------------------------------------------------------

Old:
----
  bats-core-1.13.0.tar.gz

New:
----
  bats-core-1.14.0.tar.gz

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

Other differences:
------------------
++++++ bats.spec ++++++
--- /var/tmp/diff_new_pack.Cy0IzR/_old  2026-08-18 16:35:35.178003060 +0200
+++ /var/tmp/diff_new_pack.Cy0IzR/_new  2026-08-18 16:35:35.181003167 +0200
@@ -18,7 +18,7 @@
 
 %define pname %{name}-core
 Name:           bats
-Version:        1.13.0
+Version:        1.14.0
 Release:        0
 Summary:        Bash Automated Testing System
 License:        MIT

++++++ bats-core-1.13.0.tar.gz -> bats-core-1.14.0.tar.gz ++++++
++++ 1991 lines of diff (skipped)

Reply via email to