Skip to content

Commit

Permalink
p5-DateTime-Locale: update to 1.28.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
0-wiz-0 committed Sep 7, 2020
1 parent bf71370 commit 996a5f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions time/p5-DateTime-Locale/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -21,11 +20,13 @@ DEPENDS+= p5-namespace-autoclean>=0.19:../../devel/p5-namespace-autoclean
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-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-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-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
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime-Locale/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 996a5f7

Please sign in to comment.