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: Wed, 12 Aug 2020 23:09:05 +0000 (UTC)	[thread overview]
Message-ID: <1597273704.7e8874f100cac044cfa61b43793313462bece4da.kentnl@gentoo> (raw)

commit:     7e8874f100cac044cfa61b43793313462bece4da
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 23:07:33 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 23:08:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8874f1

dev-perl/Mojolicious: Bump to version 7.900.0

Upstream:
- Deprecate Mojo::Content `expect_close` attribute
- Remove deprecated `delay` helper in Plugin::DefaultHelpers
- Change error message for destroyed transactions to "Transaction
  already destroyed"
- Fix race condition in Mojo::UserAgent where closed connections
  sometimes got reused.
- Fix incomplete HTTP/1.1 responses for RFC 7230 complaince
- New Mojolicious logo
- Add experimental
  Mojo::IOLoop::Stream->{bytes_read,bytes_written,transition} methods.
- Add Mojo::IOLoop::stream transition event
- Improve uniqueness in Mojo::Message::Request request id's
- Add support for using Cpanel::JSON::XS inside Mojo::JSON
- Remove support for encoding unicode whitespace characters u2028, u2029
  due to not being supported in Cpanel::JSON::XS
- Mojo::JSON now encodes unknown reference types as "null"
- Add Mojolicious::Command `template` attribute
- Add Mojo::IOLoop::Subprocess `spawn` event
- Mojo::IOLoop::Subprocess only forks new processes after the event loop
  has started
- Remove deprecated Mojo->{build_tx,config,handler,log} methods.
- Add Mojo::UserAgent::Transactor->promisify
- Mojolicious::Command now dies on template errors
- Don't start test servers when reusing Mojo::UserAgent objects after a
  fork
- Replace ENV vars MOJO_{DAEMON,USERAGENT}_DEBUG with
  MOJO_{SERVER,CLIENT}_DEBUG
- Require newer IO::Socket::SSL for ALPN support
- Add modules
  Mojo::IOLoop::Stream::{HTTP{Client,Server},WebSocket{Client,Server}}
- Add Mojo::IOLoop->transition
- Add Mojo::Server::Daemon->close_connections
- Add arguments `stream_class` and `tls_protocols` to
  Mojo::IOLoop->{server,client} methods.
- Fix small `render_maybe` argument localization bug
- Mark Mojo::DOM->{new_tag,selector} non-experimental
- Improve before_server_start_hook for Mojo::Server::PSGI
- Fix `render_maybe` in Mojolicious::Client not rendering multiple
  alternatives properly due to missing arg localisation
- Add Mojo::Message::Request `request_id` attribute
- All built-in templates now contain a comment with their request_id
- Some log messages now include their request_id

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-7.900.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |  4 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 0842184b964..26e01f2cee8 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -2,3 +2,4 @@ DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 13212367fe09a437a97093668558ded12164
 DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779 SHA512 3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
 DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e SHA512 2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
 DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19 SHA512 f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
+DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf SHA512 e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09

diff --git a/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild b/dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild
new file mode 100644
index 00000000000..8ce3acad8b2
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-7.900.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=7.90
+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-Pod-Simple-3.90.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 ffc20bdcb87..fbb02e38646 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -36,6 +36,10 @@
     <remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPClient</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::HTTPServer</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketClient</remote-id>
+    <remote-id type="cpan-module">Mojo::IOLoop::Stream::WebSocketServer</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::Subprocess</remote-id>
     <remote-id type="cpan-module">Mojo::IOLoop::TLS</remote-id>
     <remote-id type="cpan-module">Mojo::JSON</remote-id>


             reply	other threads:[~2020-08-12 23:09 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12 23:09 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-13  0:11 Kent Fredric
2020-08-12 23:38 Kent Fredric
2020-08-12 23:19 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=1597273704.7e8874f100cac044cfa61b43793313462bece4da.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