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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36039aabdacb07e6687a4d7a8bfac78fe9d0fbb04cda8d6d966d6c1e3259d06c
|
||||
size 80041
|
||||
3
Catalyst-Plugin-Authentication-0.10024.tar.gz
Normal file
3
Catalyst-Plugin-Authentication-0.10024.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb88a1a03115ce050016fd2c64b87ae149c908b3662d70f53670b28b562fb818
|
||||
size 63038
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 05:32:24 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user