forked from pool/perl-JSON-Validator
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:242f09dc4994535bb041d441477faa1424e3c37525e0e45ab53612c20329195e
|
|
||||||
size 84776
|
|
||||||
3
JSON-Validator-4.04.tar.gz
Normal file
3
JSON-Validator-4.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:949c4a722486b8906fa81842f2400f66813072d3ec22487610304a755bd56b86
|
||||||
|
size 85078
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 28 03:09:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 15 03:09:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Sep 15 03:09:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Validator
|
Name: perl-JSON-Validator
|
||||||
Version: 4.03
|
Version: 4.04
|
||||||
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,10 +34,12 @@ 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
|
BuildRequires: perl(YAML::PP) >= 0.020
|
||||||
|
BuildRequires: perl(YAML::XS) >= 0.67
|
||||||
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
|
Requires: perl(YAML::PP) >= 0.020
|
||||||
|
Requires: perl(YAML::XS) >= 0.67
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user