8
0

Accepting request 880886 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/880886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-Validator?expand=0&rev=30
This commit is contained in:
2021-04-12 15:10:31 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 24 03:06:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.16
see /usr/share/doc/packages/perl-JSON-Validator/Changes
4.16 2021-03-24T08:57:46+0900
- Fix handling OpenAPIv2 "responses" $ref when bundling
4.15 2021-03-24T07:57:58+0900
- Fix validating nullable inside anyOf for OpenAPIv3 #241
- Fix t/id-keyword-draft*.t test failures with Mojolicious 9.11 #242 #243
- Removed deprecated functions joi() and validate_json()
- Removed deprecated methods singleton() and version()
-------------------------------------------------------------------
Wed Feb 24 03:08:07 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name JSON-Validator
Name: perl-JSON-Validator
Version: 4.14
Version: 4.16
Release: 0
Summary: Validate data against a JSON schema
License: Artistic-2.0
@@ -33,9 +33,11 @@ BuildRequires: perl(Mojolicious) >= 7.28
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.30
BuildRequires: perl(YAML::PP) >= 0.020
BuildRequires: perl(YAML::XS) >= 0.67
Requires: perl(List::Util) >= 1.45
Requires: perl(Mojolicious) >= 7.28
Requires: perl(YAML::PP) >= 0.020
Requires: perl(YAML::XS) >= 0.67
%{perl_requires}
%description