From 5a3f4554c41a571b093c2cd7febfaae1a42dca6f09598e8cc95b7af6a8fcd002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Thu, 9 Jan 2025 16:22:16 +0000 Subject: [PATCH] Accepting request 1235301 from devel:languages:perl:autoupdate - updated to 0.100.240 (0.10024) see /usr/share/doc/packages/perl-Catalyst-Plugin-Authentication/Changes 0.10024 - 2024-10-16 - update to prefer modern Catalyst APIs - silence expected warnings in tests - move repository to GitHub - convert tests from Test::WWW::Mechanize::Catalyst to Catalyst::Test - don't load unneeded Tie::RefHash - switch from Digest::SHA1 to Digest::SHA - switch from Test::Exception to Test::Fatal - drop unused dependency Class::Inspector - Don't load password when password_type is 'none', for example when used for authorization OBS-URL: https://build.opensuse.org/request/show/1235301 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Authentication?expand=0&rev=8 --- Catalyst-Plugin-Authentication-0.10023.tar.gz | 3 --- Catalyst-Plugin-Authentication-0.10024.tar.gz | 3 +++ perl-Catalyst-Plugin-Authentication.changes | 18 ++++++++++++++++++ perl-Catalyst-Plugin-Authentication.spec | 19 +++++++------------ 4 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 Catalyst-Plugin-Authentication-0.10023.tar.gz create mode 100644 Catalyst-Plugin-Authentication-0.10024.tar.gz diff --git a/Catalyst-Plugin-Authentication-0.10023.tar.gz b/Catalyst-Plugin-Authentication-0.10023.tar.gz deleted file mode 100644 index bcc384c..0000000 --- a/Catalyst-Plugin-Authentication-0.10023.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c -size 80041 diff --git a/Catalyst-Plugin-Authentication-0.10024.tar.gz b/Catalyst-Plugin-Authentication-0.10024.tar.gz new file mode 100644 index 0000000..5753ee8 --- /dev/null +++ b/Catalyst-Plugin-Authentication-0.10024.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb88a1a03115ce050016fd2c64b87ae149c908b3662d70f53670b28b562fb818 +size 63038 diff --git a/perl-Catalyst-Plugin-Authentication.changes b/perl-Catalyst-Plugin-Authentication.changes index 557d8ff..16041fc 100644 --- a/perl-Catalyst-Plugin-Authentication.changes +++ b/perl-Catalyst-Plugin-Authentication.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Oct 17 05:32:24 UTC 2024 - Tina Müller + +- updated to 0.100.240 (0.10024) + see /usr/share/doc/packages/perl-Catalyst-Plugin-Authentication/Changes + + 0.10024 - 2024-10-16 + - update to prefer modern Catalyst APIs + - silence expected warnings in tests + - move repository to GitHub + - convert tests from Test::WWW::Mechanize::Catalyst to Catalyst::Test + - don't load unneeded Tie::RefHash + - switch from Digest::SHA1 to Digest::SHA + - switch from Test::Exception to Test::Fatal + - drop unused dependency Class::Inspector + - Don't load password when password_type is 'none', + for example when used for authorization + ------------------------------------------------------------------- Wed Oct 9 12:53:38 UTC 2019 - Tina Mueller diff --git a/perl-Catalyst-Plugin-Authentication.spec b/perl-Catalyst-Plugin-Authentication.spec index b1b0b89..2b4cf5d 100644 --- a/perl-Catalyst-Plugin-Authentication.spec +++ b/perl-Catalyst-Plugin-Authentication.spec @@ -18,33 +18,27 @@ %define cpan_name Catalyst-Plugin-Authentication Name: perl-Catalyst-Plugin-Authentication -Version: 0.100.230 +Version: 0.100.240 Release: 0 -# 0.10023 -> normalize -> 0.100.230 -%define cpan_version 0.10023 +# 0.10024 -> normalize -> 0.100.240 +%define cpan_version 0.10024 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Infrastructure plugin for the Catalyst authentication framework URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Catalyst::Plugin::Session) >= 0.100 BuildRequires: perl(Catalyst::Runtime) -BuildRequires: perl(Class::Inspector) -BuildRequires: perl(Class::MOP) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(MRO::Compat) BuildRequires: perl(Moose) BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) BuildRequires: perl(String::RewritePrefix) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Try::Tiny) BuildRequires: perl(namespace::autoclean) -Requires: perl(Catalyst::Plugin::Session) >= 0.100 Requires: perl(Catalyst::Runtime) -Requires: perl(Class::Inspector) Requires: perl(MRO::Compat) Requires: perl(Moose) Requires: perl(MooseX::Emulate::Class::Accessor::Fast) @@ -95,7 +89,7 @@ changed. Please see COMPATIBILITY ROUTINES for more information. %autosetup -n %{cpan_name}-%{cpan_version} %build -PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %make_build %check @@ -108,5 +102,6 @@ make test %files -f %{name}.files %doc Changes README +%license LICENSE %changelog