pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bats-core: update to 1.11.1
Module Name: pkgsrc-wip
Committed By: Iku Iwasa <iquiw%NetBSD.org@localhost>
Pushed By: iquiw
Date: Sun Dec 1 09:31:08 2024 +0900
Changeset: 3bcd0b3acdbd277ff5000e062bd890df5e82fc80
Modified Files:
bats-core/COMMIT_MSG
bats-core/Makefile
bats-core/distinfo
Log Message:
bats-core: update to 1.11.1
Added:
* make Dockerfile compatible with #!/bin/bash files
Documentation
* document bats_pipe function
Fixed:
* unbreak test suites with multiple files loading common constants,
introduced in v1.11.0
* docker image won't crash if a file or directory named 'bats' exists
* use $BATS_LIBDIR instead of hardcoded lib in 'bats-gather-tests'
Changed:
* update Docker image with the latest bats-detik version 1.3.2
* cleanup: remove unused $BATS_FILTER
Documentation
* fix hard-coded link to readthedocs
* fix tutorial code for multiline test suite
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3bcd0b3acdbd277ff5000e062bd890df5e82fc80
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 709450b99a..e605b6fd09 100644
--- a/bats-core/COMMIT_MSG
+++ b/bats-core/COMMIT_MSG
@@ -1,3 +1,3 @@
-devel/bats-core: import bats-core version 1.11.0
+devel/bats-core: import bats-core version 1.11.1
Packaged in wip by iquiw
diff --git a/bats-core/Makefile b/bats-core/Makefile
index 408e9e5fbe..835a86a677 100644
--- a/bats-core/Makefile
+++ b/bats-core/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= bats-core-1.11.0
+DISTNAME= bats-core-1.11.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 b3e8b122ea..36a828cecc 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.0.tar.gz) = 1bdfac6d714ab948648c74d6998ca2e5cfc78376ea2c22ae31bec5e9e41dc3b6
-SHA512 (bats-core-1.11.0.tar.gz) = 8f8dc767ba2d1551288942b50fdc73ef1f31e4dd1c6d7d539968454d286fff6509ed85d8728b4779d9b085e265ddf77e89a8cd8746f3afab0c7c3542eeacbd51
-Size (bats-core-1.11.0.tar.gz) = 172044 bytes
+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
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