pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-timechange



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 11 13:55:36 UTC 2025

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

Log Message:
(time/R-timechange) Updated 0.2.0 to 0.3.0

Version 0.3.0
=============

### Bug fixes
 -  [lubridate#1122](https://github.com/tidyverse/lubridate/issues/1122)
   Implement force_tz fallback for GMT on system where GMT is missing
   in zoneinfo.

 - [lubridate#1114](https://github.com/tidyverse/lubridate/issues/1114)
   Fix rounding of infinite times

 - Fix %ld compile printf compiler warning

### Breaking Changes

 - For consistency reasons `time_round()` no longer fallbacks on
   `round.POSIXct()`. This affects only rounding on repeated DST
   transitions. By default `timechange` rounding operates on clock
   time, but `round.POSIXct()` operates on absolute time. For old
   behavior use absolute units (`asecs`, `amins`, `ahours`, etc).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-timechange/Makefile \
    pkgsrc/time/R-timechange/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-timechange/Makefile
diff -u pkgsrc/time/R-timechange/Makefile:1.1 pkgsrc/time/R-timechange/Makefile:1.2
--- pkgsrc/time/R-timechange/Makefile:1.1       Mon Jun  5 11:41:20 2023
+++ pkgsrc/time/R-timechange/Makefile   Sat Jan 11 13:55:35 2025
@@ -1,14 +1,25 @@
-# $NetBSD: Makefile,v 1.1 2023/06/05 11:41:20 mef Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/11 13:55:35 mef Exp $
 
 R_PKGNAME=     timechange
-R_PKGVER=      0.2.0
+R_PKGVER=      0.3.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Efficient Manipulation of Date-Times
 LICENSE=       gnu-gpl-v3
 
-USE_LANGUAGES= c c++11
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+
+# !pdfTeX error: pdflatex (file tctt0900): Font tctt0900 at 600 not found
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES+=     c++11
 
 .include "../../lang/R-cpp11/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/time/R-timechange/distinfo
diff -u pkgsrc/time/R-timechange/distinfo:1.1 pkgsrc/time/R-timechange/distinfo:1.2
--- pkgsrc/time/R-timechange/distinfo:1.1       Mon Jun  5 11:41:20 2023
+++ pkgsrc/time/R-timechange/distinfo   Sat Jan 11 13:55:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/06/05 11:41:20 mef Exp $
+$NetBSD: distinfo,v 1.2 2025/01/11 13:55:35 mef Exp $
 
-BLAKE2s (R/timechange_0.2.0.tar.gz) = 409caf358cbb87c4dc42f9e47ebdd1136acc4374984cf7eeaf9398d76005160a
-SHA512 (R/timechange_0.2.0.tar.gz) = 310e39728ea07749c02b38fbfda13e6a0b09f37364cf034b8b065677e1fd6f8eba2b612e08a510479525dfa9664e43d9a2cde983109c03d78346ad0c8430f723
-Size (R/timechange_0.2.0.tar.gz) = 102806 bytes
+BLAKE2s (R/timechange_0.3.0.tar.gz) = bc7bc6a8f48546b9679caef0eb6a0702209d6c6b21ac7a2eb3264bce423dfb72
+SHA512 (R/timechange_0.3.0.tar.gz) = 99239f406317db69866dbd14977662704b609a1debeda9d50612ab3b2f7911c850a51f63113919db8fc0ba8e0210b2f653d48b73a729048dd790b5f5238ddac9
+Size (R/timechange_0.3.0.tar.gz) = 103439 bytes



Home | Main Index | Thread Index | Old Index