Bugzilla – Attachment 160117 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.53 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-12-20 14:41:26 UTC
(
hide
)
Description:
Bug 35614: Update cpanfile for Mojolicious::Plugin::OpenAPI v5.09
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-12-20 14:41:26 UTC
Size:
1.53 KB
patch
obsolete
>From 61e307bb0a6a9207e1c43cfe8a73fe70bfb7d527 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> >--- > 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.43.0
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