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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ab88335bd4f2506cbe5a99310b949049be79157054ebf257bbbbc59cf17febb
|
|
||||||
size 72487
|
|
||||||
3
JSON-Validator-3.24.tar.gz
Normal file
3
JSON-Validator-3.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5db32cf54bb9f61aae048930ef708351311b315c5d7988dbaa8f5ae8fc8d45e3
|
||||||
|
size 74539
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 03:09:18 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>
|
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Validator
|
Name: perl-JSON-Validator
|
||||||
Version: 3.23
|
Version: 3.24
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name JSON-Validator
|
%define cpan_name JSON-Validator
|
||||||
Summary: Validate data against a JSON schema
|
Summary: Validate data against a JSON schema
|
||||||
@@ -34,8 +34,10 @@ BuildRequires: perl(List::Util) >= 1.45
|
|||||||
BuildRequires: perl(Mojolicious) >= 7.28
|
BuildRequires: perl(Mojolicious) >= 7.28
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::More) >= 1.30
|
BuildRequires: perl(Test::More) >= 1.30
|
||||||
|
BuildRequires: perl(YAML::XS) >= 0.80
|
||||||
Requires: perl(List::Util) >= 1.45
|
Requires: perl(List::Util) >= 1.45
|
||||||
Requires: perl(Mojolicious) >= 7.28
|
Requires: perl(Mojolicious) >= 7.28
|
||||||
|
Requires: perl(YAML::XS) >= 0.80
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user