9
0
Commit Graph

18 Commits

Author SHA256 Message Date
4d16f2a18e Accepting request 777614 from devel:languages:perl:autoupdate
- updated to 1.010000
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.010000	2020-02-19
  
   [ Documentation ]
   - Correct documentation of slurpy with compile_named.
     Fixes RT#131720.
     <https://rt.cpan.org/Ticket/Display.html?id=131720>
  
   [ Packaging ]
   - Package as stable.
  
  1.009_003	2020-02-11
  
   [ Bug Fixes ]
   - Fix importing multiple type libraries into a type registry at once.
     Fixes RT#131744.
     <https://rt.cpan.org/Ticket/Display.html?id=131744>
  
   [ Documentation ]
   - Fix typo in documentation of `my_methods`.
     Philippe Bruhat++
  
  1.009_002	2020-02-11
  
   [ Documentation ]
   - Mention MooX::Pression.
  
   [ Other ]
   - Added: Type::Params now supports `head` and `tail` options for
     `compile`, `compile_named`, and `compile_named_oo`.
   - Parameterized `Ref` type constraint in Types::Standard now checks its
     parameter is a known Perl ref type.
   - Type::Params on Perl older than 5.10 now uses its own B::perlstring
     implementation to quote strings instead of using B::cstring.
  
  1.009_001	2020-02-06
  
   [ Test Suite ]
   - More tests for recursively defined type constraints.
  
   [ Other ]
   - Added: Type::Tiny::Enum now has an `as_regexp` method.
   - In some edge cases, the regexps used by Type::Tiny::Enum will now be
     slightly faster.
  
  1.009_000	2020-02-04
  
   - Subclasses of Moose::Meta::TypeConstraint are now converted to the
     appropriate subclasses of Type::Tiny by Types::TypeTiny::to_TypeTiny,
     instead of always being converted to the base class. This improves
     inlining amongst other things.
   - When types are declared by Type::Library's -declare import parameter,
     the temporary subs installed can now generate placeholder type
     constraints which allow the types to be used in recursive type
     definitions.

OBS-URL: https://build.opensuse.org/request/show/777614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=31
2020-02-20 11:04:35 +00:00
Lars Vogdt
ef4d3ad535 Accepting request 769006 from devel:languages:perl:autoupdate
- updated to 1.008005
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008005	2020-01-30
  
   [ Test Suite ]
   - Remove some Perl 5.012+ syntax from test suite.

OBS-URL: https://build.opensuse.org/request/show/769006
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=29
2020-02-03 19:43:16 +00:00
fc37631ef9 Accepting request 768706 from devel:languages:perl:autoupdate
- updated to 1.008004
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008004	2020-01-29
  
   [ Bug Fixes ]
   - When possible, inject `package Type::Tiny` in generated inline code that
     has an appropriate lexical scope to insert it into. This will (mostly)
     avoid inline code mistakenly using overridden versions of CORE::
     functions.
   - to_TypeTiny will now cowardly refuse to inline Moose types if they have
     anything in their inline environment.

OBS-URL: https://build.opensuse.org/request/show/768706
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=27
2020-01-30 14:27:38 +00:00
f83d386298 Accepting request 764248 from devel:languages:perl:autoupdate
- updated to 1.008003
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008003	2020-01-13
  
   [ Documentation ]
   - Update copyright dates to 2020.
  
   [ Packaging ]
   - Makefile.PL will now bail out on cperl if AUTOMATED_TESTING environment
     variable is set to true.
  
   [ Other ]
   - Added: Type::Registry can now have a parent registry.
  
  1.008002	2020-01-11
  
   [ Bug Fixes ]
   - Fix bareword errors if certain Type::Tiny subclasses were loaded prior
     to Type::Tiny.
     Fixes RT#131401.
     <https://rt.cpan.org/Ticket/Display.html?id=131401>
  
   [ Documentation ]
   - Fix typos.
     Hauke D++
  
   [ Other ]
   - Type::Tiny didn't accept string constraints for parameterizable type
     constraints; this was not a documented restriction and didn't seem to
     serve any purpose, so the restriction has been lifted.
     <https://rt.cpan.org/Ticket/Display.html?id=131238>

OBS-URL: https://build.opensuse.org/request/show/764248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=25
2020-01-14 12:44:22 +00:00
Lars Vogdt
4df419c902 Accepting request 759900 from devel:languages:perl:autoupdate
- updated to 1.008001
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008001	2019-12-28
  
   - Types::TypeTiny honours $Type::Tiny::AvoidCallbacks.
   - Types::TypeTiny now better mocks Type::Library, offering is_* and
     assert_* functions for export.
   - Use improved inline_assert when building the coderef for &{$type}
     overloading.

OBS-URL: https://build.opensuse.org/request/show/759900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=23
2019-12-29 17:32:17 +00:00
134b3e0a84 Accepting request 757724 from devel:languages:perl:autoupdate
- Limit description paragraphs to 2
- updated to 1.008000
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  Home page:    <http://typetiny.toby.ink/>

OBS-URL: https://build.opensuse.org/request/show/757724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=21
2019-12-18 15:55:39 +00:00
db00534c20 Accepting request 748593 from devel:languages:perl:autoupdate
- updated to 1.006000
   see /usr/share/doc/packages/perl-Type-Tiny/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.

OBS-URL: https://build.opensuse.org/request/show/748593
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=19
2019-11-14 17:02:22 +00:00
Stephan Kulow
cbbe47e97b Accepting request 663960 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/663960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=17
2019-01-15 06:42:06 +00:00
e36656ec1b Accepting request 631496 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/631496
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=15
2018-08-27 12:24:57 +00:00
83c9000022 Accepting request 625895 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/625895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=14
2018-08-24 10:07:46 +00:00
Stephan Kulow
17aedccc22 Accepting request 597678 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/597678
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=12
2018-04-20 13:45:48 +00:00
Stephan Kulow
90aaedc32f Accepting request 503553 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/503553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=10
2017-06-20 06:28:45 +00:00
Stephan Kulow
5a21593f14 Accepting request 500525 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/500525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=8
2017-06-09 07:22:59 +00:00
Stephan Kulow
3037bcc456 Accepting request 457013 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/457013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=6
2017-02-14 09:08:02 +00:00
Stephan Kulow
6d495d8460 Accepting request 296400 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=4
2015-04-15 05:06:13 +00:00
Stephan Kulow
7838f404b2 Accepting request 250009 from devel:languages:perl
needed fo GnuPG::interface

OBS-URL: https://build.opensuse.org/request/show/250009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Type-Tiny?expand=0&rev=1
2014-09-23 08:42:23 +00:00
Stephan Kulow
68dad8e3b2 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=2
2014-09-17 19:44:40 +00:00
Stephan Kulow
52f4e50d09 initial package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=1
2013-10-01 06:41:00 +00:00