public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/
Date: Thu, 13 Aug 2020 00:11:22 +0000 (UTC)	[thread overview]
Message-ID: <1597277459.ac7446c356a77de820a46add765aed8196b773b3.kentnl@gentoo> (raw)

commit:     ac7446c356a77de820a46add765aed8196b773b3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 00:10:59 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 00:10:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7446c3

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 <AT> gentoo.org>

 dev-perl/Mojolicious/Manifest                   |  1 +
 dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  1 +
 3 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 1bf52a69d71..7aa24bf3fcf 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 00000000000..f850e8586fd
--- /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 50f5ae6ee23..11b2493d128 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>


             reply	other threads:[~2020-08-13  0:11 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-13  0:11 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mojolicious/ Sam James
2024-06-25  4:07 Sam James
2024-06-25  4:07 Sam James
2024-06-09 21:08 Sam James
2024-05-17  4:48 Sam James
2024-05-02  1:36 Sam James
2024-02-02 14:17 Arthur Zamarin
2024-02-02 13:34 Arthur Zamarin
2024-02-02  3:58 Sam James
2024-01-11  9:38 Sam James
2023-12-19  5:19 Sam James
2023-10-29  1:58 Sam James
2023-09-12  0:43 Sam James
2023-06-20  4:35 Sam James
2023-06-20  4:14 Sam James
2022-02-19  9:00 Arthur Zamarin
2022-02-19  7:05 Arthur Zamarin
2022-02-19  3:41 Sam James
2022-02-19  3:02 Sam James
2021-11-16 20:33 Andreas K. Hüttel
2021-11-16 20:33 Andreas K. Hüttel
2021-09-26 22:16 Marek Szuba
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:28 Agostino Sarubbo
2021-07-26  6:24 Sam James
2021-07-15 21:42 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-07-08 19:33 Andreas K. Hüttel
2021-07-08 19:33 Andreas K. Hüttel
2020-08-13  2:49 Kent Fredric
2020-08-13  2:25 Kent Fredric
2020-08-13  1:41 Kent Fredric
2020-08-13  0:44 Kent Fredric
2020-08-13  0:33 Kent Fredric
2020-08-12 23:38 Kent Fredric
2020-08-12 23:19 Kent Fredric
2020-08-12 23:09 Kent Fredric
2020-08-12 22:38 Kent Fredric
2020-08-12 21:19 Kent Fredric
2020-08-12 21:19 Kent Fredric
2020-04-15  9:53 Kent Fredric
2018-09-01 19:01 Thomas Deutschmann
2018-08-19 18:45 Matt Turner
2018-08-19 18:39 Matt Turner
2018-07-15 15:51 Mikle Kolyada
2018-07-15  2:26 Kent Fredric
2017-11-19  8:36 Kent Fredric
2017-08-09  9:18 Sergei Trofimovich
2017-08-03  8:20 Sergei Trofimovich
2017-06-15 16:27 Markus Meier
2017-06-02  1:04 Kent Fredric
2017-05-29 19:17 Kent Fredric
2017-05-07 11:05 Mikle Kolyada
2017-04-07 15:59 Kent Fredric
2017-03-19  6:05 Kent Fredric
2017-01-26  3:12 Kent Fredric
2017-01-19 14:17 Kent Fredric
2017-01-17  3:52 Kent Fredric
2017-01-07 21:14 Kent Fredric
2016-12-21  4:22 Kent Fredric
2016-12-04 19:37 Kent Fredric
2016-05-21  0:36 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1597277459.ac7446c356a77de820a46add765aed8196b773b3.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox