Skip to content

Commit

Permalink
Update to 1.16
Browse files Browse the repository at this point in the history
Update DEPENDS

Upstream changes:
1.16  2023-02-04  <schubiger@cpan.org>

 - Merged development version to stable.

1.15_03  2023-02-03  <schubiger@cpan.org>

 - Drop generating compat Makefile.PL.

1.15_02  2023-02-02  <schubiger@cpan.org>

 - Remove implicit m/d format; adjust tests.
   [github #11]

1.15_01  2023-01-27  <schubiger@cpan.org>

 - Move further testing modules to test_requires.
   [inspired by github #10 - Karen Etheridge]

1.15  2023-01-12  <schubiger@cpan.org>

 - Merged development version to stable.

1.14_03  2023-01-10  <schubiger@cpan.org>

 - Minor whitespace tweak.

1.14_02  2023-01-09  <schubiger@cpan.org>

 - Move testing modules to test_requires.
   [github #20 - Olaf Alders]

 - List Jim Avera in credits.

1.14_01  2023-01-08  <schubiger@cpan.org>

 - Fix extract_datetime fails with newly-created parser.
   [rt #144219 - Jim Avera]

1.14  2022-12-30  <schubiger@cpan.org>

 - Merged development version to stable.

1.13_02  2022-12-29  <schubiger@cpan.org>

 - Distinguish between truncated/unaltered when testing.

1.13_01  2022-08-06  <schubiger@cpan.org>

 - Add support for millisecond(s) as parsable unit.
  • Loading branch information
wen committed Apr 11, 2023
1 parent e5cfe4b commit 03ad07d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions time/p5-DateTime-Format-Natural/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.38 2022/06/28 11:36:55 wiz Exp $
# $NetBSD: Makefile,v 1.39 2023/04/11 11:47:30 wen Exp $

DISTNAME= DateTime-Format-Natural-1.13
DISTNAME= DateTime-Format-Natural-1.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}

Expand All @@ -12,15 +11,16 @@ COMMENT= Create machine readable date/time with natural parsing logic
LICENSE= ${PERL5_LICENSE}

DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
DEPENDS+= p5-DateTime-HiRes-[0-9]*:../../time/p5-DateTime-HiRes
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
DEPENDS+= p5-Params-Validate>=1.15:../../devel/p5-Params-Validate
DEPENDS+= p5-boolean-[0-9]*:../../devel/p5-boolean
DEPENDS+= p5-Module-Util>=0:../../devel/p5-Module-Util
DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone
# recommended
DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc

TEST_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
TEST_DEPENDS+= p5-Test-MockTime-HiRes-[0-9]*:../../time/p5-Test-MockTime-HiRes

PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= #
Expand Down
8 changes: 4 additions & 4 deletions time/p5-DateTime-Format-Natural/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.23 2022/02/14 14:23:01 wen Exp $
$NetBSD: distinfo,v 1.24 2023/04/11 11:47:30 wen Exp $

BLAKE2s (DateTime-Format-Natural-1.13.tar.gz) = c26d0dce95cde9c4e8a8913069653c5ffce957e541fc1cc7e896b31d2d313aca
SHA512 (DateTime-Format-Natural-1.13.tar.gz) = 1fb1862232ba32558c573b17a1d167b13c49eb3e118c9a068baf303e627d79f5dc448dbd7d4b402a8de88b9d987c5b798176b5aacdbef3d4a96c5ce33d3aff32
Size (DateTime-Format-Natural-1.13.tar.gz) = 83127 bytes
BLAKE2s (DateTime-Format-Natural-1.16.tar.gz) = 813d5ca15f89ee1a252420e0cd756d9a592eee8ab9251f702d6a5d5a52fbc103
SHA512 (DateTime-Format-Natural-1.16.tar.gz) = 498276a5c783176a531d6b13924a351965cf38ea8e09106ec010f63a93c3a8a1699e1a633d16b93d34499b88459cea19d6e32700e81eed5852f0c8f6abca46c8
Size (DateTime-Format-Natural-1.16.tar.gz) = 86312 bytes

0 comments on commit 03ad07d

Please sign in to comment.