Skip to content

Commit

Permalink
p5-DateTime-Locale: update to 1.43.
Browse files Browse the repository at this point in the history
1.43     2024-07-27

- Fixed the prefers_24_hour_time method. This was incorrectly returning false when the locale's
  time_format_short method contained a quote string with "h" or "K" in it. For example, the fr-CA
  locale's time_format_short is `HH 'h' mm`. The quoted 'h' caused this method to return
  false. Fixed by Jacques Deguest (@jackdeguest). PR #39.
  • Loading branch information
0-wiz-0 committed Jul 28, 2024
1 parent e2ca7fb commit 258e453
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions time/p5-DateTime-Locale/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.72 2024/04/21 06:52:09 wiz Exp $
# $NetBSD: Makefile,v 1.73 2024/07/28 05:53:04 wiz Exp $

DISTNAME= DateTime-Locale-1.42
DISTNAME= DateTime-Locale-1.43
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand Down
8 changes: 4 additions & 4 deletions time/p5-DateTime-Locale/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.49 2024/04/21 06:52:09 wiz Exp $
$NetBSD: distinfo,v 1.50 2024/07/28 05:53:04 wiz Exp $

BLAKE2s (DateTime-Locale-1.42.tar.gz) = 4346432341f2d4ad16a7564ad3d1e947e06584e45d9275df94db141d3ff877d7
SHA512 (DateTime-Locale-1.42.tar.gz) = 12b29d3b8f4511217125efc0607f382960941759ceb9a102e3934dced2b58eb1b509c0b7b1dcbe49638586e67cc537ec065e7f2280bd3f983c28919f8bcc0ca0
Size (DateTime-Locale-1.42.tar.gz) = 2015405 bytes
BLAKE2s (DateTime-Locale-1.43.tar.gz) = 9f6b8eb6163ed5698ce84bc21a9c9e11b7f1580eb2a92e0a2bbc708f4b839ba5
SHA512 (DateTime-Locale-1.43.tar.gz) = 0fe8b376762dfd618a4a6036d6fbe6bdc65b1e7919894e04e2df12e670ad6b8b620e77345984190b664727b8f10bb0152f60dafd9cbd1a9253e9fc238f9c6ad7
Size (DateTime-Locale-1.43.tar.gz) = 2003421 bytes

0 comments on commit 258e453

Please sign in to comment.