SHA256
1
0
forked from pool/bats

Accepting request 1169393 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1169393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=18
This commit is contained in:
Ana Guerrero 2024-04-21 18:28:02 +00:00 committed by Git OBS Bridge
commit 6353625ce0
4 changed files with 22 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 17 13:42:18 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.11.0:
* add security.md (#762)
* add dynamic test registration via bats_test_function (#349)
* add check that Bats is executed with Bash >= 3.2 (#873)
* Fixed:
+ install.sh now works for deviating lib/ dirs (like lib32,lib64) (#487)
+ catch unset BATS_TEST_SOURCE in lib/bats-core/tracing.bash so
+ set -u/set -o nounset works as expected (#827)
+ fix --gather-test-outputs-in fails on tests with multiple / (#789)
+ install does not create unused /usr/share/bats anymore (#857)
+ ensure IFS is unchanged in {setup,teardown}{_suite,_file,}, @test and free code (#879)
+ junit formatter: remove ANSI Codes to avoid invalid XML character (#886)
-------------------------------------------------------------------
Sun Jul 16 18:41:06 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package bats
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.10.0
Version: 1.11.0
Release: 0
Summary: Bash Automated Testing System
License: MIT
@ -60,7 +60,7 @@ sed -i '1s|#!%{_bindir}/env bash|#!/bin/bash|' ./lib{,exec}/%{pname}/* ./bin/bat
%files
%license LICENSE.md
%doc README.md
%doc README.md SECURITY.md
%{_bindir}/bats
%{_prefix}/lib/%{pname}
%if 0%{?suse_version} > 1500