diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-13 12:33:23 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-13 12:33:23 +1200 |
commit | f4280839474c1bad3a247e0329a91489e5bbe5dc (patch) | |
tree | c1a62f17601dfed33fc3f41bdc0b52500dba5093 /dev-perl/Mojolicious | |
parent | dev-perl/Mojolicious: Bump to version 8.100.0 (diff) | |
download | gentoo-f4280839474c1bad3a247e0329a91489e5bbe5dc.tar.gz gentoo-f4280839474c1bad3a247e0329a91489e5bbe5dc.tar.bz2 gentoo-f4280839474c1bad3a247e0329a91489e5bbe5dc.zip |
dev-perl/Mojolicious: Bump to version 8.200.0
Upstream:
- Add experimental SameSite cookie support.
- Add `samesite` attribute to Mojo::Cookie::Response and
Mojolicious::Cookies
- Add Mojo::File->lstat
- Add Mojo::File->remove
- Improve `eval` command with support for promises
- Improve Mojo::JSON::Pointer to ignore many invalid JSON pointers
- Add experimental Mojo::Promise->timeout
- Remove deprecated Plugin::PODRenderer
- Remove deprecated Mojo::Home->mojo_lib_dir
- Fix warning in Mojo::Log
- Add experimental Mojo::Promise->map
- Add experimentla Mojolicious::Renderer->min_compress_size
- Now also signs the cookie name when using signed cookies.
- Mojo::IOLoop::Server no longer checks if listen sockets are writable
- Add experimental Mojo::Promise->timer
- Add Test::Mojo->header_exists{,_not}
- Fix Mojo::Promise's finally callback being passed a value which is
incompatible with JavaScript API
- Fix Mojo::Promise `finally` being able to change promise values
- Fix merge in Mojo::Parameters losing multiple values with the same
shared name.
- Update jQuery to 3.4.0
- Mojo::Promise->wait no longer affected by manually stopped event loops
- Fix Mojo::Promise->new not accepting a passed callback for wrapping
continuation-passing style APIs
- Mojo::Headers now rejects characters in header values that would
corrupt the HTTP message
- Mojo::Util `getopt` now behaves more like `GetOptionsFromArray`
- Fix Mojo::UserAgent request timeouts not working for keep-alive
requests.
- Deprecate using config stash values and $config variable in templates
used by Plugin::Config.
- Deprecate Mojo::Collection::slice
- Add experimental proxy->{get_p,post_p,start_p} helpers to
Plugin::DefaultHelpers
- Add experimental Mojo::Headers->dehop
- Add experimental Mojo::IOLoop::Stream->{bytes_waiting,can_write}
- Add experimental Mojo::IOLoop::Stream `high_water_mark` attribute.
- Updated bundled TLS certificate
- Mojo::Base flags no longer required in a certain order
- Mojo::Headers clone performance 100% faster.
- Improved streaming performance
- Fix typo in Mojo::Message::Response 425 status message.
- Fix missing deprecation warning in Mojo::Promise
- Deprecate Mojo::Exception::verbose
- Add experimental Mojo::Exception->{check,raise}
- `generate plugin` command now accepts `-f` argument.
- Mojo::Exception->inspect now safe to call more than once.
- Fix various Mojo::Exception stack trace formatting bugs
- Fix Mojo::Sever daemonize exception handling
- Mojo::Exception check function now matches regex against stringified
exception objects as well
- Mojolicious::Validator `num` check now accepts negative numbers
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.200.0.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/Mojolicious/metadata.xml | 1 |
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest index 7aa24bf3fcf9..cc58b87124c1 100644 --- a/dev-perl/Mojolicious/Manifest +++ b/dev-perl/Mojolicious/Manifest @@ -6,3 +6,4 @@ DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa779745 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 +DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326 SHA512 d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3 diff --git a/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild b/dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild new file mode 100644 index 000000000000..dba99a5d4508 --- /dev/null +++ b/dev-perl/Mojolicious/Mojolicious-8.200.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.20 +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 11b2493d1280..c756b793a80a 100644 --- a/dev-perl/Mojolicious/metadata.xml +++ b/dev-perl/Mojolicious/metadata.xml @@ -102,7 +102,6 @@ <remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id> <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id> <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id> - <remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id> <remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id> <remote-id type="cpan-module">Mojolicious::Plugins</remote-id> <remote-id type="cpan-module">Mojolicious::Renderer</remote-id> |