SHA256
1
0
forked from pool/bats

2 Commits

Author SHA256 Message Date
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 15 additions and 4 deletions

Binary file not shown.

BIN
bats-core-1.11.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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

@@ -18,7 +18,7 @@
%define pname %{name}-core
Name: bats
Version: 1.11.0
Version: 1.11.1
Release: 0
Summary: Bash Automated Testing System
License: MIT