From 2ddb04c8f0be2398091b8a2ab37ea0c0d24ef42f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 3 Mar 2016 12:45:30 +0000 Subject: Update p5-DateTime to 1.24. 1.24 2016-02-29 - The last release partially broke $dt->time. If you passed a value to use as unit separator, this was ignored. Reported by Sergiy Zuban. RT #112585. 1.23 2016-02-28 - Make all DateTime::Infinite objects return the system's representation of positive or negative infinity for any method which returns a number of string representation (year(), month(), ymd(), iso8601(), etc.). Previously some of these methods could return "Nan", "-Inf--Inf--Inf", and other confusing outputs. Reported by Greg Oschwald. RT #110341. 1.22 2016-02-21 (TRIAL RELEASE) - Fixed several issues with the handling of non-integer values passed to from_epoch(). This method was simply broken for negative values, which would end up being incremented by a full second, so for example -0.5 became 0.5. The method did not accept all valid float values. Specifically, it did not accept values in scientific notation. Finally, this method now rounds all non-integer values to the nearest millisecond. This matches the precision we can expect from Perl itself (53 bits) in most cases. Patch by Christian Hansen. GitHub #11. 1.21 2015-09-30 - Make all tests pass with both the current DateTime::Locale and the upcoming new version (currently still in trial releases). --- time/p5-DateTime/Makefile | 4 ++-- time/p5-DateTime/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'time') diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 058d0c663c3..0d04bd070ec 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2015/10/04 06:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2016/03/03 12:45:30 wiz Exp $ -DISTNAME= DateTime-1.21 +DISTNAME= DateTime-1.24 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index e79412e5203..f52b49bf0f5 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2015/11/02 23:31:38 agc Exp $ +$NetBSD: distinfo,v 1.39 2016/03/03 12:45:30 wiz Exp $ -SHA1 (DateTime-1.21.tar.gz) = 030a6e177e301e57876fcf321cf62e46f56d1928 -RMD160 (DateTime-1.21.tar.gz) = 359b383fe9d8ac335ef7f4c5da7121a440129fac -SHA512 (DateTime-1.21.tar.gz) = 256b49c6857c2eab4508ed1c1ddca0d88a32339c10334d70f95599d4d49934fe2fbc7689df334121c29abdb8eb0ebdf066183361224a5dbdce98fc1a216a721f -Size (DateTime-1.21.tar.gz) = 221151 bytes +SHA1 (DateTime-1.24.tar.gz) = 8569901f3d3af34e26075b1420f13243537a4e87 +RMD160 (DateTime-1.24.tar.gz) = 239d28bb546333c3ab97a56d0374fe0d24dbf6e0 +SHA512 (DateTime-1.24.tar.gz) = ff615f46b42121b9f4da06505506dab1831a2ee6951b92111ff5ca7f8a62ee610310eaf8e2ecf4e9e75a9fe28a76624833aed009c3fcded165338826f2f42c06 +Size (DateTime-1.24.tar.gz) = 219411 bytes -- cgit v1.2.3