pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bats-core: Update to 1.9.0
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By: iquiw
Date: Sat Feb 25 10:29:21 2023 +0900
Changeset: 1945c11f94094c100f434c80e41a80df7ecbb728
Modified Files:
bats-core/Makefile
bats-core/distinfo
Log Message:
bats-core: Update to 1.9.0
Added:
* add installation instructions for Debian, Fedora, Gentoo, and OpenSUSE
* add --line-reference-format to switch file/line references in stack
traces
* comma_line (default): file.bats, line 1
* colon: file.bats:1
* uri: file:///path/to/file.bats:1
* custom: define your own formatter in bats_format_file_line_reference_custom
* add bats:focus tag to run only focused tests
* add bats-support, bats-assert, bats-file and bats-detik to
Dockerfile
Documentation:
* add --help text and man page content for --filter-tags
Fixed:
* explicitly check for GNU parallel
* wait for report-formatter to finish before ending bats' execution, to fix
empty files with --report-fomatter junit under Docker
Documentation
* improved clarity of section about output in free code
* fixed typos
* clarify use cases of run
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1945c11f94094c100f434c80e41a80df7ecbb728
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bats-core/Makefile | 2 +-
bats-core/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 324ea6f84e..e6e1d132c1 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= bats-core-1.8.2
+DISTNAME= bats-core-1.9.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=bats-core/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/bats-core/distinfo b/bats-core/distinfo
index 55d02ee0e4..9245937932 100644
--- a/bats-core/distinfo
+++ b/bats-core/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.2 2016/09/08 14:34:02 jperkin Exp $
-BLAKE2s (bats-core-1.8.2.tar.gz) = dcee1e4d22d02d9338f33485b94e9a1c8bdb5d791cf9e871b13cee180bcce099
-SHA512 (bats-core-1.8.2.tar.gz) = 7eace32f19789e081112af1ce8ab33ff210d52bd3ea84962bbec226349b3b8d8912b6a495f5524f9cc7cfe692f1d23d684c93c24e182752e2b30731670d6eeea
-Size (bats-core-1.8.2.tar.gz) = 143952 bytes
+BLAKE2s (bats-core-1.9.0.tar.gz) = 390d457a5d338620ecf07842af1d677fdbf6802fea4dc42d619c8c9f4b52f857
+SHA512 (bats-core-1.9.0.tar.gz) = 743a1b3907c3a24eccd5d6fbfbdea3aec472ecf2b5c8cdd428d9dff8daa7f029ec30a2873f1beec2d758173e6f5ec892c03623dc70e56d73665c83343c9808fd
+Size (bats-core-1.9.0.tar.gz) = 151817 bytes
SHA1 (patch-install.sh) = 482b34ba79587a54220567bc4e104c7071aab1de
SHA1 (patch-libexec_bats-core_bats) = ba322d4d3085030a07f6683e692ab26573d8a98d
SHA1 (patch-test_install.bats) = 669253c1cf8fa3e8a76f132e6da21ab7e8e79844
Home |
Main Index |
Thread Index |
Old Index