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:
2025-01-09 16:22:16 +00:00
committed by Git OBS Bridge
parent 6a2fe24a6e
commit 5a3f4554c4
4 changed files with 28 additions and 15 deletions

View File

@@ -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>