From 04ae601b38115c4750aa2248bc2fd07c6378a4c2d87ce7bc59076bba4b771dac Mon Sep 17 00:00:00 2001 From: Olav Reinert Date: Sat, 20 Apr 2024 16:41:14 +0000 Subject: [PATCH] Accepting request 1168575 from home:amanzini:branches:devel:tools - 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) OBS-URL: https://build.opensuse.org/request/show/1168575 OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=37 --- bats-core-1.10.0.tar.gz | 3 --- bats-core-1.11.0.tar.gz | 3 +++ bats.changes | 16 ++++++++++++++++ bats.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 bats-core-1.10.0.tar.gz create mode 100644 bats-core-1.11.0.tar.gz diff --git a/bats-core-1.10.0.tar.gz b/bats-core-1.10.0.tar.gz deleted file mode 100644 index 957bc81..0000000 --- a/bats-core-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1a9f7875aa4b6a9480ca384d5865f1ccf1b0b1faead6b47aa47d79709a5c5fd -size 159353 diff --git a/bats-core-1.11.0.tar.gz b/bats-core-1.11.0.tar.gz new file mode 100644 index 0000000..da32adb --- /dev/null +++ b/bats-core-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeff09fdc8b0c88b3087c99de00cf549356d7a2f6a69e3fcec5e0e861d2f9063 +size 172044 diff --git a/bats.changes b/bats.changes index 1376b37..195eb2e 100644 --- a/bats.changes +++ b/bats.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 17 13:42:18 UTC 2024 - Andrea Manzini + +- 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 diff --git a/bats.spec b/bats.spec index aa51f7a..4163d0c 100644 --- a/bats.spec +++ b/bats.spec @@ -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