From 2b72cb54b138bf47546ac4aa9ffd088d05c265ff2a88a5770894921696095fb8 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Thu, 9 Oct 2025 20:51:11 +0000 Subject: [PATCH] Automatic update to v2.8.3 (2.008003) --- Type-Tiny-2.008002.tar.gz | 3 --- Type-Tiny-2.008003.tar.gz | 3 +++ perl-Type-Tiny.changes | 19 +++++++++++++++++++ perl-Type-Tiny.spec | 16 ++++++++-------- 4 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 Type-Tiny-2.008002.tar.gz create mode 100644 Type-Tiny-2.008003.tar.gz diff --git a/Type-Tiny-2.008002.tar.gz b/Type-Tiny-2.008002.tar.gz deleted file mode 100644 index 746b38c..0000000 --- a/Type-Tiny-2.008002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d12f4c4952e1184b10a45ce45bba8226aad2ec584032dcde6adf5074be6b46e -size 500479 diff --git a/Type-Tiny-2.008003.tar.gz b/Type-Tiny-2.008003.tar.gz new file mode 100644 index 0000000..2c07b49 --- /dev/null +++ b/Type-Tiny-2.008003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e76a2c09a6508a0f65bc88954a6e26172d92978cfde5edb8ddaa2013cf06e7 +size 501047 diff --git a/perl-Type-Tiny.changes b/perl-Type-Tiny.changes index f364f13..92f92b0 100644 --- a/perl-Type-Tiny.changes +++ b/perl-Type-Tiny.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 9 20:51:10 UTC 2025 - Tina Müller + +- updated to 2.008003 + see /usr/share/doc/packages/perl-Type-Tiny/Changes + + 2.008003 2025-09-02 + + [ Bug Fixes ] + - Make sure methods fake-inherited from Moose (if it's loaded) are a last + resort. + Robert Moore++ + + [ Other ] + - Slightly streamlined `Type::Tiny::can` and `Type::Tiny::AUTOLOAD`. + - When dumping structures via Data::Dumper (mostly in error messages) + suppress any warnings Data::Dumper would emit. + Diab Jerius++ + ------------------------------------------------------------------- Thu May 1 05:35:26 UTC 2025 - Tina Müller diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index 3f96234..302001c 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Type-Tiny # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name Type-Tiny Name: perl-Type-Tiny -Version: 2.008002 +Version: 2.008003 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Tiny, yet Moo(se)-compatible type constraint @@ -29,16 +29,16 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Exporter::Tiny) >= 1.006000 +BuildRequires: perl(Exporter::Tiny) >= 1.6 BuildRequires: perl(Test::More) >= 0.96 -Requires: perl(Exporter::Tiny) >= 1.006000 +Requires: perl(Exporter::Tiny) >= 1.6 Recommends: perl(Class::XSAccessor) >= 1.170 -Recommends: perl(Devel::LexAlias) >= 0.50.0 +Recommends: perl(Devel::LexAlias) >= 0.50 Recommends: perl(Devel::StackTrace) Recommends: perl(Ref::Util::XS) >= 0.100 -Recommends: perl(Regexp::Util) >= 0.3.0 +Recommends: perl(Regexp::Util) >= 0.3 Recommends: perl(Sub::Util) -Recommends: perl(Type::Tiny::XS) >= 0.25.0 +Recommends: perl(Type::Tiny::XS) >= 0.25 %{perl_requires} %description @@ -49,7 +49,7 @@ Type::Tiny is a small class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -- 2.51.1