Skip to content

Commit

Permalink
p5-DateTime: update to 1.5200.
Browse files Browse the repository at this point in the history
1.52   2020-02-29

- Added a $dt->is_between($dt1, $dt2) method. Based on GH #97 by philip r
  brenan.

- Simplify the calculation of leap seconds in XS. This is a little more
  efficient for most use cases (anything with future or recent past
  datetimes). Contributed by Mark Overmeer. GH #91.
  • Loading branch information
0-wiz-0 committed Sep 7, 2020
1 parent 1b4d9b0 commit fd029dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions time/p5-DateTime/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.77 2020/08/31 18:12:21 wiz Exp $
# $NetBSD: Makefile,v 1.78 2020/09/07 17:38:15 wiz Exp $

DISTNAME= DateTime-1.51
DISTNAME= DateTime-1.52
PKGNAME= p5-${DISTNAME}00
PKGREVISION= 2
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}

Expand All @@ -24,7 +23,6 @@ TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.11:../../devel/p5-CPAN-Meta-Check
TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class

USE_LANGUAGES= c # installs C module
PERL5_PACKLIST= auto/DateTime/.packlist

.include "../../lang/perl5/module.mk"
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.60 2019/05/18 03:55:58 wen Exp $
$NetBSD: distinfo,v 1.61 2020/09/07 17:38:15 wiz Exp $

SHA1 (DateTime-1.51.tar.gz) = 2fd6a30edb878f80a96986c32b0413a9d1f31f28
RMD160 (DateTime-1.51.tar.gz) = b532d045557d135eda195fc49e12b5f51d6f05a0
SHA512 (DateTime-1.51.tar.gz) = d94d673ecefb7ed8bd485f7be9f3c2c0e9a07c402793f14f5af3bc026cc875d7d2a151f72f1c1d3518e08af133eab247796400215f4304f785d17d84e53caded
Size (DateTime-1.51.tar.gz) = 244434 bytes
SHA1 (DateTime-1.52.tar.gz) = 6cc3824f144239096b1e45343f0d41f3d148bb0d
RMD160 (DateTime-1.52.tar.gz) = f4e4115046919931b7a65e819d0801a2666070de
SHA512 (DateTime-1.52.tar.gz) = c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4
Size (DateTime-1.52.tar.gz) = 269535 bytes

0 comments on commit fd029dd

Please sign in to comment.