pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Update to 1.57



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a86c04f484c
branches:  trunk
changeset: 375680:1a86c04f484c
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Mar 20 02:29:09 2022 +0000

description:
Update to 1.57

Upstream changes:
1.57   2022-03-03

- The last release would die if Sub::Util was not available, but this should
  just be an optional requirement. Fixed by Paul Howarth. GH #131.

- This is the second time I've introduced this bug, so now there's a test to
  make sure that DateTime can be loaded if Sub::Util is not
  installed. Hopefully this will prevent a third occurrence of this bug.


1.56   2022-03-02

- The DateTime->from_epoch constructor now accepts a single, non-hashref
  argument, and validates it as an epoch value. Requested by Neil Bowers. GH
  #119.

diffstat:

 time/p5-DateTime/Makefile |  4 ++--
 time/p5-DateTime/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 84aff1a20e2d -r 1a86c04f484c time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Sun Mar 20 02:20:54 2022 +0000
+++ b/time/p5-DateTime/Makefile Sun Mar 20 02:29:09 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2022/02/14 14:13:07 wen Exp $
+# $NetBSD: Makefile,v 1.82 2022/03/20 02:29:09 wen Exp $
 
-DISTNAME=      DateTime-1.55
+DISTNAME=      DateTime-1.57
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff -r 84aff1a20e2d -r 1a86c04f484c time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Sun Mar 20 02:20:54 2022 +0000
+++ b/time/p5-DateTime/distinfo Sun Mar 20 02:29:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2022/02/14 14:13:07 wen Exp $
+$NetBSD: distinfo,v 1.66 2022/03/20 02:29:09 wen Exp $
 
-BLAKE2s (DateTime-1.55.tar.gz) = a97bba2c254be7b2d946c4214df752ddead04eeae4d5c207003961899aef7cba
-SHA512 (DateTime-1.55.tar.gz) = a03305db6e141528d25b1156bd885518565bc53ee2c20cfc26bb84e67375d0fc783d50ab81877a69804bb46641822b64519e48c4805803064a69ca8253942a2e
-Size (DateTime-1.55.tar.gz) = 319958 bytes
+BLAKE2s (DateTime-1.57.tar.gz) = 95fc0c1bc14872a053f202f7c33eee8f1682dad08c346252e3f6783194251728
+SHA512 (DateTime-1.57.tar.gz) = 1b89d818618d09b4a4bfc6cde2325e2755546777070ad12fd55ac4e4ef209e6e44bf5458b436085f52ddd99df96293521695821d1380d65f2c7ce23ca2bffd56
+Size (DateTime-1.57.tar.gz) = 322347 bytes



Home | Main Index | Thread Index | Old Index