SHA256
1
0
forked from pool/bats

Accepting request 970604 from home:susnux:branches:devel:tools

- Update to version 1.6.0
  * Added: New flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE)
    to customize quotes around code blocks in error output
  * Added: bats_load_library for loading libraries from the search
    path $BATS_LIB_PATH
  * Improved error trace for some broken cases
  * Fixed leaking of local variables from debug trap
  * Don't mark FD3 output from teardown_file as <failure> in junit
    output
  * Fix unbound variable error with Bash pre 4.4

OBS-URL: https://build.opensuse.org/request/show/970604
OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=25
This commit is contained in:
Olav Reinert 2022-04-18 18:49:22 +00:00 committed by Git OBS Bridge
parent e8b6e8b8a9
commit 9bb5183a96
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Apr 18 14:59:49 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.6.0
* Added: New flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE)
to customize quotes around code blocks in error output
* Added: bats_load_library for loading libraries from the search
path $BATS_LIB_PATH
* Improved error trace for some broken cases
* Fixed leaking of local variables from debug trap
* Don't mark FD3 output from teardown_file as <failure> in junit
output
* Fix unbound variable error with Bash pre 4.4
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 11 16:16:42 UTC 2021 - Olav Reinert <seroton10@gmail.com> Sat Dec 11 16:16:42 UTC 2021 - Olav Reinert <seroton10@gmail.com>

View File

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