pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tinytest



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 10 13:31:33 UTC 2023

Modified Files:
        pkgsrc/devel/R-tinytest: Makefile distinfo

Log Message:
(devel/R-tinytest) Updated 1.3.1 to 1.4.1

version 1.4.1
- expect_warning and expect_message gain argument 'strict'. This toggles
  between failing when an exception worse than the expected one is thrown.
  (Thanks to Joshua Ulrich for the suggestion)
- New function 'expect_length' checks length of object (thanks to Marcel Ramos
  for suggesting).
- New function 'exit_if': conditionally exit a test file, akin to stopifnot.
  (Thanks to Grant McDermott for triggering this).
- New function 'expect_match' to test whether string output(s) match a
  regular expression (Thanks to Aaron Jacobs for the suggestion).
- package has no logo now, thanks to Reto Stauffer!
- 'build_install_test' gains 'color' argument (thanks to Tim Taylor
  for suggesting)
- 'run_test_file' and 'build_install_test' gain 'encoding' argument that
  is passed to 'parse' for reading test files (thanks to Vincent Goulet
  for suggesting).
- exit_file() is now safeguarded against non-character argument.
- Fixed reporting issue for class labels on conditions. (thanks to dherz
  for reporting)
- Fixed bug: multiple extension packages are now possible (thanks
  to Vincent Arel-Bundock for the PR)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-tinytest/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-tinytest/distinfo

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

Modified files:

Index: pkgsrc/devel/R-tinytest/Makefile
diff -u pkgsrc/devel/R-tinytest/Makefile:1.2 pkgsrc/devel/R-tinytest/Makefile:1.3
--- pkgsrc/devel/R-tinytest/Makefile:1.2        Thu Aug 19 14:45:48 2021
+++ pkgsrc/devel/R-tinytest/Makefile    Sat Jun 10 13:31:33 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2021/08/19 14:45:48 mef Exp $
+# $NetBSD: Makefile,v 1.3 2023/06/10 13:31:33 mef Exp $
 
 R_PKGNAME=     tinytest
-R_PKGVER=      1.3.1
+R_PKGVER=      1.4.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-tinytest/distinfo
diff -u pkgsrc/devel/R-tinytest/distinfo:1.4 pkgsrc/devel/R-tinytest/distinfo:1.5
--- pkgsrc/devel/R-tinytest/distinfo:1.4        Tue Oct 26 10:14:09 2021
+++ pkgsrc/devel/R-tinytest/distinfo    Sat Jun 10 13:31:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:09 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/10 13:31:33 mef Exp $
 
-BLAKE2s (R/tinytest_1.3.1.tar.gz) = 4584f2a49fb5e989adec2f5d6ee1f84eabacb3eca43ac22c83783f9e18496225
-SHA512 (R/tinytest_1.3.1.tar.gz) = bb580f42f47375e730a698072645c1cb8c5e6d46c8ab2e69b2fbd4c0f9edd5c97ddbbc0d4d3cc35d3d785e937f10d74a4c2c41f86777add8c81ec43c884bc019
-Size (R/tinytest_1.3.1.tar.gz) = 445398 bytes
+BLAKE2s (R/tinytest_1.4.1.tar.gz) = 8625290933d27ec548550df8da896a53c60b91ca88e534121702d41b24fef058
+SHA512 (R/tinytest_1.4.1.tar.gz) = a719187b18e41cd4df51c876d9d8b969244ec76c67daca3c6270e7080c35ef2a94b1fcd1fce1b863177bd7d5a8822291ecc49f7c837c823c62113485a85651ed
+Size (R/tinytest_1.4.1.tar.gz) = 587352 bytes



Home | Main Index | Thread Index | Old Index