From cedc7c8232ecbfedd124e35d5838af242a8b657e5262c64fcf578f4fce874752 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 19 Feb 2020 14:56:21 +0000 Subject: [PATCH] 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 --- JSON-Validator-3.22.tar.gz | 3 --- JSON-Validator-3.23.tar.gz | 3 +++ perl-JSON-Validator.changes | 9 +++++++++ perl-JSON-Validator.spec | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 JSON-Validator-3.22.tar.gz create mode 100644 JSON-Validator-3.23.tar.gz diff --git a/JSON-Validator-3.22.tar.gz b/JSON-Validator-3.22.tar.gz deleted file mode 100644 index db67a70..0000000 --- a/JSON-Validator-3.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2120ac070651caa68153d9b9e41100f749ec9db873fa440123462436ba1a9540 -size 72487 diff --git a/JSON-Validator-3.23.tar.gz b/JSON-Validator-3.23.tar.gz new file mode 100644 index 0000000..de6aaec --- /dev/null +++ b/JSON-Validator-3.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab88335bd4f2506cbe5a99310b949049be79157054ebf257bbbbc59cf17febb +size 72487 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index fe1e69b..bf07a52 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 19 03:10:52 UTC 2020 - + +- 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 - diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index fa6a350..a48d5d4 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -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