2 Commits

Author SHA256 Message Date
be9f146cdc Accepting request 1281617 from devel:tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1281617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=20
2025-05-31 17:18:19 +00:00
e7d23b0717 update to 1.12.0:
* added bats::on_failure hook that gets called when a test or setup* function fails (#1031)
  * increase compatibility with Solaris (#1043)
  * fix noclobber breaking bats-gather-tests (#1042)
  * fix exiting with 0 despite bats:focus when all tests have been filtered out (#1058)
  * remove deprecated ubuntu 20.04 from CI config (#1083)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=41
2025-05-24 13:53:48 +00:00
4 changed files with 15 additions and 5 deletions

Binary file not shown.

3
bats-core-1.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e36b020436228262731e3319ed013d84fcd7c4bd97a1b34dee33d170e9ae6bab
size 175914

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat May 24 13:45:04 UTC 2025 - Olav Reinert <seroton10@gmail.com>
- update to 1.12.0:
* added bats::on_failure hook that gets called when a test or setup* function fails (#1031)
* increase compatibility with Solaris (#1043)
* fix noclobber breaking bats-gather-tests (#1042)
* fix exiting with 0 despite bats:focus when all tests have been filtered out (#1058)
* remove deprecated ubuntu 20.04 from CI config (#1083)
-------------------------------------------------------------------
Sun Dec 15 16:53:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bats
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define pname %{name}-core
Name: bats
Version: 1.11.1
Version: 1.12.0
Release: 0
Summary: Bash Automated Testing System
License: MIT