From 49c9000f56dcb5920cefb2b1c226cff3f6bf14a3da60b19328f94d441f1b8ceb Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 28 Sep 2020 12:43:34 +0000 Subject: [PATCH] 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 --- JSON-Validator-4.03.tar.gz | 3 --- JSON-Validator-4.04.tar.gz | 3 +++ perl-JSON-Validator.changes | 12 ++++++++++++ perl-JSON-Validator.spec | 8 +++++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 JSON-Validator-4.03.tar.gz create mode 100644 JSON-Validator-4.04.tar.gz diff --git a/JSON-Validator-4.03.tar.gz b/JSON-Validator-4.03.tar.gz deleted file mode 100644 index d8c0458..0000000 --- a/JSON-Validator-4.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:242f09dc4994535bb041d441477faa1424e3c37525e0e45ab53612c20329195e -size 84776 diff --git a/JSON-Validator-4.04.tar.gz b/JSON-Validator-4.04.tar.gz new file mode 100644 index 0000000..361136c --- /dev/null +++ b/JSON-Validator-4.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949c4a722486b8906fa81842f2400f66813072d3ec22487610304a755bd56b86 +size 85078 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index 0120e2c..6800a57 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 28 03:09:09 UTC 2020 - Tina Müller + +- 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 diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index 4b5c167..3dd257f 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -17,7 +17,7 @@ Name: perl-JSON-Validator -Version: 4.03 +Version: 4.04 Release: 0 %define cpan_name JSON-Validator Summary: Validate data against a JSON schema @@ -34,10 +34,12 @@ BuildRequires: perl(List::Util) >= 1.45 BuildRequires: perl(Mojolicious) >= 7.28 BuildRequires: perl(Test::Deep) 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(Mojolicious) >= 7.28 -Requires: perl(YAML::XS) >= 0.80 +Requires: perl(YAML::PP) >= 0.020 +Requires: perl(YAML::XS) >= 0.67 %{perl_requires} %description