pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bats-core: update to 1.10.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jul 23 09:52:37 2023 +0900
Changeset:	b6852b44eaea3f89b38d0007e9ef3a0a0c441a76

Modified Files:
	bats-core/Makefile
	bats-core/distinfo

Log Message:
bats-core: update to 1.10.0

Added:

* add ${BATS_TEST_TAGS[@]} for querying the tags during a test
* print tags on failing tests
* test for negative arguments to --jobs
* add tests for --formatter cat
* test coverage in CI
* Support for rush as alternative to GNU parallel
* add bats_pipe helper function for run that executes \| as pipes
* publish docker images to ghcr.io (additionally to Dockerhub)

Documentation:

* clarify use cases of --formatter cat

Fixed:

* fix run with options overwriting the value of i
* fix ${BATS_TEST_NAMES[@]} containing only --tags instead of test name
  since Bats v1.8.0
* fix run --keep-empty-lines counting trailing \n as (empty) new line
* fix short flag unpacker creating bogus command lines with valued flags
* fix formatter becoming confused with retries
* fix --gather-test-outputs-in fails on tests with /
* fix overriding date breaks --timing

Documentation

* typos, minor edits
* simplified contributing.md

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b6852b44eaea3f89b38d0007e9ef3a0a0c441a76

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 7eb802d4c6..cfdab46ebf 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		bats-core-1.9.0
+DISTNAME=		bats-core-1.10.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 9245937932..e352549157 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.9.0.tar.gz) = 390d457a5d338620ecf07842af1d677fdbf6802fea4dc42d619c8c9f4b52f857
-SHA512 (bats-core-1.9.0.tar.gz) = 743a1b3907c3a24eccd5d6fbfbdea3aec472ecf2b5c8cdd428d9dff8daa7f029ec30a2873f1beec2d758173e6f5ec892c03623dc70e56d73665c83343c9808fd
-Size (bats-core-1.9.0.tar.gz) = 151817 bytes
+BLAKE2s (bats-core-1.10.0.tar.gz) = 209c6fb8ae2292d6848bda4c66da3ad35ec3ee35b93ea513e4e28b5bfd18499c
+SHA512 (bats-core-1.10.0.tar.gz) = 31d98e26ff79354e8afd8eba2b19b1ca15ea4f1fbd16ad3936572688f49b33d68d38b6410c794f672572ee72cb535b11901759db67d4fa5656be2d0f6e050a99
+Size (bats-core-1.10.0.tar.gz) = 159353 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