Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Locale p5-DateTime-Locale: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc6e91cf0f45
branches:  trunk
changeset: 438585:dc6e91cf0f45
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 17:51:23 2020 +0000

description:
p5-DateTime-Locale: update to 1.28.

1.28     2020-08-28

- Move a test that was added in 1.27 to xt. This test is a sensitive to small
  variations in error message text, and testing it locally and in CI is
  sufficient. Reported by Kent Fredric. GH #27.


1.27     2020-08-28

- The $locale->locale_data method now returns a deep clone of the locale's
  data. This allows you to safely modify any elements of the returned hash
  without breaking the original locale. Implemented by Alexander Pankoff. GH
  #26.

- We now support loading locale data from relative directories in
  @INC. Implemented by Alexander Pankoff. GH #25.

- When loading locale data, we now check $! for read errors, as well as
  checking for an error eval'ing the file's contents in $@. Fixed by Alexander
  Pankoff. GH #24.


1.26     2020-07-03

- Rebuilt all locale data with CLDR 37, released on 2020-04-23.

diffstat:

 time/p5-DateTime-Locale/Makefile |  15 ++++++++-------
 time/p5-DateTime-Locale/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r 2fdfa2a2d795 -r dc6e91cf0f45 time/p5-DateTime-Locale/Makefile
--- a/time/p5-DateTime-Locale/Makefile  Mon Sep 07 17:44:50 2020 +0000
+++ b/time/p5-DateTime-Locale/Makefile  Mon Sep 07 17:51:23 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2020/08/31 18:12:24 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/09/07 17:51:23 wiz Exp $
 
-DISTNAME=      DateTime-Locale-1.25
+DISTNAME=      DateTime-Locale-1.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
@@ -21,11 +20,13 @@
 BUILD_DEPENDS+=        p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
 
 TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check
-TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
-TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
-TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+TEST_DEPENDS+= p5-IPC-System-Simple>=0:../../devel/p5-IPC-System-Simple
+TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
+TEST_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
 TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
-TEST_DEPENDS+= p5-IPC-System-Simple>=0:../../devel/p5-IPC-System-Simple
+#TEST_DEPENDS+=        p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
+#TEST_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+#TEST_DEPENDS+=        p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/DateTime/Locale/.packlist
diff -r 2fdfa2a2d795 -r dc6e91cf0f45 time/p5-DateTime-Locale/distinfo
--- a/time/p5-DateTime-Locale/distinfo  Mon Sep 07 17:44:50 2020 +0000
+++ b/time/p5-DateTime-Locale/distinfo  Mon Sep 07 17:51:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/11/02 14:06:49 mef Exp $
+$NetBSD: distinfo,v 1.38 2020/09/07 17:51:23 wiz Exp $
 
-SHA1 (DateTime-Locale-1.25.tar.gz) = 715b3f1ae735064a1861b72dfd9193ea7ca0aeed
-RMD160 (DateTime-Locale-1.25.tar.gz) = 7f2a3e53c11463f70938b5d6fa70cd6ea439d1a8
-SHA512 (DateTime-Locale-1.25.tar.gz) = 31fb6c2a4d38350dea0160dc816c21ed2b97f11510fe9f545fe52530d00260b7bb64b1cab3a7e30531a1337aac2dd2983d0b3af09d24da0c4451498729d8777a
-Size (DateTime-Locale-1.25.tar.gz) = 1355862 bytes
+SHA1 (DateTime-Locale-1.28.tar.gz) = 7252091c16f5271018518a34945f4b79eb325454
+RMD160 (DateTime-Locale-1.28.tar.gz) = db3e4ecff75da0073b4797f3ed0c974cd7f46880
+SHA512 (DateTime-Locale-1.28.tar.gz) = 5c6349e9115bd8d6dba0b33809f9d8544f0d40802bbf0111005fda4990d3d815b236c44f60a1b5fe8d28d3f2f19343627df2d7ac87158be07e7de4f05c19a763
+Size (DateTime-Locale-1.28.tar.gz) = 1391000 bytes



Home | Main Index | Thread Index | Old Index