SHA256
1
0
forked from pool/bats

4 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
2593ba14b5 Accepting request 1231265 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1231265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=19
2024-12-16 18:16:33 +00:00
9366cf1143 Accepting request 1231252 from home:amanzini:branches:devel:tools
- update to 1.11.1:
  * document bats_pipe function
  * unbreak test suites with multiple files loading common constants,
    introduced in v1.11.0
  * docker image won't crash if a file or directory named 'bats' exists
  * use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests'
  * cleanup: remove unused $BATS_FILTER

OBS-URL: https://build.opensuse.org/request/show/1231252
OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=39
2024-12-15 20:00:27 +00:00
4 changed files with 26 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,24 @@
-------------------------------------------------------------------
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>
- update to 1.11.1:
* document bats_pipe function
* unbreak test suites with multiple files loading common constants,
introduced in v1.11.0
* docker image won't crash if a file or directory named 'bats' exists
* use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests'
* cleanup: remove unused $BATS_FILTER
-------------------------------------------------------------------
Wed Apr 17 13:42:18 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.0
Version: 1.12.0
Release: 0
Summary: Bash Automated Testing System
License: MIT