pkgsrc-WIP-changes archive

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

bats-core: update to 1.13.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By:	iquiw
Date:		Sun Jun 28 13:49:34 2026 +0900
Changeset:	c5326d165adb82572f10547270485c8df2e12843

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

Log Message:
bats-core: update to 1.13.0

Added

* use the syntax parser directive to declare the Dockerfile syntax version
* Negative test filtering via --negative-filter - tests matching the
  filter are excluded
* fail-fast flag --abort to stop test suite execution on first failure

Fixed:

* unset output, stderr, lines, stderr_lines at the start of run to avoid
  crosstalk
* between successive invocations
* junit:
  * XML escape fully removes ANSI sequences, e.g. color codes, cursor
    movements
  * fix retried tests being listed multiple times
  * fix crash when setup_suite fails
* remove deprecated windows runner
* renamed docker-compose.yml to compose.yaml
* bats_test_function: don't require --tags to be sorted
* fix BATS_TEST_TIMEOUT
  * not stopping processes under run
  * prolonging skipped tests

Documentation:

* moved 3rd-party libraries list into wiki

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

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 95a4a9f91d..84354dca37 100644
--- a/bats-core/COMMIT_MSG
+++ b/bats-core/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/bats-core: import bats-core version 1.12.0
+devel/bats-core: import bats-core version 1.13.0
 
 Packaged in wip by iquiw
diff --git a/bats-core/Makefile b/bats-core/Makefile
index c29fc1df03..224e8f78a5 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		bats-core-1.12.0
+DISTNAME=		bats-core-1.13.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 ccba294cff..251d6c7421 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.12.0.tar.gz) = fd5b4a767d3cd59b6f076716eb2b2c560089db83172c407c81cb27b2fa7c4a6a
-SHA512 (bats-core-1.12.0.tar.gz) = df32f5c69cea53d062da331aa5aa61191bde9f4836fb1a3b149e7a1205351dc29c6797e7329bc98fb793e8f5d5cb9e10dd3d6a106e362c2ce32b089a8c67e210
-Size (bats-core-1.12.0.tar.gz) = 175914 bytes
+BLAKE2s (bats-core-1.13.0.tar.gz) = ba20824800e8ae9af4fd727bc9a0daa7aa8794e8831505cc9768fca785472276
+SHA512 (bats-core-1.13.0.tar.gz) = 1fc4fb87c454994496492ac975e9a50ac9b365d431c638120c54670978476a3f8af42fbf16fab7e9ceae56e31d7ab18819864a87b4c0780c2898a987d286922d
+Size (bats-core-1.13.0.tar.gz) = 178709 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