pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Strptime Update to 1.73



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c17e37341e64
branches:  trunk
changeset: 360854:c17e37341e64
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Apr 09 07:31:21 2017 +0000

description:
Update to 1.73
Update DEPENDS

Upstream changes:
1.73     2017-01-31

- The format_datetime now checks that the object it is given isa DateTime
  object. Implemented by Mohammad S Anwar. GitHub #17.


1.72     2017-01-24

- Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN
  Testers. Also require DateTime::TimeZone 2.09 because you should really
  update this on a regular basis.

- Require Specio 0.33 to fix other test failures seen on CPAN (I hope).


1.71     2017-01-24

- By default, the word boundary checks added in 1.69 are now off. You can
  enable them by passing "strict => 1" to the constructor. This was reported
  as an issue by Toby Corkindale as GitHub #15.

- Switched from Params::Validate to Params::ValidationCompiler.

diffstat:

 time/p5-DateTime-Format-Strptime/Makefile |   9 +++++----
 time/p5-DateTime-Format-Strptime/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 49d094cc32a9 -r c17e37341e64 time/p5-DateTime-Format-Strptime/Makefile
--- a/time/p5-DateTime-Format-Strptime/Makefile Sun Apr 09 07:15:25 2017 +0000
+++ b/time/p5-DateTime-Format-Strptime/Makefile Sun Apr 09 07:31:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/01/07 06:20:58 wen Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/09 07:31:21 wen Exp $
 
-DISTNAME=      DateTime-Format-Strptime-1.70
+DISTNAME=      DateTime-Format-Strptime-1.73
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -11,10 +11,11 @@
 LICENSE=       artistic-2.0
 
 DEPENDS+=      p5-DateTime>=1.00:../../time/p5-DateTime
-DEPENDS+=      p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale
+DEPENDS+=      p5-DateTime-Locale>=1.05:../../time/p5-DateTime-Locale
 DEPENDS+=      p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone
-DEPENDS+=      p5-Params-Validate>=1.20:../../devel/p5-Params-Validate
+DEPENDS+=      p5-Params-ValidationCompiler>=0:../../devel/p5-Params-ValidationCompiler
 DEPENDS+=      p5-Package-DeprecationManager>=0.15:../../devel/p5-Package-DeprecationManager
+DEPENDS+=      p5-Specio>=0.33:../../devel/p5-Specio
 # for make test
 BUILD_DEPENDS+=        p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash
 BUILD_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
diff -r 49d094cc32a9 -r c17e37341e64 time/p5-DateTime-Format-Strptime/distinfo
--- a/time/p5-DateTime-Format-Strptime/distinfo Sun Apr 09 07:15:25 2017 +0000
+++ b/time/p5-DateTime-Format-Strptime/distinfo Sun Apr 09 07:31:21 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/07 06:20:58 wen Exp $
+$NetBSD: distinfo,v 1.17 2017/04/09 07:31:21 wen Exp $
 
-SHA1 (DateTime-Format-Strptime-1.70.tar.gz) = e52ba2e1c27ec148cacd6f8a052ae11997416668
-RMD160 (DateTime-Format-Strptime-1.70.tar.gz) = 333940ec1ee24bcc877c31fc93df4c00014ce1da
-SHA512 (DateTime-Format-Strptime-1.70.tar.gz) = a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09
-Size (DateTime-Format-Strptime-1.70.tar.gz) = 105460 bytes
+SHA1 (DateTime-Format-Strptime-1.73.tar.gz) = 20c438a82df29d0795a28bdbde72ae5c962963c4
+RMD160 (DateTime-Format-Strptime-1.73.tar.gz) = b8b4979c37e5f33ae669c0f0c920dfa9b2a19fb1
+SHA512 (DateTime-Format-Strptime-1.73.tar.gz) = c259473e1120a9e40020cba2c7d008227521dbca0d2906878ee75e1ebc58e82760386bb32ebb1e987e68dfa4ce7f1e532dc4bfdf70467383425705e3f1c18d15
+Size (DateTime-Format-Strptime-1.73.tar.gz) = 108454 bytes



Home | Main Index | Thread Index | Old Index