Bugzilla – Attachment 164403 Details for
Bug 35614
Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09
Bug-35614-Update-cpanfile-for-MojoliciousPluginOpe.patch (text/plain), 1.68 KB, created by
Mason James
on 2024-04-04 02:14:17 UTC
(
hide
)
Description:
Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09
Filename:
MIME Type:
Creator:
Mason James
Created:
2024-04-04 02:14:17 UTC
Size:
1.68 KB
patch
obsolete
>From b4c562fd876242b1d7335bcfaf01f5febc2a44b8 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 20 Dec 2023 11:18:40 -0300 >Subject: [PATCH] Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI > v5.09 > >This patch updates the following libraries, as required by Koha: > >* Mojolicious::Plugin::OpenAPI >* JSON::Validator > >To test: >1. Apply this patch >2. Run: > $ ktd --shell > k$ sudo cpanm --installdeps . >=> SUCCESS: Dependencies updated correctly >3. Run: > k$ prove -r t/db_dependent/api/v1/ \ > t/db_dependent/Koha/REST/ >=> SUCCESS: Tests pass! >4. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > cpanfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index de457b91e87..41a4eb75336 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -57,7 +57,7 @@ requires 'HTTP::Request::Common', '1.26'; > requires 'HTTP::Tiny', '0.076'; > requires 'IPC::Cmd', '0.46'; > requires 'JSON', '2.07'; >-requires 'JSON::Validator', '5.08'; >+requires 'JSON::Validator', '5.14'; > requires 'LWP::Protocol::https', '5.836'; > requires 'LWP::Simple', '1.41'; > requires 'LWP::UserAgent', '2.033'; >@@ -79,7 +79,7 @@ requires 'Modern::Perl', '1.03'; > requires 'Module::CPANfile', '1.1000'; > requires 'Mojo::JWT', '0.08'; > requires 'Mojolicious', '8.12'; >-requires 'Mojolicious::Plugin::OpenAPI', '5.05'; >+requires 'Mojolicious::Plugin::OpenAPI', '5.09'; > requires 'Mojolicious::Plugin::RenderFile', '0.12'; > requires 'Net::CIDR', '0.17'; > requires 'Net::Netmask', '1.9022'; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35614
:
160117
|
160192
|
164116
| 164403