diff options
author | 2020-08-13 12:10:59 +1200 | |
---|---|---|
committer | 2020-08-13 12:10:59 +1200 | |
commit | ac7446c356a77de820a46add765aed8196b773b3 (patch) | |
tree | 1d35be8be67ecb30b3fd462daaa030d535bc45fc /dev-perl/Mojolicious | |
parent | dev-perl/Mojolicious: Bump to version 8.0.0 (diff) | |
download | gentoo-ac7446c356a77de820a46add765aed8196b773b3.tar.gz gentoo-ac7446c356a77de820a46add765aed8196b773b3.tar.bz2 gentoo-ac7446c356a77de820a46add765aed8196b773b3.zip |
dev-perl/Mojolicious: Bump to version 8.100.0
Upstream:
- Update to jQuery 3.3.1
- Fix order of command namespaces for a problem not relevant to Gentoo
- Fix excessive pickyness in TLS test
- Deprecate Mojo::Transaction::success in favour of
Mojo::Transaction::{result,error}
- Add gzip compression support in dynamically generated responses via
renderer->compress(1)
- Add experimental Mojolicious::Renderer `compress` attribute.
- Add experimental Mojolicious::renderer->respond
- Add Mojo::Message->save_to
- Add Mojo::ByteStream->{gzip,gunzip}
- Add Mojo::Util->{gzip,gunzip}
- Mojo::DOM::HTML improved HTML5.2 compliance.
- Fix Mojo::Transaction::HTTP preventing `finish` event emission from
Mojo::Message::Request
- Fix Mojo::Promise not weakening reference in `ioloop` attribute after
construction
- Fix `is_fresh` helper only handling If-None-match headers with a
single etag value
- Add support for weak reference accessors in Mojo::Base
- Require newer List::Util for `set_subname`
- Fix bug in Mojo::UserAgent creating request timeouts twice
- Mojo::Exception now includes a stack trace in verbose output
- Mojo::Types now uses correct MIME types for woff and woff2 files
- Add experimental Mojo::DynamicMethods module
- Replace all uses of AUTOLOAD with faster alternative, making helpers
400% faster and stacktraces contain more information
- Mojolicious "status" server method no longer experimental
- Deprecate Plugin::PODRenderer in favour of CPAN alternatives
- Deprecate Mojo::Home::mojo_lib_dir
- Replace `continue,flash,redirect_to,respond_to` and validation methods
in Mojolicious::Controller with Plugin::DefaultHelpers helpers
- Add Mojo::IOLoop::Subprocess->progress
- Add Mojo::IOLoop::Subprocess `progress` event
- Mojo::Log log methods now accept closures to only generate content on
demand, to avoid expensive debug code on production
- Mojo::Log now uses time format "YYYY-MM-DD HH:mm:ss.ssssss" and
includes process-id in log messages
- Mojolicious now up to 10% more performant overall due to improved
logging efficiency
- Fix problem building templates where an image was missing
- Fix debug log messages being generated for static files
- Fix Mojo::Server::Morbo preventing before_server_start hook gettting
triggered
- Add Mojo::File->touch
- Add Mojo::File->stat
- Add Mojo::file->list_tree `max_depth` option
- Add Mojo::IOLoop `reset` event
- Add Mojo::ByteStream->split `limit` argument
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Mojolicious')
-rw-r--r-- | dev-perl/Mojolicious/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Mojolicious/metadata.xml | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest index 1bf52a69d716..7aa24bf3fcf9 100644 --- a/dev-perl/Mojolicious/Manifest +++ b/dev-perl/Mojolicious/Manifest @@ -5,3 +5,4 @@ DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f1 DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09 DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899 SHA512 60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568 DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7 SHA512 19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e +DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586 SHA512 e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f diff --git a/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild new file mode 100644 index 000000000000..f850e8586fd6 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SRI +DIST_VERSION=8.10 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Real-time web framework" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +IUSE="test minimal" +RESTRICT="!test? ( test )" + +RDEPEND=" + !minimal? ( + >=dev-perl/EV-4.0.0 + ) + >=virtual/perl-IO-Socket-IP-0.370.0 + >=virtual/perl-JSON-PP-2.271.30 + >=virtual/perl-Scalar-List-Utils-1.410.0 + >=virtual/perl-Time-Local-1.200.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + t/pod.t + t/pod_coverage.t +) diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml index 50f5ae6ee234..11b2493d1280 100644 --- a/dev-perl/Mojolicious/metadata.xml +++ b/dev-perl/Mojolicious/metadata.xml @@ -25,6 +25,7 @@ <remote-id type="cpan-module">Mojo::DOM::CSS</remote-id> <remote-id type="cpan-module">Mojo::DOM::HTML</remote-id> <remote-id type="cpan-module">Mojo::Date</remote-id> + <remote-id type="cpan-module">Mojo::DynamicMethods</remote-id> <remote-id type="cpan-module">Mojo::EventEmitter</remote-id> <remote-id type="cpan-module">Mojo::Exception</remote-id> <remote-id type="cpan-module">Mojo::File</remote-id> |