forked from pool/perl-Mojolicious
Automatic update to v9.420.0 (9.42) #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6
|
||||
size 970647
|
BIN
Mojolicious-9.42.tar.gz
(Stored with Git LFS)
Normal file
BIN
Mojolicious-9.42.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:01:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 9.420.0 (9.42)
|
||||
see /usr/share/doc/packages/perl-Mojolicious/Changes
|
||||
|
||||
9.42 2025-10-01
|
||||
- Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
|
||||
- Removed experimental status from top-level await support in Mojo::Promise.
|
||||
- Removed experimental status from encrypted session cookie support.
|
||||
- Removed experimental status from persistent cookie support.
|
||||
- Removed experimental status from samesite cookie support.
|
||||
- Removed experimental status from colourful log messages.
|
||||
- Removed experimental status from freeze option in Mojo::IOLoop.
|
||||
- Removed experimental status from check and raise functions in Mojo::Exception.
|
||||
- Fixed Cpanel::JSON::XS compatibility issues. (ilmari)
|
||||
- Fixed async/await memory leak in Mojo::Promise. (TFBW)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 05:38:02 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mojolicious
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Mojolicious
|
||||
Name: perl-Mojolicious
|
||||
Version: 9.410.0
|
||||
Version: 9.420.0
|
||||
Release: 0
|
||||
# 9.41 -> normalize -> 9.410.0
|
||||
%define cpan_version 9.41
|
||||
# 9.42 -> normalize -> 9.420.0
|
||||
%define cpan_version 9.42
|
||||
License: Artistic-2.0
|
||||
Summary: Real-time web framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -71,7 +71,6 @@ Provides: perl(Mojo::JSON)
|
||||
Provides: perl(Mojo::JSON::Pointer)
|
||||
Provides: perl(Mojo::Loader)
|
||||
Provides: perl(Mojo::Log)
|
||||
Provides: perl(Mojo::Log::_Capture)
|
||||
Provides: perl(Mojo::Message)
|
||||
Provides: perl(Mojo::Message::Request)
|
||||
Provides: perl(Mojo::Message::Response)
|
||||
@@ -90,7 +89,6 @@ Provides: perl(Mojo::Server::Morbo)
|
||||
Provides: perl(Mojo::Server::Morbo::Backend)
|
||||
Provides: perl(Mojo::Server::Morbo::Backend::Poll)
|
||||
Provides: perl(Mojo::Server::PSGI)
|
||||
Provides: perl(Mojo::Server::PSGI::_IO)
|
||||
Provides: perl(Mojo::Server::Prefork)
|
||||
Provides: perl(Mojo::Template)
|
||||
Provides: perl(Mojo::Transaction)
|
||||
@@ -104,7 +102,6 @@ Provides: perl(Mojo::UserAgent::Proxy)
|
||||
Provides: perl(Mojo::UserAgent::Server)
|
||||
Provides: perl(Mojo::UserAgent::Transactor)
|
||||
Provides: perl(Mojo::Util)
|
||||
Provides: perl(Mojo::Util::_Guard)
|
||||
Provides: perl(Mojo::WebSocket)
|
||||
Provides: perl(Mojolicious) = %{version}
|
||||
Provides: perl(Mojolicious::Command)
|
||||
|
Reference in New Issue
Block a user