pkgsrc-WIP-changes archive

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

bats-core: Update to 1.6.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Feb 27 10:04:57 2022 +0900
Changeset:	a8e0882b406272aa92b20e22472f25310a74b10a

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

Log Message:
bats-core: Update to 1.6.0

Pkgsrc changes:

* Remove fixsh for --import-functions, which seems no longer required.

Upstream changes:

Added:

* new flag --code-quote-style (and $BATS_CODE_QUOTE_STYLE) to customize
* quotes around code blocks in error output
* an example/regression test for running background tasks without blocking
the
* test run
* bats_load_library for loading libraries from the search path
* $BATS_LIB_PATH

Fixed:

* improved error trace for some broken cases
* removed leftover debug file /tmp/latch in selftest suite (single use
  latch)
* fix recurring errors on CTRL+C tests with NPM on Windows in selftest
suite
* fixed leaking of local variables from debug trap
* don't mark FD3 output from teardown_file as <failure> in junit output
* fix unbound variable error with Bash pre 4.4

Documentation

* remove links to defunct freenode IRC channel
* improved grammar
* fixed link to TAP spec

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bats-core/Makefile | 8 +-------
 bats-core/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 10 deletions(-)

diffs:
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 3bd326dd55..09f9c90da6 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		bats-core-1.5.0
+DISTNAME=		bats-core-1.6.0
 CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=bats-core/}
 GITHUB_TAG=		v${PKGVERSION_NOREV}
@@ -19,12 +19,6 @@ USE_TOOLS+=		bash:run
 
 REPLACE_BASH+=		bin/bats libexec/bats-core/*
 
-SUBST_CLASSES+=		fixsh
-SUBST_STAGE.fixsh=	pre-configure
-SUBST_MESSAGE.fixsh=	Enable function import
-SUBST_FILES.fixsh=	bin/bats libexec/bats-core/*
-SUBST_SED.fixsh+=	-e '1s,^\#!.*,& --import-functions,'
-
 do-install:
 	cd ${WRKSRC} && ${SETENV} PKGMANDIR=${PKGMANDIR} ./install.sh ${DESTDIR}${PREFIX}
 
diff --git a/bats-core/distinfo b/bats-core/distinfo
index 8e7c78f11d..da1d1c35cb 100644
--- a/bats-core/distinfo
+++ b/bats-core/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.2 2016/09/08 14:34:02 jperkin Exp $
 
-RMD160 (bats-core-1.5.0.tar.gz) = 52ddea5615e6facde321ffab09c9224549f3f22b
-SHA512 (bats-core-1.5.0.tar.gz) = e0386fb32214db67ae001a2040c44277988af7fa909a820843237c7d47eedfa4e370238d5b2d06a4667b874cad4b00f2cd14624b1bc45628192e5d693bd5073a
-Size (bats-core-1.5.0.tar.gz) = 108052 bytes
+BLAKE2s (bats-core-1.6.0.tar.gz) = add1bde3f78b8b2728eb44f08cd70b67d98e3748722d48236becfb5eaad054cf
+SHA512 (bats-core-1.6.0.tar.gz) = b5477d83339294651341734fa2eea54e73ca35e198260eab80cf3313b20904550e57b3471471fd3abfe0c4e02e360c713a87b3ee5e14468d89f3257445e6bb35
+Size (bats-core-1.6.0.tar.gz) = 116367 bytes
 SHA1 (patch-install.sh) = 482b34ba79587a54220567bc4e104c7071aab1de


Home | Main Index | Thread Index | Old Index