8
0

Accepting request 838256 from devel:languages:perl:autoupdate

- updated to 4.04
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  4.04 2020-09-28T10:01:58+0900
   - Add "validator" as attribute to JSON::Validator::Joi
   - Changed YAML::XS to an optional module #205
   - Changed column with to be in sync with mojolicious/mojo
   - Fix constructing schema() from correct class

OBS-URL: https://build.opensuse.org/request/show/838256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=47
This commit is contained in:
2020-09-28 12:43:34 +00:00
committed by Git OBS Bridge
parent 13bfaf5a13
commit 49c9000f56
4 changed files with 20 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-JSON-Validator
Version: 4.03
Version: 4.04
Release: 0
%define cpan_name JSON-Validator
Summary: Validate data against a JSON schema
@@ -34,10 +34,12 @@ BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Mojolicious) >= 7.28
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.30
BuildRequires: perl(YAML::XS) >= 0.80
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::XS) >= 0.80
Requires: perl(YAML::PP) >= 0.020
Requires: perl(YAML::XS) >= 0.67
%{perl_requires}
%description