Hello community, here is the log from the commit of package perl-Mojolicious for openSUSE:Leap:15.2 checked in at 2020-02-26 16:59:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/perl-Mojolicious (Old) and /work/SRC/openSUSE:Leap:15.2/.perl-Mojolicious.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojolicious" Wed Feb 26 16:59:11 2020 rev:96 rq:779110 version:8.33 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/perl-Mojolicious/perl-Mojolicious.changes 2020-01-15 15:41:54.991202820 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.perl-Mojolicious.new.26092/perl-Mojolicious.changes 2020-02-26 16:59:13.466851698 +0100 @@ -1,0 +2,225 @@ +Wed Feb 12 03:11:47 UTC 2020 - <[email protected]> + +- updated to 8.33 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.33 2020-02-11 + - Added EXPERIMENTAL humanize_bytes function to Mojo::Util. (kraih, coolo) + - Added EXPERIMENTAL humanize_bytes method to Mojo::ByteStream. + - Updated Future::AsyncAwait requirement to 0.36 for better tests. (ilmari) + +------------------------------------------------------------------- +Mon Jan 20 03:12:34 UTC 2020 - <[email protected]> + +- updated to 8.32 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.32 2020-01-18 + - Changed experimental -async flag to -async_await in Mojo::Base, because of a + Perl quirk that Future::AsyncAwait can't handle itself. + - Fixed a bug where the -async_await flag in Mojo::Base would not load + Mojo::Promise. + +------------------------------------------------------------------- +Wed Jan 15 03:11:15 UTC 2020 - <[email protected]> + +- updated to 8.31 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.31 2020-01-14 + - Added attr_is, attr_isnt, attr_like and attr_unlike methods to Test::Mojo. + (pau4o) + - Improved is_fresh method in Mojolicious::Static with support for weak etags. + (ether) + +------------------------------------------------------------------- +Fri Jan 10 03:09:42 UTC 2020 - <[email protected]> + +- updated to 8.30 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.30 2020-01-07 + - Switch from Future::AsyncAwait::Frozen to Future::AsyncAwait for async/await + support. + +------------------------------------------------------------------- +Sun Dec 29 03:09:13 UTC 2019 - <[email protected]> + +- updated to 8.29 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.29 2019-12-28 + - Improved async/await support to work in many more cases, such as WebSocket + handlers. + + 8.28 2019-12-26 + - Added EXPERIMENTAL support for async/await (with -async Mojo::Base flag). + - Added EXPERIMENTAL all_settled and any methods to Mojo::Promise. + +------------------------------------------------------------------- +Thu Dec 5 03:18:03 UTC 2019 - <[email protected]> + +- updated to 8.27 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.27 2019-12-04 + - Added EXPERIMENTAL before_command hook. + - Added EXPERIMENTAL scope_guard function to Mojo::Util. + - Removed experimental status from context method in Mojo::Log. + - Changed default MIME type of content_type method in Mojolicious::Types to + application/octet-stream. (aitap) + +------------------------------------------------------------------- +Mon Nov 4 11:22:18 UTC 2019 - <[email protected]> + +- updated to 8.26 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.26 2019-11-02 + - Removed deprecated slice method from Mojo::Collection. + - Moved HTML entities from Mojo::Util into a separate file. (rage311) + - Changed how the state of the event loop is determined in Mojo::Reactor::EV + to be more consistent with Mojo::Reactor::Poll. + +------------------------------------------------------------------- +Mon Sep 30 10:44:01 UTC 2019 - <[email protected]> + +- updated to 8.25 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.25 2019-09-29 + - Added curfile function to Mojo::File. (Grinnz) + +------------------------------------------------------------------- +Thu Sep 12 08:00:02 UTC 2019 - <[email protected]> + +- updated to 8.24 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.24 2019-09-11 + - Added EXPERIMENTAL context method to Mojo::Log. + - Added EXPERIMENTAL cleanup event to Mojo::IOLoop::Subprocess. + - Added log helper to Mojolicious::Plugin::DefaultHelpers. + - Improved log messages generated by Mojolicious to include request ids when + possible + +------------------------------------------------------------------- +Tue Aug 13 05:17:36 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 8.23 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.23 2019-08-12 + - Updated Cpanel::JSON::XS requirement to 4.09 for duplicate keys support. + (Grinnz) + - Added head and tail methods to Mojo::Collection. (Grinnz) + - Improved Mojo::File not to allow undefined values in paths. + +------------------------------------------------------------------- +Fri Jul 19 05:49:50 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 8.22 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.22 2019-07-17 + - Fixed a bug where Mojo::Exception would not stringify correctly for error + messages that end with a newline. + - Fixed Mojo::Exception to append file and line number to stringified error + messages that do not end with a newline. + +------------------------------------------------------------------- +Mon Jul 15 16:40:28 UTC 2019 - Oliver Kurz <[email protected]> + +- updated to 8.21 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.21 2019-07-13 + - Undeprecated Mojo::Exception::verbose. + - Added support for MOJO_EXCEPTION_VERBOSE environment variable. + - Improved built in templates to use the same stack trace format as + Mojo::Exception. + + 8.20 2019-07-08 + - Improved check function in Mojo::Exception to match regular expressions + against stringified exception objects too. + - Improved num check in Mojolicious::Validator to accept negative numbers. + (kiwiroy) + + 8.19 2019-07-07 + - Deprecated Mojo::Exception::verbose. + - Added EXPERIMENTAL check and raise functions to Mojo::Exception. + - Added -f option to generate plugin command. + - Improved inspect method in Mojo::Exception to be safe to call more than + once. + - Fixed various stack trace bugs in Mojo::Exception, so your error messages + and stack traces can look slightly different than before. + - Fixed bugs in reply->exception helper that could result in exceptions + without error message. + - Fixed daemonize exception handling in Mojo::Server. (skaji) + +------------------------------------------------------------------- +Sat Jun 29 05:17:39 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 8.18 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.18 2019-06-28 + - Welcome to the Mojolicious core team CandyAngel, Christopher Rasch-Olsen + Raa and Dan Book. + - Deprecated the use of the config stash value and $config variable in + templates by Mojolicious::Plugin::Config. You can use the config helper + instead. Unfortunately there is no good way to warn users, so this + deprecation will be in effect until the next major release. + - Deprecated Mojo::Collection::slice since nobody remembers anymore what its + intended purpose was. + - Added EXPERIMENTAL proxy->get_p, proxy->post_p and proxy->start_p helpers to + Mojolicious::Plugin::DefaultHelpers. + - Added EXPERIMENTAL dehop method to Mojo::Headers. + - Added EXPERIMENTAL bytes_waiting and can_write methods to + Mojo::IOLoop::Stream. + - Added EXPERIMENTAL high_water_mark attribute to Mojo::IOLoop::Stream. + - Updated bundled TLS certificate. + - Improved Mojo::Base flags not to require a certain order. + - Improved clone performance in Mojo::Headers by 100%. + - Improved streaming response performance slightly. + - Fixed a typo in the 425 status message in Mojo::Message::Response. + (CandyAngel) + - Fixed a missing deprecation warning in Mojo::Promise. (marcus) + +------------------------------------------------------------------- +Fri May 24 05:14:59 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 8.17 + see /usr/share/doc/packages/perl-Mojolicious/Changes + + 8.17 2019-05-23 + - Fixed a bug in Mojo::UserAgent where the request timeout would not work for + keep-alive requests. (ilmari) ++++ 28 more lines (skipped) ++++ between /work/SRC/openSUSE:Leap:15.2/perl-Mojolicious/perl-Mojolicious.changes ++++ and /work/SRC/openSUSE:Leap:15.2/.perl-Mojolicious.new.26092/perl-Mojolicious.changes Old: ---- Mojolicious-8.14.tar.gz New: ---- Mojolicious-8.33.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mojolicious.spec ++++++ --- /var/tmp/diff_new_pack.5gtYmT/_old 2020-02-26 16:59:13.766852292 +0100 +++ /var/tmp/diff_new_pack.5gtYmT/_new 2020-02-26 16:59:13.766852292 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Mojolicious # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Mojolicious -Version: 8.14 +Version: 8.33 Release: 0 %define cpan_name Mojolicious Summary: Real-time web framework @@ -51,7 +51,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ Mojolicious-8.14.tar.gz -> Mojolicious-8.33.tar.gz ++++++ ++++ 12641 lines of diff (skipped)
