Skip to content

Commit

Permalink
(time/R-tzdb) Updated 0.1.2 to 0.3.0
Browse files Browse the repository at this point in the history
# 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).
  • Loading branch information
mef committed May 1, 2022
1 parent a5e10e6 commit 7dcadce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions time/R-tzdb/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# $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= [email protected]
COMMENT= Time Zone Database Information
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
Expand Down
8 changes: 4 additions & 4 deletions time/R-tzdb/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7dcadce

Please sign in to comment.