pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-lubridate



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jan 14 13:34:00 UTC 2024

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

Log Message:
(time/R-lubridate) Updated 1.9.2 to 1.9.3

Version 1.9.3
=============

### NEW FEATURES

* [#682](https://github.com/tidyverse/lubridate/issues/682#issuecomment-1635910435)
  Add type="year_start/end" argument to `quarter()` which produces
  a complete description of the quarter.

### BUG FIXES

* [#1109](https://github.com/tidyverse/lubridate/issues/1109)
  Fix recycling of the year slot in `as.period(unit = "month")` with Periods and Intervals.
* [#1133](https://github.com/tidyverse/lubridate/issues/1133)
  Don't error on addition on infinite periods.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/R-lubridate/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/R-lubridate/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-lubridate/Makefile
diff -u pkgsrc/time/R-lubridate/Makefile:1.3 pkgsrc/time/R-lubridate/Makefile:1.4
--- pkgsrc/time/R-lubridate/Makefile:1.3        Mon Jun  5 12:25:59 2023
+++ pkgsrc/time/R-lubridate/Makefile    Sun Jan 14 13:34:00 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/06/05 12:25:59 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/01/14 13:34:00 mef Exp $
 
 R_PKGNAME=     lubridate
-R_PKGVER=      1.9.2
+R_PKGVER=      1.9.3
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +12,11 @@ DEPENDS+=    R-generics-[0-9]*:../../math/R
 DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
 DEPENDS+=      R-timechange-[0-9]*:../../time/R-timechange
 
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
 USE_LANGUAGES= c c++
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/time/R-lubridate/distinfo
diff -u pkgsrc/time/R-lubridate/distinfo:1.5 pkgsrc/time/R-lubridate/distinfo:1.6
--- pkgsrc/time/R-lubridate/distinfo:1.5        Mon Jun  5 12:25:59 2023
+++ pkgsrc/time/R-lubridate/distinfo    Sun Jan 14 13:34:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/05 12:25:59 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/01/14 13:34:00 mef Exp $
 
-BLAKE2s (R/lubridate_1.9.2.tar.gz) = 55113011f68293cf394dac8488d0f5dbc7febf12b26da9f4bf196c31f4808148
-SHA512 (R/lubridate_1.9.2.tar.gz) = bc983e5e5ff64f82b6d6af720de88ae80d72ec99ffbfb420672057b591dd8870d2676203dfe6784de6810ac6778bd64035c50ae3127fe356fcb2d89b61a9740b
-Size (R/lubridate_1.9.2.tar.gz) = 427200 bytes
+BLAKE2s (R/lubridate_1.9.3.tar.gz) = 0c684879f24c5af0ba3173ab66981c497e55e341ca0397aac6d52e69f6f76463
+SHA512 (R/lubridate_1.9.3.tar.gz) = 31c4008ce96487b609deb8f92269da9afad167821c691eea44a286ba407137a8707e4e1014f2373d431251f9120a3afcf404ac565a2e3749c2dd4331a50c7d5f
+Size (R/lubridate_1.9.3.tar.gz) = 428043 bytes



Home | Main Index | Thread Index | Old Index