pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/R-tzdb (time/R-tzdb) Updated 0.1.2 to 0.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df0d75703ab7
branches:  trunk
changeset: 378273:df0d75703ab7
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 01 14:11:01 2022 +0000

description:
(time/R-tzdb) Updated 0.1.2 to 0.3.0

# tzdb 0.3.0

* Updated the embedded date library
  (SHA 9ea5654c1206e19245dc21d8a2c433e090c8c3f5) (#22).

* Updated the time zone database to 2022a (#21).

* R >=3.4.0 is now required. This is consistent with the standards of the
  tidyverse.

* cpp11 >=0.4.2 is now required to ensure that a fix related to unwind
  protection is included.

# tzdb 0.2.0

* Updated the time zone database to 2021e (#12).

* Updated the embedded date library (SHA d9049ee6976f45eff434c4971baa78ff807562c4).

* Fixed a Windows issue where the time zone database couldn't be found if the
  path to it contained Unicode characters (#10).

diffstat:

 time/R-tzdb/Makefile |  5 +++--
 time/R-tzdb/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 521f6cd4a18a -r df0d75703ab7 time/R-tzdb/Makefile
--- a/time/R-tzdb/Makefile      Sun May 01 12:51:31 2022 +0000
+++ b/time/R-tzdb/Makefile      Sun May 01 14:11:01 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/09/08 14:55:37 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/01 14:11:01 mef Exp $
 
 R_PKGNAME=     tzdb
-R_PKGVER=      0.1.2
+R_PKGVER=      0.3.0
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,6 +9,7 @@
 LICENSE=       mit     # + file LICENSE
 
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c++11
 REPLACE_PERL=  inst/tzdata/zoneinfo2tdf.pl
diff -r 521f6cd4a18a -r df0d75703ab7 time/R-tzdb/distinfo
--- a/time/R-tzdb/distinfo      Sun May 01 12:51:31 2022 +0000
+++ b/time/R-tzdb/distinfo      Sun May 01 14:11:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:24:17 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/01 14:11:01 mef Exp $
 
-BLAKE2s (R/tzdb_0.1.2.tar.gz) = 9fc6f4e182f55dd9413a93d714362964ff0057599ea2dad45767b9e790ae5ee8
-SHA512 (R/tzdb_0.1.2.tar.gz) = 1614dc981da00046afa0fbb5afced90fe804cb5f5095d97d0d17bc4ee75b322d98228a62fb25ea84d7c67fc4b03b7bb1f070468c2403d914e978daebdf11a65d
-Size (R/tzdb_0.1.2.tar.gz) = 550301 bytes
+BLAKE2s (R/tzdb_0.3.0.tar.gz) = c4922b666349b2bdf33adb84ffac946cbb73cdec01a2500c9f84801b06468469
+SHA512 (R/tzdb_0.3.0.tar.gz) = ca3de0e75d932dcf9e23dbd05788d3684336f8fc2e5e929817e48de2c1180ab68e5afc155f53c309f5fc3058cff2ebb4ef0931d5384234fe585fc1460f21668a
+Size (R/tzdb_0.3.0.tar.gz) = 567544 bytes



Home | Main Index | Thread Index | Old Index