8
0

2 Commits

Author SHA256 Message Date
242511548e Accepting request 1197308 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mojolicious?expand=0&rev=178
2024-08-29 13:43:52 +00:00
5f50062ed9 - updated to 9.380.0 (9.38)
see /usr/share/doc/packages/perl-Mojolicious/Changes
  9.38  2024-08-17
    - Added support for new core booleans in Perl 5.36+ to Mojo::JSON. (haarg)
    - Deprecated support for "'" package separators that have been deprecated in Perl. (Grinnz)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojolicious?expand=0&rev=428
2024-08-29 07:04:30 +00:00
5 changed files with 8 additions and 67 deletions

3
Mojolicious-9.38.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a9eb78663ffc4641af7c16a763411e05d9875a27d4f111d4944b690f9a1ef43
size 940207

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c13db80169698fa3d76901cf03a06ef78fb496ed0b9275b4f558f6e878c281c6
size 970647

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Mojolicious/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Mojolicious)

View File

@@ -1,48 +1,3 @@
-------------------------------------------------------------------
Fri Jul 4 05:38:02 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 9.410.0 (9.41)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.41 2025-07-03
- Added EXPERIMENTAL support for Server-Sent Events.
- Added EXPERIMENTAL module Mojo::SSE.
- Added EXPERIMENTAL sse attribute to Test::Mojo.
- Added EXPERIMENTAL get_sse_ok, post_sse_ok, sse_finish_ok, sse_finished_ok, sse_ok, sse_id_is, sse_id_isnt,
sse_text_is, sse_text_isnt, sse_text_like, sse_text_unlike, sse_type_is and sse_type_isnt methods to Test::Mojo.
- Added EXPERIMENTAL is_sse and write_sse methods to Mojo::Content.
- Added EXPERIMENTAL write_sse method to Mojolicious::Controller.
- Added EXPERIMENTAL sse event to Mojo::Content.
- Fixed a bug where query parameters could not be set to undef. (ether)
- Fixed a bug where Host headers were not initialized correctly. (ether)
-------------------------------------------------------------------
Tue May 13 05:35:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 9.400.0 (9.40)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.40 2025-05-12
- Added EXPERIMENTAL support for resumable file downloads.
- Added EXPERIMENTAL download methods to Mojo::File and Mojo::UserAgent::Transactor.
-------------------------------------------------------------------
Thu Dec 12 16:31:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 9.390.0 (9.39)
see /usr/share/doc/packages/perl-Mojolicious/Changes
9.39 2024-11-23
- Added EXPERIMENTAL support for encrypted session cookies.
This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the
encrypted attribute.
$app->sessions->encrypted(1);
- Added EXPERIMENTAL encrypted attribute to Mojolicious::Sessions.
- Added EXPERIMENTAL encrypted_cookie and every_encrypted_cookie methods to Mojolicious::Controller.
- Added EXPERIMENTAL decrypt_cookie, encrypt_cookie and generate_secret functions to Mojo::Util.
- Fixed a bug in Mojo::Message::Request where message size limits were not always correctly applied.
(Alexander Kuehne)
-------------------------------------------------------------------
Sun Aug 18 05:30:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojolicious
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,15 @@
%define cpan_name Mojolicious
Name: perl-Mojolicious
Version: 9.410.0
Version: 9.380.0
Release: 0
# 9.41 -> normalize -> 9.410.0
%define cpan_version 9.41
# 9.38 -> normalize -> 9.380.0
%define cpan_version 9.38
License: Artistic-2.0
Summary: Real-time web framework
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -81,7 +80,6 @@ Provides: perl(Mojo::Promise)
Provides: perl(Mojo::Reactor)
Provides: perl(Mojo::Reactor::EV)
Provides: perl(Mojo::Reactor::Poll)
Provides: perl(Mojo::SSE)
Provides: perl(Mojo::Server)
Provides: perl(Mojo::Server::CGI)
Provides: perl(Mojo::Server::Daemon)
@@ -163,7 +161,7 @@ first class Unicode support and much more for you to discover.
Take a look at our excellent documentation in Mojolicious::Guides!
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644