Skip to content

Commit

Permalink
Update to 1.37
Browse files Browse the repository at this point in the history
Upstream changes:
1.37     2022-10-23

- Rebuilt all locale data with the data from CLDR 42.0.0.


1.36     2022-08-20

- Fixed misparsing of the `be-tarask` locale code. This is a locale with just
  a language name and a variant. The locale parsing code assumed that all
  two-part locale codes had either a script or territory, not a variant. This
  caused the catalog to show the name of this locale as "Belarusian", the same
  as the `be` code. Reported by yvanzo. Fixes GH #32.
  • Loading branch information
wen committed Nov 6, 2022
1 parent 5a5af2b commit 245ca98
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.65 2022/08/02 09:08:07 ast Exp $
# $NetBSD: Makefile,v 1.66 2022/11/06 09:57:10 wen Exp $

DISTNAME= DateTime-Locale-1.35
DISTNAME= DateTime-Locale-1.37
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.44 2022/08/02 09:08:07 ast Exp $
$NetBSD: distinfo,v 1.45 2022/11/06 09:57:10 wen Exp $

BLAKE2s (DateTime-Locale-1.35.tar.gz) = 328ef4fc0a756544068c087f445de91780f7729c50f1ca9d5f8b641784059c4f
SHA512 (DateTime-Locale-1.35.tar.gz) = 74dc707b499e70d5ec74b6b0c907b184eaba775eeae49348b5f14da960ef9d6d4ed47288755f2d3da817b920690445681e09e809a49702dab5e55ecd4ae4c39f
Size (DateTime-Locale-1.35.tar.gz) = 1505857 bytes
BLAKE2s (DateTime-Locale-1.37.tar.gz) = 358b87fc439e46163bdd1851be6e90262182778676ebe035baacd771e476a1a0
SHA512 (DateTime-Locale-1.37.tar.gz) = 38228a04f346b50f8444d446440d63e51ee583cc2dd58b275c44aaeff43bfdee750156e4c8f046db6eb36b372026429e6e7e37000ee9d9a9fef0568f13f21a16
Size (DateTime-Locale-1.37.tar.gz) = 1545086 bytes

0 comments on commit 245ca98

Please sign in to comment.