Files
perl-Catalyst-Runtime/perl-Catalyst-Runtime.spec

222 lines
9.0 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-Catalyst-Runtime
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Catalyst-Runtime
Name: perl-Catalyst-Runtime
Version: 5.901.320
Release: 0
# 5.90132 -> normalize -> 5.901.320
%define cpan_version 5.90132
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: The Catalyst Framework Runtime
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/J/JJ/JJNAPIORK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
2025-08-12 18:12:11 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(CGI::Simple::Cookie) >= 1.109
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(CGI::Struct)
BuildRequires: perl(Carp) >= 1.25
BuildRequires: perl(Class::C3::Adopt::NEXT) >= 0.07
BuildRequires: perl(Class::Load) >= 0.12
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Devel::InnerPackage)
BuildRequires: perl(Encode) >= 2.49
BuildRequires: perl(HTML::Entities)
BuildRequires: perl(HTML::HeadParser)
BuildRequires: perl(HTTP::Body) >= 1.22
BuildRequires: perl(HTTP::Headers) >= 1.64
BuildRequires: perl(HTTP::Request) >= 5.814
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(HTTP::Response) >= 5.813
BuildRequires: perl(HTTP::Status)
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Hash::MultiValue)
BuildRequires: perl(JSON::MaybeXS) >= 1.000000
BuildRequires: perl(LWP) >= 5.837
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Pluggable) >= 4.7
BuildRequires: perl(Moose) >= 2.1400
BuildRequires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.9.30
BuildRequires: perl(MooseX::Getopt) >= 0.48
BuildRequires: perl(MooseX::MethodAttributes::Role::AttrContainer::Inheritable) >= 0.240
BuildRequires: perl(Path::Class) >= 0.09
BuildRequires: perl(PerlIO::utf8_strict)
BuildRequires: perl(Plack) >= 0.9991
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Plack::Middleware::Conditional)
BuildRequires: perl(Plack::Middleware::ContentLength)
BuildRequires: perl(Plack::Middleware::FixMissingBodyInRedirect) >= 0.09
BuildRequires: perl(Plack::Middleware::HTTPExceptions)
BuildRequires: perl(Plack::Middleware::Head)
BuildRequires: perl(Plack::Middleware::IIS6ScriptNameFix)
BuildRequires: perl(Plack::Middleware::IIS7KeepAliveFix)
BuildRequires: perl(Plack::Middleware::LighttpdScriptNameFix)
BuildRequires: perl(Plack::Middleware::MethodOverride) >= 0.120
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Plack::Middleware::RemoveRedundantBody) >= 0.03
BuildRequires: perl(Plack::Middleware::ReverseProxy) >= 0.04
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Plack::Request::Upload)
BuildRequires: perl(Plack::Test::ExternalServer)
BuildRequires: perl(Safe::Isa)
BuildRequires: perl(Socket) >= 1.96
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Stream::Buffered)
BuildRequires: perl(String::RewritePrefix) >= 0.004
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Task::Weaken)
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Text::SimpleTable) >= 0.03
BuildRequires: perl(Tree::Simple) >= 1.150
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
BuildRequires: perl(Tree::Simple::Visitor::FindByUID)
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
BuildRequires: perl(Try::Tiny) >= 0.17
BuildRequires: perl(URI) >= 1.65
BuildRequires: perl(URI::ws) >= 0.03
BuildRequires: perl(namespace::clean) >= 0.23
Requires: perl(CGI::Simple::Cookie) >= 1.109
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(CGI::Struct)
Requires: perl(Carp) >= 1.25
Requires: perl(Class::C3::Adopt::NEXT) >= 0.07
Requires: perl(Class::Load) >= 0.12
Requires: perl(Data::Dump)
Requires: perl(Data::OptList)
Requires: perl(Devel::InnerPackage)
Requires: perl(Encode) >= 2.49
Requires: perl(HTML::Entities)
Requires: perl(HTML::HeadParser)
Requires: perl(HTTP::Body) >= 1.22
Requires: perl(HTTP::Headers) >= 1.64
Requires: perl(HTTP::Request) >= 5.814
Requires: perl(HTTP::Response) >= 5.813
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Hash::MultiValue)
Requires: perl(JSON::MaybeXS) >= 1.000000
Requires: perl(LWP) >= 5.837
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
Requires: perl(List::Util) >= 1.45
Requires: perl(MRO::Compat)
Requires: perl(Module::Pluggable) >= 4.7
Requires: perl(Moose) >= 2.1400
Requires: perl(MooseX::Emulate::Class::Accessor::Fast) >= 0.9.30
Requires: perl(MooseX::Getopt) >= 0.48
Requires: perl(MooseX::MethodAttributes::Role::AttrContainer::Inheritable) >= 0.240
Requires: perl(Path::Class) >= 0.09
Requires: perl(PerlIO::utf8_strict)
Requires: perl(Plack) >= 0.9991
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Plack::Middleware::Conditional)
Requires: perl(Plack::Middleware::ContentLength)
Requires: perl(Plack::Middleware::FixMissingBodyInRedirect) >= 0.09
Requires: perl(Plack::Middleware::HTTPExceptions)
Requires: perl(Plack::Middleware::Head)
Requires: perl(Plack::Middleware::IIS6ScriptNameFix)
Requires: perl(Plack::Middleware::IIS7KeepAliveFix)
Requires: perl(Plack::Middleware::LighttpdScriptNameFix)
Requires: perl(Plack::Middleware::MethodOverride) >= 0.120
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Plack::Middleware::RemoveRedundantBody) >= 0.03
Requires: perl(Plack::Middleware::ReverseProxy) >= 0.04
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Plack::Request::Upload)
Requires: perl(Plack::Test::ExternalServer)
Requires: perl(Safe::Isa)
Requires: perl(Socket) >= 1.96
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Stream::Buffered)
Requires: perl(String::RewritePrefix) >= 0.004
Requires: perl(Sub::Exporter)
Requires: perl(Task::Weaken)
Requires: perl(Text::SimpleTable) >= 0.03
Requires: perl(Tree::Simple) >= 1.150
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
Requires: perl(Tree::Simple::Visitor::FindByUID)
- updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. 5.90059_005 - 2014-01-28 - Specify newest versions of some middleware in attempt to solve test errors reported while installing. 5.90059_004 - 2014-01-27 - Make sure IO handle objects do 'getline' before sending them to the response callback, to properly support the PSGI specification. - Added some backcompat code when setting a response body to an object that does 'read' but not 'getline'. Added deprecation notice for this case. Added docs to Catalyst::Delta. - Catalyst::Delta contains a list of behaviors which will be considered deprecated immediatelty. Most items have workarounds and tweaks you can make to avoid issues. These deprecations are targeted for removal/enforcement in the Catalyst 6 release. Please review and give your feedback. - More middleware to replace inline code (upasana++) - Documentation around Exceptions and how we handle them. - update copyright notices. 5.90059_003 - 2013-12-24 - More documentation about alternative ways to setup middleware. - removed unneeded use of Devel::Dwarn in test case that was causing fails to install (sorry). - When finalizing caught errors, if the error conforms to the interface as described by Plack::Middleware::HTTPExceptions, rethrow it and let the OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Requires: perl(Try::Tiny) >= 0.17
Requires: perl(URI) >= 1.65
Requires: perl(URI::ws) >= 0.03
Requires: perl(namespace::clean) >= 0.23
Provides: perl(Catalyst) = %{version}
Provides: perl(Catalyst::Action)
Provides: perl(Catalyst::ActionChain)
Provides: perl(Catalyst::ActionContainer)
Provides: perl(Catalyst::ActionRole::ConsumesContent)
Provides: perl(Catalyst::ActionRole::HTTPMethods)
Provides: perl(Catalyst::ActionRole::QueryMatching)
Provides: perl(Catalyst::ActionRole::Scheme)
Provides: perl(Catalyst::Base)
Provides: perl(Catalyst::ClassData)
Provides: perl(Catalyst::Component)
Provides: perl(Catalyst::Component::ApplicationAttribute)
Provides: perl(Catalyst::Component::ContextClosure)
Provides: perl(Catalyst::Controller)
Provides: perl(Catalyst::DispatchType)
Provides: perl(Catalyst::DispatchType::Chained)
Provides: perl(Catalyst::DispatchType::Default)
Provides: perl(Catalyst::DispatchType::Index)
Provides: perl(Catalyst::DispatchType::Path)
Provides: perl(Catalyst::Dispatcher)
Provides: perl(Catalyst::Engine)
Provides: perl(Catalyst::EngineLoader)
Provides: perl(Catalyst::Exception)
Provides: perl(Catalyst::Exception::Base)
Provides: perl(Catalyst::Exception::Basic)
Provides: perl(Catalyst::Exception::Detach)
Provides: perl(Catalyst::Exception::Go)
Provides: perl(Catalyst::Exception::Interface)
Provides: perl(Catalyst::Log)
Provides: perl(Catalyst::Middleware::Stash)
Provides: perl(Catalyst::Model)
Provides: perl(Catalyst::Plugin::Unicode::Encoding) = %{version}
Provides: perl(Catalyst::Request)
Provides: perl(Catalyst::Request::PartData)
Provides: perl(Catalyst::Request::Upload)
Provides: perl(Catalyst::Response)
Provides: perl(Catalyst::Response::Writer)
Provides: perl(Catalyst::Runtime) = %{version}
Provides: perl(Catalyst::Script::CGI)
Provides: perl(Catalyst::Script::Create)
Provides: perl(Catalyst::Script::FastCGI)
Provides: perl(Catalyst::Script::Server)
Provides: perl(Catalyst::Script::Test)
Provides: perl(Catalyst::ScriptRole)
Provides: perl(Catalyst::ScriptRunner)
Provides: perl(Catalyst::Stats)
Provides: perl(Catalyst::Test)
Provides: perl(Catalyst::Utils)
Provides: perl(Catalyst::View)
%undefine __perllib_provides
%{perl_requires}
%description
This is the primary class for the Catalyst-Runtime distribution, version
5.80.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
Accepting request 640409 from devel:languages:perl:autoupdate - Fix build - updated to 5.90119 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90119 - 2018-09-24 - fix test for changes in MooseX::Getopt 0.73 (RT#127050) - updated to 5.90118 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90118 - 2018-05-01 - fix handling of fragments in uri_for when path is an unblessed string (GH#160) - ensure catalyst.pl is included with dist - drop IO::Scalar prereq - include optional test prereqs as develop prereqs - remove unused developer prereq on Catalyst::Engine::PSGI - use namespace::clean consistently rather than namespace::autoclean - use JSON for test metadata to avoid needing YAML - use JSON::MaybeXS consistently in code - drop unused prereq of HTTP::Request::AsCGI - drop unneeded prereq of Class::Data::Inheritable - fix tests to cope with changes in new versions of Time::HiRes - POD typo and syntax fixes - updated to 5.90117 see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes 5.90117 - 2018-01-21 - Fixed errors in distribution packaging 5.90116 - 2018-01-19 - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++ - Killed Test::Aggregate since its clearly doomed - PR135 - improved test cases for query keywork - PR158 - improved docs for Catalyst::Test - PR157 - improved error response for data_handlers - PR156 - POD fixes - PR154 - Few dependencies - PR152 - Better support for HTTP Patch OBS-URL: https://build.opensuse.org/request/show/640409 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=28
2018-10-07 14:09:40 +00:00
%doc Changes README
%license LICENSE
%changelog