pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Type-Tiny Update to 1.006000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/536d804ec1c0
branches:  trunk
changeset: 345208:536d804ec1c0
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Dec 06 13:38:53 2019 +0000

description:
Update to 1.006000
Update DEPENDS

Upstream changes:
1.006000        2019-11-12

 [ Documentation ]
 - Links to Type::Tiny on GitHub/Travis/AppVeyor/Coveralls in Type::Tiny
   pod.
 - Minor correction to POD header for Type::Params
   Jonas B Nielsen++
   <https://github.com/tobyink/p5-type-tiny/pull/43>
 - Types::Standard documentation fix.
   Lucas Buchala++
   <https://github.com/tobyink/p5-type-tiny/pull/48>

 [ Test Suite ]
 - Improve test coverage.

 [ Packaging ]
 - Bump minimum required version of Exporter::Tiny to 1.000000.
 - Type::Tiny::XS 0.016 is recommended.

 [ Other ]
 - Added: Type::Library now supports `of` and `where` options when
   importing type constraints.
 - Added: Type::Params multisig function now supports custom error
   messages.
   Benct Philip Jonsson++
   <https://github.com/tobyink/p5-type-tiny/pull/44>
 - Added: Type::Params named_to_list feature.
   <https://rt.cpan.org/Ticket/Display.html?id=128337>
 - Added: Type::Params signatures with slurpy hashrefs now allow true
   hashrefs to be passed to them.
 - Added: Type::Tiny::Enum now has a `unique_values` method.
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Added: Types::Standard ArrayRef parameterized type can now take a second
   parameter, the minimum array length.
 - Better implementation of is_subtype_of/is_supertype_of and related
   functions.
 - Don't use Int from Type::Tiny::XS unless version 0.016 is available.
   <https://rt.cpan.org/Ticket/Display.html?id=130411>
 - Eliminate memory cycles created by coderef overloading in Type::Tiny and
   Type::Coercion.
   Fixes RT#130823.
   Ivanov Anton++
   <https://rt.cpan.org/Ticket/Display.html?id=130823>
 - Eval::TypeTiny's API is now considered to be stable.
 - Fix Types::Standard's LazyLoad implementation.
 - The `values` attribute of Type::Tiny::Enum now preserves order.
   Fixes RT#129650.
   Daniel Schr?er++
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Tidy up Type::Tiny namespace a little by fully-referencing some
   functions instead of importing them.
 - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
   overload.pm and overloading.pm.
 - Types::TypeTiny::TypeTiny->has_coercion is now true.

1.005_004       2019-11-11

 [ Documentation ]
 - Types::Standard documentation fix.
   Lucas Buchala++
   <https://github.com/tobyink/p5-type-tiny/pull/48>

 [ Other ]
 - Added: Type::Tiny::Enum now has a `unique_values` method.
   <https://rt.cpan.org/Ticket/Display.html?id=129650>
 - Don't use Int from Type::Tiny::XS unless version 0.016 is available.
   <https://rt.cpan.org/Ticket/Display.html?id=130411>
 - Eliminate memory cycles created by coderef overloading in Type::Tiny and
   Type::Coercion.
   Fixes RT#130823.
   Ivanov Anton++
   <https://rt.cpan.org/Ticket/Display.html?id=130823>
 - The `values` attribute of Type::Tiny::Enum now preserves order.
   Fixes RT#129650.
   Daniel Schr?er++
   <https://rt.cpan.org/Ticket/Display.html?id=129650>

1.005_003       2019-02-26

 [ Test Suite ]
 - Improve test coverage.

 [ Other ]
 - Fix Types::Standard's LazyLoad implementation.

1.005_002       2019-01-29

 - Added: Type::Params named_to_list feature.
   <https://rt.cpan.org/Ticket/Display.html?id=128337>

1.005_001       2019-01-23

 - Added: Type::Library now supports `of` and `where` options when
   importing type constraints.

