SHA256
1
0
forked from pool/bats

- update to 1.2.0:

* Added:
    - docs/CHANGELOG.md and docs/releasing.md (#122)
    - The -f, --filter flag to run only the tests matching a regular expression (#126)
    - Optimize stack trace capture (#138)
    - --jobs n flag to support parallel execution of tests with GNU parallel (#172)
  * Changed:
    - AppVeyor builds are now semver-compliant (#123)
    - Add Bash 5 as test target (#181)
    - Always use upper case signal names to avoid locale dependent err… (#215)
    - Fix for tests reading from stdin (#227)
    - Fix wrong line numbers of errors in bash < 4.4 (#229)
    - Remove preprocessed source after test run (#232)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/bats?expand=0&rev=15
This commit is contained in:
Olav Reinert 2020-05-20 12:13:34 +00:00 committed by Git OBS Bridge
parent b68bc67baf
commit 2f80b2bbb3
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed May 20 12:04:49 UTC 2020 - Olav Reinert <seroton10@gmail.com>
- update to 1.2.0:
* Added:
- docs/CHANGELOG.md and docs/releasing.md (#122)
- The -f, --filter flag to run only the tests matching a regular expression (#126)
- Optimize stack trace capture (#138)
- --jobs n flag to support parallel execution of tests with GNU parallel (#172)
* Changed:
- AppVeyor builds are now semver-compliant (#123)
- Add Bash 5 as test target (#181)
- Always use upper case signal names to avoid locale dependent err… (#215)
- Fix for tests reading from stdin (#227)
- Fix wrong line numbers of errors in bash < 4.4 (#229)
- Remove preprocessed source after test run (#232)
-------------------------------------------------------------------
Fri Oct 25 16:07:03 UTC 2019 - Olav Reinert <seroton10@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package bats
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: bats
Version: 1.1.0
Version: 1.2.0
Release: 0
Summary: Bash Automated Testing System
License: MIT

View File

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

3
v1.2.0.tar.gz Normal file
View File

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