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.70



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6946982f70f9
branches:  trunk
changeset: 356891:6946982f70f9
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jan 07 06:20:58 2017 +0000

description:
Update to 1.70

Upstream changes:
1.70     2016-12-10

- Altered the conversion specifier %z to accept ?HH, ?HHMM, ?HH:MM and Z.
  Previously only ?HHMM where accepted. PR from Christian Hansen, GitHub #13.


1.69     2016-12-04 (TRIAL RELEASE)

- The word boundary check supposedly added in 1.67 didn't really work
  properly, and still matched too much. For example, the pattern "%d-%m-%y"
  would match "2016-11-30" and turn it into November 16, 2030. This also had
  problems at the end of strings, so that the same pattern would improperly
  match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
  #11.

- Added docs for several formats which had long been supported but not
  documented. These are %P, %c, %x, and %X. Reported by Alexander
  Hartmaier. GH #10.

diffstat:

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

diffs (27 lines):

diff -r 79737fb18e32 -r 6946982f70f9 time/p5-DateTime-Format-Strptime/Makefile
--- a/time/p5-DateTime-Format-Strptime/Makefile Sat Jan 07 04:54:05 2017 +0000
+++ b/time/p5-DateTime-Format-Strptime/Makefile Sat Jan 07 06:20:58 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/07/26 00:29:57 wen Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/07 06:20:58 wen Exp $
 
-DISTNAME=      DateTime-Format-Strptime-1.68
+DISTNAME=      DateTime-Format-Strptime-1.70
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff -r 79737fb18e32 -r 6946982f70f9 time/p5-DateTime-Format-Strptime/distinfo
--- a/time/p5-DateTime-Format-Strptime/distinfo Sat Jan 07 04:54:05 2017 +0000
+++ b/time/p5-DateTime-Format-Strptime/distinfo Sat Jan 07 06:20:58 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/07/26 00:29:57 wen Exp $
+$NetBSD: distinfo,v 1.16 2017/01/07 06:20:58 wen Exp $
 
-SHA1 (DateTime-Format-Strptime-1.68.tar.gz) = 970226965c2d07d3eaed5f6c316ab824624a22c1
-RMD160 (DateTime-Format-Strptime-1.68.tar.gz) = 7962e4335c2f8ab0ef78d4401a9bf21650eb095a
-SHA512 (DateTime-Format-Strptime-1.68.tar.gz) = a1ed7236b7d48615bf8664286c1764b3e9a881f38e87e9dea493f957896ad786f46f99c0f4e5f54063e60f59c936fd2f61da638ac0512a09d38a87b6ffee8e9c
-Size (DateTime-Format-Strptime-1.68.tar.gz) = 103125 bytes
+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



Home | Main Index | Thread Index | Old Index