pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-testthat



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan 29 12:01:06 UTC 2025

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

Log Message:
(devel/R-testthat) Updated 3.2.2 to 3.2.3

# testthat 3.2.3

* Fixed an issue where `expect_no_error(1)` was failing (#2037).

* Fixed an issue where calling `skip()` outside of an active test could
  cause an unexpected error (@kevinushey, #2039).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/R-testthat/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/R-testthat/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-testthat/Makefile
diff -u pkgsrc/devel/R-testthat/Makefile:1.24 pkgsrc/devel/R-testthat/Makefile:1.25
--- pkgsrc/devel/R-testthat/Makefile:1.24       Sun Dec 15 04:22:40 2024
+++ pkgsrc/devel/R-testthat/Makefile    Wed Jan 29 12:01:06 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2024/12/15 04:22:40 mef Exp $
+# $NetBSD: Makefile,v 1.25 2025/01/29 12:01:06 mef Exp $
 
 R_PKGNAME=     testthat
-R_PKGVER=      3.2.2
+R_PKGVER=      3.2.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -25,6 +25,8 @@ DEPENDS+=     R-ps>=1.5.0:../../sysutils/R-p
 DEPENDS+=      R-lifecycle-[0-9]*:../../devel/R-lifecycle
 DEPENDS+=      R-jsonlite-[0-9]*:../../textproc/R-jsonlite
 
+# Package suggested but not available: 'S7'
+
 TEST_DEPENDS+= R-brio-[0-9]*:../../devel/R-brio
 TEST_DEPENDS+= R-callr>=3.5.1:../../devel/R-callr
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr

Index: pkgsrc/devel/R-testthat/distinfo
diff -u pkgsrc/devel/R-testthat/distinfo:1.19 pkgsrc/devel/R-testthat/distinfo:1.20
--- pkgsrc/devel/R-testthat/distinfo:1.19       Sun Dec 15 04:22:40 2024
+++ pkgsrc/devel/R-testthat/distinfo    Wed Jan 29 12:01:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/12/15 04:22:40 mef Exp $
+$NetBSD: distinfo,v 1.20 2025/01/29 12:01:06 mef Exp $
 
-BLAKE2s (R/testthat_3.2.2.tar.gz) = e57a6fcc4e2815d205945509749341191e3d263be884f060de11b525a0ea1e7e
-SHA512 (R/testthat_3.2.2.tar.gz) = b6b339492a4520d16f39781048c762c436b683e7e1912fa7012b9dd00ae4e7cc44f8b9c6431e67723bb39ca17a149500ba35c4f77893a8af85a07e08a03620b2
-Size (R/testthat_3.2.2.tar.gz) = 738898 bytes
+BLAKE2s (R/testthat_3.2.3.tar.gz) = 5b4cbeeefa92afdcd235cecd7be74cea19cc8454f50d40c5a120eac85e86dd2f
+SHA512 (R/testthat_3.2.3.tar.gz) = 5fa5394fc5102c6381d69a13c638b2db2f0b63dabd5d65f4b463a3dd457b997cee5d7b49c859fcd1ba6a1503529e1bdbb64170a516cd03ee4c5b4de73118d1fd
+Size (R/testthat_3.2.3.tar.gz) = 738940 bytes



Home | Main Index | Thread Index | Old Index