Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Type-Tiny p5-Type-Tiny: update to 1.010006.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f447390b708
branches: trunk
changeset: 438374:3f447390b708
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 07 10:21:03 2020 +0000
description:
p5-Type-Tiny: update to 1.010006.
1.010006 2020-09-04
[ Bug Fixes ]
- Eliminate recusion warnings when Type::Parser needs to parse complex
types.
Fixes RT#121957.
Diab Jerius++
<https://rt.cpan.org/Ticket/Display.html?id=121957>
[ Other ]
- Better handling of coercions for pre-declared types in Type::Library.
The type objects created before the type was properly defined will now
lazily attempt to find coercions from the properly defined type once it
becomes available.
1.010005 2020-08-26
- Improvements to $AvoidCallbacks support for
Type::Tiny::{Class,Role,Duck,Enum,Union,Intersection}, and LaxNum, Ref,
RegexpRef, FileHandle, Object, Overload, and Tied types from
Types::Standard.
1.010004 2020-08-18
[ Bug Fixes ]
- Fix XSifying Enum[] where the strings contain certain non-word
characters.
Andrew Ruder++
<https://github.com/tobyink/p5-type-tiny-xs/pull/12>
<https://github.com/tobyink/p5-type-tiny/pull/59>
- Type::Params compile_named using both the head and named_to_list options
would cause compilation error.
Fixes RT#132419.
Hauke D++
Sandor Patocs++
<https://rt.cpan.org/Ticket/Display.html?id=132419>
- Workaround RT#121957 by avoiding attempting to XSify Enum type
constraints with more than 50 possible strings.
Fixes RT#121957.
Diab Jerius++
<https://rt.cpan.org/Ticket/Display.html?id=121957>
[ Documentation ]
- Link to HTTPS version of Type::Tiny web page.
1.010003 2020-08-08 The Crazy 88
[ Bug Fixes ]
- ClassName type constraint should treat empty @ISA as if no @ISA were
defined, like Type::Tiny::XS.
Fixes RT#132583.
Szymon Nieznański++
<https://rt.cpan.org/Ticket/Display.html?id=132583>
- Fix for Type::Tiny->can called as a class method.
Meredith Howard++
<https://github.com/tobyink/p5-type-tiny/pull/57>
- Fix predeclared types in Type::Library.
Meredith Howard++
<https://github.com/tobyink/p5-type-tiny/pull/58>
[ Documentation ]
- Document some edge cases for Types::Standard Int.
<https://rt.cpan.org/Ticket/Display.html?id=132754>
diffstat:
devel/p5-Type-Tiny/Makefile | 5 ++---
devel/p5-Type-Tiny/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 65429ac480f4 -r 3f447390b708 devel/p5-Type-Tiny/Makefile
--- a/devel/p5-Type-Tiny/Makefile Mon Sep 07 10:19:02 2020 +0000
+++ b/devel/p5-Type-Tiny/Makefile Mon Sep 07 10:21:03 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/08/31 18:09:12 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/09/07 10:21:03 wiz Exp $
-DISTNAME= Type-Tiny-1.010002
+DISTNAME= Type-Tiny-1.010006
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
diff -r 65429ac480f4 -r 3f447390b708 devel/p5-Type-Tiny/distinfo
--- a/devel/p5-Type-Tiny/distinfo Mon Sep 07 10:19:02 2020 +0000
+++ b/devel/p5-Type-Tiny/distinfo Mon Sep 07 10:21:03 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/05/04 13:20:41 mef Exp $
+$NetBSD: distinfo,v 1.14 2020/09/07 10:21:03 wiz Exp $
-SHA1 (Type-Tiny-1.010002.tar.gz) = 1443b106cf3cf464bf9cc36682cda9d3cd58ce49
-RMD160 (Type-Tiny-1.010002.tar.gz) = 9f9b90b85d4ce0056b48004925f7f2e74df3eec2
-SHA512 (Type-Tiny-1.010002.tar.gz) = a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358
-Size (Type-Tiny-1.010002.tar.gz) = 437396 bytes
+SHA1 (Type-Tiny-1.010006.tar.gz) = d07b40be5c638c977a54a13b0532f5bb99492659
+RMD160 (Type-Tiny-1.010006.tar.gz) = f7802283e69defda7add03d6aaedfcb8153d2b99
+SHA512 (Type-Tiny-1.010006.tar.gz) = fcc8d3b16ee91d4c30584049d8e4709f2a9571e0f1c9fe1d9f2c46c1fda2dd4f3d2f8ddce0fb9de52ed1bd9341cc62f4a6d514c1d40e68b641a8f56910ef2d3b
+Size (Type-Tiny-1.010006.tar.gz) = 440091 bytes
Home |
Main Index |
Thread Index |
Old Index