pkgsrc-WIP-changes archive

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

bats-core: Update to 1.4.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jul 25 10:40:32 2021 +0900
Changeset:	62b76ff3c563bf0c2645830e30ec822dc462c774

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

Log Message:
bats-core: Update to 1.4.1

Bats 1.4.1
Released: 2021-07-24

Added:

* Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le,
  s390x

Fixed:

* automatic push to Dockerhub

Bats 1.4.0
Released: 2021-07-23

Added:

* added BATS_TEST_TMPDIR, BATS_FILE_TMPDIR, BATS_SUITE_TMPDIR
* added checks and improved documentation for $BATS_TMPDIR
* the docker container now uses tini as the container entrypoint to improve
  signal forwarding
* script to uninstall bats from a given prefix
* replace preprocessed file
  path (e.g. /tmp/bats-run-22908-NP0f9h/bats.23102.src)
* with original filename in stdout/err (but not FD3!)
* print aborted command on SIGINT/CTRL+C
* print error message when BATS_RUN_TMPDIR could not be created

Documentation

* added tutorial for new users
* fixed example invocation of docker container
* minor edits

Fixed:

* fix bats_tap_stream_unknown: command not found with pretty formatter,
  when writing non compliant extended output
* avoid collisions on $BATS_RUN_TMPDIR with --no-tempdir-cleanup and docker
  by using mktemp additionally to PID
* pretty printer now puts text that is printed to FD 3 below the test name
* rm semaphores/slot-: No such file or directory in parallel mode on MacOS
* fix YAML blocks in TAP13 formatter using ... instead of --- to start a
  block
* fixed some typos in comments
* ensure /code exists in docker container, to make examples work
  again
* also display error messages from free code
* npm installed version on Windows: fix broken internal LIBEXEC paths

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

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 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 903ec85e5a..53be2742a7 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		bats-core-1.3.0
+DISTNAME=		bats-core-1.4.1
 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 2fa199e54f..f5b69fe2d2 100644
--- a/bats-core/distinfo
+++ b/bats-core/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.2 2016/09/08 14:34:02 jperkin Exp $
 
-SHA1 (bats-core-1.3.0.tar.gz) = 1ed04feecd45ed9ea81dc350ac031418b78bd45d
-RMD160 (bats-core-1.3.0.tar.gz) = 8c72c84969773de1cbc9f6b77dd5229231e815e5
-SHA512 (bats-core-1.3.0.tar.gz) = 47f67681b380a70863805691eca39532af76670b7bba2406293c58f95cbbe3dade4f792177ee00d8ca72684731efb6db2c1ca8eeabe2fa48359e81c257f95b2c
-Size (bats-core-1.3.0.tar.gz) = 78392 bytes
+SHA1 (bats-core-1.4.1.tar.gz) = 08eb513e5dd59ce0a30837c7c5f804554d484ebc
+RMD160 (bats-core-1.4.1.tar.gz) = 86429672c062f4736d49adaaf7302e31ab853f59
+SHA512 (bats-core-1.4.1.tar.gz) = 3b00af13ac97d38349f09db79179e170e2b37c5364815e0e1fb957e6593a564d291bb50c54776088dd5784ef8cd597f0c332ec3a574bcef65e3083a5f2fc1f0e
+Size (bats-core-1.4.1.tar.gz) = 98964 bytes
 SHA1 (patch-install.sh) = 8d6df7eccf4201b6b12bd94bec91e81a6ed9517c


Home | Main Index | Thread Index | Old Index