pkgsrc-WIP-changes archive

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

bats-core: update to 1.12.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sat Jun 7 14:22:09 2025 +0900
Changeset:	62a8f01e5eec7a3f698568e99855acb2e7db1670

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

Log Message:
bats-core: update to 1.12.0

Added:

* bats::on_failure hook that gets called when a test or setup* function
  fails

Fixed:

* increase compatibility with Solaris
* fix noclobber breaking bats-gather-tests
* fix exiting with 0 despite bats:focus when all tests have been filtered
  out
* remove deprecated ubuntu 20.04 from CI config

Documentation:

* Fix hyperlink to external Bash resource
* Remove mentions to no longer existing find_library_load_path in
* lib/bats-core docstrings
* Add missing "status" word in --returned-status documentation

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

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

diffstat:
 bats-core/COMMIT_MSG | 2 +-
 bats-core/Makefile   | 2 +-
 bats-core/distinfo   | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/bats-core/COMMIT_MSG b/bats-core/COMMIT_MSG
index e605b6fd09..95a4a9f91d 100644
--- a/bats-core/COMMIT_MSG
+++ b/bats-core/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/bats-core: import bats-core version 1.11.1
+devel/bats-core: import bats-core version 1.12.0
 
 Packaged in wip by iquiw
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 835a86a677..c29fc1df03 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		bats-core-1.11.1
+DISTNAME=		bats-core-1.12.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 36a828cecc..ccba294cff 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.11.1.tar.gz) = 1329f22719e8c12523e2425437bdd7b999b9e10aa9e8ca42b8f9e9c889f66aa0
-SHA512 (bats-core-1.11.1.tar.gz) = 56faccadebc92555418c6aa6cb1985e7928d6db9c7bdbdd788f3dd55e82ef831d2389aa5b7198dd810fa6fd9dc6cfae78f7a10149e3027ed4f6517ede02dd8c3
-Size (bats-core-1.11.1.tar.gz) = 174699 bytes
+BLAKE2s (bats-core-1.12.0.tar.gz) = fd5b4a767d3cd59b6f076716eb2b2c560089db83172c407c81cb27b2fa7c4a6a
+SHA512 (bats-core-1.12.0.tar.gz) = df32f5c69cea53d062da331aa5aa61191bde9f4836fb1a3b149e7a1205351dc29c6797e7329bc98fb793e8f5d5cb9e10dd3d6a106e362c2ce32b089a8c67e210
+Size (bats-core-1.12.0.tar.gz) = 175914 bytes
 SHA1 (patch-install.sh) = 2080e143b70524dc745d4f7301290acf84dde824
 SHA1 (patch-libexec_bats-core_bats) = ba322d4d3085030a07f6683e692ab26573d8a98d
 SHA1 (patch-test_install.bats) = 669253c1cf8fa3e8a76f132e6da21ab7e8e79844


Home | Main Index | Thread Index | Old Index