8
0

Accepting request 776262 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/776262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=33
This commit is contained in:
2020-02-19 14:56:21 +00:00
committed by Git OBS Bridge
parent 14ede1f94f
commit cedc7c8232
4 changed files with 16 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-JSON-Validator
Version: 3.22
Version: 3.23
Release: 0
%define cpan_name JSON-Validator
Summary: Validate data against a JSON schema
@@ -30,16 +30,18 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Mojolicious) >= 7.28
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.30
Requires: perl(List::Util) >= 1.45
Requires: perl(Mojolicious) >= 7.28
%{perl_requires}
%description
JSON::Validator is a data structure validation library based around at
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.
%prep