SHA256
1
0
forked from pool/bats

Accepting request 1065892 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1065892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bats?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2023-02-15 12:41:06 +00:00 committed by Git OBS Bridge
commit fc5c6c97ce
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Feb 14 09:42:03 UTC 2023 - Avinesh Kumar <avinesh.kumar@suse.com>
- Update to version 1.9.0:
* add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE (#659)
* add `--line-reference-format` to switch file/line references in stack traces (#665)
* add `bats:focus` tag to run only focused tests (#679)
* add bats-support, bats-assert, bats-file and bats-detik to Dockerfile (#674)
* add `--help` text and `man` page content for `--filter-tags` (#679)
* explicitly check for GNU parallel (#691)
* wait for report-formatter to finish before ending `bats`' execution,
to fix empty files with `--report-fomatter junit` under Docker (#692)
* improved clarity of section about output in free code (#671)
* fixed typos (#673)
* clarify use cases of `run` (#366)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 8 09:29:03 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com> Tue Nov 8 09:29:03 UTC 2022 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package bats # spec file for package bats
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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.8.2 Version: 1.9.0
Release: 0 Release: 0
Summary: Bash Automated Testing System Summary: Bash Automated Testing System
License: MIT License: MIT