Received: by mail.netbsd.org (Postfix, from userid 605) id 7D6FB84D79; Sun, 30 May 2021 15:56:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B973284D73 for ; Sun, 30 May 2021 15:56:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id dOfgmJyJt42Q for ; Sun, 30 May 2021 15:56:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5B9A84CDF for ; Sun, 30 May 2021 15:56:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF778FA95; Sun, 30 May 2021 15:56:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622390182297650" MIME-Version: 1.0 Date: Sun, 30 May 2021 15:56:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/time/R-lubridate To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210530155622.CF778FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622390182297650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun May 30 15:56:22 UTC 2021 Modified Files: pkgsrc/time/R-lubridate: Makefile distinfo Log Message: (time/R-lubridate) Updated 1.7.4 to 1.7.10 Version 1.7.10 ============== ### NEW FEATURES * `fast_strptime()` and `parse_date_time2()` now accept multiple formats and apply them in turn ### BUG FIXES * [#926](https://github.com/tidyverse/lubridate/issues/926) Fix incorrect division of intervals by months involving leap years * Fix incorrect skipping of digits during parsing of the `%z` format Version 1.7.9.2 =============== ### NEW FEATURES * [#914](https://github.com/tidyverse/lubridate/issues/914) New `rollforward()` function * [#928](https://github.com/tidyverse/lubridate/issues/928) On startup lubridate now resets TZDIR to a proper directory when it is set to non-dir values like "internal" or "macOS" (a change introduced in R4.0.2) * [#630](https://github.com/tidyverse/lubridate/issues/630) New parsing functions `ym()` and `my()` ### BUG FIXES * [#930](https://github.com/tidyverse/lubridate/issues/930) `as.period()` on intervals now returns valid Periods with double fields (not integers) Version 1.7.9 ============= ### NEW FEATURES * [#871](https://github.com/tidyverse/lubridate/issues/893) Add `vctrs` support ### BUG FIXES * [#890](https://github.com/tidyverse/lubridate/issues/890) Correctly compute year in `quarter(..., with_year = TRUE)` * [#893](https://github.com/tidyverse/lubridate/issues/893) Fix incorrect parsing of abbreviated months in locales with trailing dot (regression in v1.7.8) * [#886](https://github.com/tidyverse/lubridate/issues/886) Fix `with_tz()` for POSIXlt objects * [#887](https://github.com/tidyverse/lubridate/issues/887) Error on invalid numeric input to `month()` * [#889](https://github.com/tidyverse/lubridate/issues/889) Export new dmonth function Version 1.7.8 ============= ### NEW FEATURES * (breaking) Year and month durations now assume 365.25 days in a year consistently in conversion and constructors. Particularly `dyears(1) == years(1)` is now `TRUE`. * Format and print methods for 0-length objects are more consistent. * New duration constructor `dmonths()` to complement other duration constructors. * * `duration()` constructor now accepts `months` and `years` arguments. * [#629](https://github.com/tidyverse/lubridate/issues/629) Added `format_ISO8601()` methods. * [#672](https://github.com/tidyverse/lubridate/issues/672) Eliminate all partial argument matches * [#674](https://github.com/tidyverse/lubridate/issues/674) `as_date()` now ignores the `tz` argument * [#675](https://github.com/tidyverse/lubridate/issues/675) `force_tz()`, `with_tz()`, `tz<-` convert dates to date-times * [#681](https://github.com/tidyverse/lubridate/issues/681) New constants `NA_Date_` and `NA_POSIXct_` which parallel built-in primitive constants. * [#681](https://github.com/tidyverse/lubridate/issues/681) New constructors `Date()` and `POSIXct()` which parallel built-in primitive constructors. * [#695](https://github.com/tidyverse/lubridate/issues/695) Durations can now be compared with numeric vectors. * [#707](https://github.com/tidyverse/lubridate/issues/707) Constructors return 0-length inputs when called with no arguments * [#713](https://github.com/tidyverse/lubridate/issues/713) (breaking) `as_datetime()` always returns a `POSIXct()` * [#717](https://github.com/tidyverse/lubridate/issues/717) Common generics are now defined in `generics` dependency package. * [#719](https://github.com/tidyverse/lubridate/issues/719) Negative Durations are now displayed with leading `-`. * [#829](https://github.com/tidyverse/lubridate/issues/829) `%within%` throws more meaningful messages when applied on unsupported classes * [#831](https://github.com/tidyverse/lubridate/issues/831) Changing hour, minute or second of Date object now yields POSIXct. * [#869](https://github.com/tidyverse/lubridate/issues/869) Propagate NAs to all internal components of a Period object ### BUG FIXES * [#682](https://github.com/tidyverse/lubridate/issues/682) Fix quarter extraction with small `fiscal_start`s. * [#703](https://github.com/tidyverse/lubridate/issues/703) `leap_year()` works with objects supported by `year()`. * [#778](https://github.com/tidyverse/lubridate/issues/778) `duration()/period()/make_difftime()` work with repeated units * `c.Period` concatenation doesn't fail with empty components. * Honor `exact = TRUE` argument in `parse_date_time2`, which was so far ignored. Version 1.7.4 ============= ### NEW FEATURES * [#658](https://github.com/tidyverse/lubridate/issues/658) `%within%` now accepts a list of intervals, in which case an instant is checked if it occurs within any of the supplied intervals. ### CHANGES * [#661](https://github.com/tidyverse/lubridate/issues/661) Throw error on invalid multi-unit rounding. * [#633](https://github.com/tidyverse/lubridate/issues/633) `%%` on intervals relies on `%m+` arithmetic and doesn't produce NAs when intermediate computations result in non-existent dates. * `tz()` always returns "UTC" when `tzone` attribute cannot be inferred. ### BUG FIXES * [#664](https://github.com/tidyverse/lubridate/issues/664) Fix lookup of period functions in `as.period` * [#649](https://github.com/tidyverse/lubridate/issues/664) Fix system timezone memoization Version 1.7.3 ============= ### BUG FIXES * [#643](https://github.com/tidyverse/lubridate/issues/643), [#640](https://github.com/tidyverse/lubridate/issues/640), [#645](https://github.com/tidyverse/lubridate/issues/645) Fix faulty caching of system timezone. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/R-lubridate/Makefile \ pkgsrc/time/R-lubridate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622390182297650 Content-Disposition: inline Content-Length: 1860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/R-lubridate/Makefile diff -u pkgsrc/time/R-lubridate/Makefile:1.1 pkgsrc/time/R-lubridate/Makefile:1.2 --- pkgsrc/time/R-lubridate/Makefile:1.1 Fri Aug 7 02:33:41 2020 +++ pkgsrc/time/R-lubridate/Makefile Sun May 30 15:56:22 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/08/07 02:33:41 brook Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/30 15:56:22 mef Exp $ R_PKGNAME= lubridate -R_PKGVER= 1.7.4 +R_PKGVER= 1.7.10 CATEGORIES= time MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,6 +9,7 @@ COMMENT= Make Dealing with Dates a Littl LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 DEPENDS+= R-stringr>=1.4.0:../../textproc/R-stringr +DEPENDS+= R-generics-[0-9]*:../../math/R-generics USE_LANGUAGES= c c++ Index: pkgsrc/time/R-lubridate/distinfo diff -u pkgsrc/time/R-lubridate/distinfo:1.1 pkgsrc/time/R-lubridate/distinfo:1.2 --- pkgsrc/time/R-lubridate/distinfo:1.1 Fri Aug 7 02:33:41 2020 +++ pkgsrc/time/R-lubridate/distinfo Sun May 30 15:56:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/08/07 02:33:41 brook Exp $ +$NetBSD: distinfo,v 1.2 2021/05/30 15:56:22 mef Exp $ -SHA1 (R/lubridate_1.7.4.tar.gz) = fd99b47fc74bc5e240a32cbcc3bae20a27f973ce -RMD160 (R/lubridate_1.7.4.tar.gz) = 1a4f75b8c235f827c9a63ba3e8c6513166f60826 -SHA512 (R/lubridate_1.7.4.tar.gz) = b77af2a16c07a24278bf59eab2231524f81c6f4ce92d9e8b5ffe3d4cb8fe8af229c8bbe1c94d596cb858c2f7cef83a7b99b6e15654402f12d911d887dc04ab5b -Size (R/lubridate_1.7.4.tar.gz) = 449850 bytes +SHA1 (R/lubridate_1.7.10.tar.gz) = 4a2926c45a98102f0ec872b5e02b5d31baef1663 +RMD160 (R/lubridate_1.7.10.tar.gz) = 03c894c06239a95fc5948e52f64972cb0afaa749 +SHA512 (R/lubridate_1.7.10.tar.gz) = 0027ac50e49770bb668e50e2f8bfbbb954ac093885cf71b29b84a341da29189a5bf07af962205df7d05609a876eb6da46b2160ce4686059782758f76a98fc889 +Size (R/lubridate_1.7.10.tar.gz) = 473547 bytes --_----------=_1622390182297650--