forked from pool/perl-JSON-Validator
Accepting request 777378 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/777378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-Validator?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2120ac070651caa68153d9b9e41100f749ec9db873fa440123462436ba1a9540
|
|
||||||
size 72487
|
|
||||||
3
JSON-Validator-3.23.tar.gz
Normal file
3
JSON-Validator-3.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ab88335bd4f2506cbe5a99310b949049be79157054ebf257bbbbc59cf17febb
|
||||||
|
size 72487
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.23
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
||||||
|
|
||||||
|
3.23 2020-02-19T09:37:44+0900
|
||||||
|
- Using List::Util::uniq() instead of JSON::Validator::Util::uniq #198
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 15 03:10:34 UTC 2020 - <timueller+perl@suse.de>
|
Sat Feb 15 03:10:34 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Validator
|
Name: perl-JSON-Validator
|
||||||
Version: 3.22
|
Version: 3.23
|
||||||
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
|
||||||
@@ -30,16 +30,18 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
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
|
||||||
|
Requires: perl(List::Util) >= 1.45
|
||||||
Requires: perl(Mojolicious) >= 7.28
|
Requires: perl(Mojolicious) >= 7.28
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSON::Validator is a data structure validation library based around at
|
JSON::Validator is a data structure validation library based around at
|
||||||
https://json-schema.org/. This module can be used directly with a JSON
|
https://json-schema.org/. This module can be used directly with a JSON
|
||||||
schema or you can use the elegant DSL schema-builder JSON::Validator::joi
|
schema or you can use the elegant DSL schema-builder JSON::Validator::Joi
|
||||||
to define the schema programmatically.
|
to define the schema programmatically.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|||||||
Reference in New Issue
Block a user