From 7df4b22a4f27e3ab0011554f41108514c4fd4c33a4547cb80d98881e2f8cf50a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 24 Mar 2021 08:48:19 +0000 Subject: [PATCH] Accepting request 880880 from devel:languages:perl:autoupdate - updated to 4.16 see /usr/share/doc/packages/perl-JSON-Validator/Changes 4.16 2021-03-24T08:57:46+0900 - Fix handling OpenAPIv2 "responses" $ref when bundling 4.15 2021-03-24T07:57:58+0900 - Fix validating nullable inside anyOf for OpenAPIv3 #241 - Fix t/id-keyword-draft*.t test failures with Mojolicious 9.11 #242 #243 - Removed deprecated functions joi() and validate_json() - Removed deprecated methods singleton() and version() OBS-URL: https://build.opensuse.org/request/show/880880 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=61 --- JSON-Validator-4.14.tar.gz | 3 --- JSON-Validator-4.16.tar.gz | 3 +++ perl-JSON-Validator.changes | 15 +++++++++++++++ perl-JSON-Validator.spec | 4 +++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 JSON-Validator-4.14.tar.gz create mode 100644 JSON-Validator-4.16.tar.gz diff --git a/JSON-Validator-4.14.tar.gz b/JSON-Validator-4.14.tar.gz deleted file mode 100644 index 6abb7f4..0000000 --- a/JSON-Validator-4.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffa8953214fafa10f794b93c4ca32a3e66006f4f0b8c4f993fdf92740f57ea9b -size 103206 diff --git a/JSON-Validator-4.16.tar.gz b/JSON-Validator-4.16.tar.gz new file mode 100644 index 0000000..4cbbaa3 --- /dev/null +++ b/JSON-Validator-4.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223e13f3752d0640c5335965ed5c3a4b68908712b4cf9f3325f1f72bfa670d56 +size 103192 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index 56aaf80..d004e12 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 24 03:06:35 UTC 2021 - Tina Müller + +- updated to 4.16 + see /usr/share/doc/packages/perl-JSON-Validator/Changes + + 4.16 2021-03-24T08:57:46+0900 + - Fix handling OpenAPIv2 "responses" $ref when bundling + + 4.15 2021-03-24T07:57:58+0900 + - Fix validating nullable inside anyOf for OpenAPIv3 #241 + - Fix t/id-keyword-draft*.t test failures with Mojolicious 9.11 #242 #243 + - Removed deprecated functions joi() and validate_json() + - Removed deprecated methods singleton() and version() + ------------------------------------------------------------------- Wed Feb 24 03:08:07 UTC 2021 - Tina Müller diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index 45de078..c28b9b3 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -18,7 +18,7 @@ %define cpan_name JSON-Validator Name: perl-JSON-Validator -Version: 4.14 +Version: 4.16 Release: 0 Summary: Validate data against a JSON schema License: Artistic-2.0 @@ -33,9 +33,11 @@ BuildRequires: perl(Mojolicious) >= 7.28 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::More) >= 1.30 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::PP) >= 0.020 +Requires: perl(YAML::XS) >= 0.67 %{perl_requires} %description