1.005_000       2019-01-20

 [ Bug Fixes ]
 - Fix spelling in error message for Types::Common::String
   LowerCaseSimpleStr.
   Robert Rothenberg++
   <https://github.com/tobyink/p5-type-tiny/pull/47>

 [ Documentation ]
 - Fix Type::Params documentation error.
   Nelo Onyiah++
   <https://github.com/tobyink/p5-type-tiny/pull/45>
 - Fix Types::Standard documentation error: incorrect third-party module
   name.
   Nelo Onyiah++
   <https://github.com/tobyink/p5-type-tiny/pull/46>
 - Minor correction to POD header for Type::Params
   Jonas B Nielsen++
   <https://github.com/tobyink/p5-type-tiny/pull/43>

 [ Packaging ]
 - Bump minimum required version of Exporter::Tiny to 1.000000.

 [ Other ]
 - Added: Type::Params multisig function now supports custom error
   messages.
   Benct Philip Jonsson++
   <https://github.com/tobyink/p5-type-tiny/pull/44>
 - Added: Types::Standard ArrayRef parameterized type can now take a second
   parameter, the minimum array length.
 - Better implementation of is_subtype_of/is_supertype_of and related
   functions.
 - Eval::TypeTiny's API is now considered to be stable.
 - Tidy up Type::Tiny namespace a little by fully-referencing some
   functions instead of importing them.
 - Tweaks to Type::Tiny and Type::Coercion to avoid unnecessarily loading
   overload.pm and overloading.pm.
 - Type::Params signatures with slurpy hashrefs now allow true hashrefs to
   be passed to them.
 - Types::TypeTiny::TypeTiny->has_coercion is now true.

diffstat:

 devel/p5-Type-Tiny/Makefile |   7 +++----
 devel/p5-Type-Tiny/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r 92ce7e3afd14 -r 536d804ec1c0 devel/p5-Type-Tiny/Makefile
--- a/devel/p5-Type-Tiny/Makefile       Fri Dec 06 13:27:22 2019 +0000
+++ b/devel/p5-Type-Tiny/Makefile       Fri Dec 06 13:38:53 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2019/08/11 13:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/12/06 13:38:53 wen Exp $
 
-DISTNAME=      Type-Tiny-1.004004
+DISTNAME=      Type-Tiny-1.006000
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
@@ -11,7 +10,7 @@
 COMMENT=       Tiny, yet Moo(se)-compatible type constraint
 LICENSE=       gnu-gpl-v1 OR artistic
 
-DEPENDS+=      p5-Exporter-Tiny>=0.040:../../devel/p5-Exporter-Tiny
+DEPENDS+=      p5-Exporter-Tiny>=1.000000:../../devel/p5-Exporter-Tiny
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Type/Tiny/.packlist
diff -r 92ce7e3afd14 -r 536d804ec1c0 devel/p5-Type-Tiny/distinfo
--- a/devel/p5-Type-Tiny/distinfo       Fri Dec 06 13:27:22 2019 +0000
+++ b/devel/p5-Type-Tiny/distinfo       Fri Dec 06 13:38:53 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/01/16 00:41:27 wen Exp $
+$NetBSD: distinfo,v 1.11 2019/12/06 13:38:53 wen Exp $
 
-SHA1 (Type-Tiny-1.004004.tar.gz) = 6e92f800e94d04cf1a04a8e835d0adf4c6a8ecef
-RMD160 (Type-Tiny-1.004004.tar.gz) = 3882d45feb59d5f4e96fbc096f83b62952e1c53d
-SHA512 (Type-Tiny-1.004004.tar.gz) = a1e09c5a3369e0a9ea8e172d86e68e818a720c5c4d633103a442fe389f7a8a7b4a03b2487ffd09f184caf4eca94ef471cc9293b04557b8d4dd260649b4121673
-Size (Type-Tiny-1.004004.tar.gz) = 286155 bytes
+SHA1 (Type-Tiny-1.006000.tar.gz) = ea5ae49092dc9c4c0de4c5fc584cc97e1cc5c497
+RMD160 (Type-Tiny-1.006000.tar.gz) = 80979a9bbc54df5a7903ba369a6fede338a1cde3
+SHA512 (Type-Tiny-1.006000.tar.gz) = 77502a89baf6d4999e4bbb84fff21f46d03f65602bf472e8c5d37db6601106d2395645b76f997b796ffc6fadbbb3b119bed09060cc1bb9dafaf6ed9342392905
+Size (Type-Tiny-1.006000.tar.gz) = 311412 bytes



Home | Main Index | Thread Index | Old Index