pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-hms



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 27 13:00:21 UTC 2023

Modified Files:
        pkgsrc/time/R-hms: Makefile distinfo

Log Message:
(time/R-hms) Updated 1.1.0 to 1.1.3, make test passed

# hms 1.1.3

## Bug fixes

- Fix method consistency, checked by R-devel.

## Internal

- Use rlang instead of ellipsis (#106).

# hms 1.1.2

- Re-rendered documentation for compatibility with R-devel.

# hms 1.1.1

- Avoid blanket import for lifecycle package for compatibility with upcoming rlang.
- Establish compatibility with development version of testthat (#101, @lionel-).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/time/R-hms/Makefile \
    pkgsrc/time/R-hms/distinfo

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

Modified files:

Index: pkgsrc/time/R-hms/Makefile
diff -u pkgsrc/time/R-hms/Makefile:1.4 pkgsrc/time/R-hms/Makefile:1.5
--- pkgsrc/time/R-hms/Makefile:1.4      Sun May 30 15:54:17 2021
+++ pkgsrc/time/R-hms/Makefile  Tue Jun 27 13:00:21 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/05/30 15:54:17 mef Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/27 13:00:21 mef Exp $
 
 R_PKGNAME=     hms
-R_PKGVER=      1.1.0
+R_PKGVER=      1.1.3
 CATEGORIES=    time sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,6 +15,8 @@ DEPENDS+=     R-lifecycle-[0-9]*:../../devel
 
 TEST_DEPENDS+= R-ellipsis>=0.3.2:../../math/R-ellipsis
 TEST_DEPENDS+= R-lubridate-[0-9]*:../../time/R-lubridate
+TEST_DEPENDS+= R-pillar-[0-9]*:../../misc/R-pillar
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/time/R-hms/distinfo
diff -u pkgsrc/time/R-hms/distinfo:1.4 pkgsrc/time/R-hms/distinfo:1.5
--- pkgsrc/time/R-hms/distinfo:1.4      Tue Oct 26 11:24:16 2021
+++ pkgsrc/time/R-hms/distinfo  Tue Jun 27 13:00:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:24:16 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/27 13:00:21 mef Exp $
 
-BLAKE2s (R/hms_1.1.0.tar.gz) = 59d1118dd54061296a7d5e3bf75dfda690514dec74ccd09b4626635e1383ec74
-SHA512 (R/hms_1.1.0.tar.gz) = 9d53858655ceb88e0184dfe4fe44da1ee6a3144325add17b3e208202eed976897b8fcf4c2aef0d47af89b86697b71da26fc5ed612a1aa78caae4701d40b62a41
-Size (R/hms_1.1.0.tar.gz) = 43142 bytes
+BLAKE2s (R/hms_1.1.3.tar.gz) = 31a00412616dbfd8182dacef149a13af43dfc1e67b9e0e5a0fbd1b4122371892
+SHA512 (R/hms_1.1.3.tar.gz) = ea0b8b242e9d441893214c1a973f1f664895a58a8063e6f66ecd7c9459272cf594bb39960f6d9b5ff4d5bdc084b18fab4bcaf3a1bd663647fbb5bfe5740d48df
+Size (R/hms_1.1.3.tar.gz) = 43379 bytes



Home | Main Index | Thread Index | Old Index