forked from pool/perl-JSON-Validator
Accepting request 783267 from devel:languages:perl:autoupdate
- updated to 3.24
see /usr/share/doc/packages/perl-JSON-Validator/Changes
3.24 2020-03-03T15:46:39+0900
- Optimize checksum generation #202
Contributor: Ere Maijala
- Improved "type":[...] error messages #199
Contributor: Karen Etheridge
- Fix handle validation of true, false schemas in oneOf #201 #203
Contributor: Karen Etheridge
- Fix guessing type:object if "dependencies" is present #206
OBS-URL: https://build.opensuse.org/request/show/783267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=35
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-JSON-Validator
|
||||
Version: 3.23
|
||||
Version: 3.24
|
||||
Release: 0
|
||||
%define cpan_name JSON-Validator
|
||||
Summary: Validate data against a JSON schema
|
||||
@@ -34,8 +34,10 @@ 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
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(Mojolicious) >= 7.28
|
||||
Requires: perl(YAML::XS) >= 0.80
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user