From 124bfdd646066e7d0ac0c0818dc6d14c5673b3b23154069e7c8143c6126a0f86 Mon Sep 17 00:00:00 2001 From: Cris Dywan Date: Thu, 25 Nov 2021 16:30:14 +0000 Subject: [PATCH] Accepting request 933112 from devel:languages:perl:autoupdate - updated to 5.03 see /usr/share/doc/packages/perl-JSON-Validator/Changes 5.03 2021-11-20T13:32:42+0900 - Fix OpenAPIv3::add_default_response() will not overwrite nested $ref - Fix finding "readOnly" and "writeOnly" inside nested $ref - Fix joi required() with nested objects Contributor: Tim Stallard OBS-URL: https://build.opensuse.org/request/show/933112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=70 --- JSON-Validator-5.02.tar.gz | 3 --- JSON-Validator-5.03.tar.gz | 3 +++ perl-JSON-Validator.changes | 12 ++++++++++++ perl-JSON-Validator.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 JSON-Validator-5.02.tar.gz create mode 100644 JSON-Validator-5.03.tar.gz diff --git a/JSON-Validator-5.02.tar.gz b/JSON-Validator-5.02.tar.gz deleted file mode 100644 index 15eced9..0000000 --- a/JSON-Validator-5.02.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2323a29949e0127551eb60879b0e48a4e041c92c17e64ac67bcce32a7a40f6 -size 109464 diff --git a/JSON-Validator-5.03.tar.gz b/JSON-Validator-5.03.tar.gz new file mode 100644 index 0000000..866a1c4 --- /dev/null +++ b/JSON-Validator-5.03.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506f4d1937d96d17f1dda4b882fe0316190ada64c12a206196ab49d07a73eada +size 110435 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index 1690ed6..ed12936 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Nov 21 03:10:27 UTC 2021 - Tina Müller + +- updated to 5.03 + see /usr/share/doc/packages/perl-JSON-Validator/Changes + + 5.03 2021-11-20T13:32:42+0900 + - Fix OpenAPIv3::add_default_response() will not overwrite nested $ref + - Fix finding "readOnly" and "writeOnly" inside nested $ref + - Fix joi required() with nested objects + Contributor: Tim Stallard + ------------------------------------------------------------------- Wed Oct 6 03:07:08 UTC 2021 - Tina Müller diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index de1954f..d82e8a3 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: 5.02 +Version: 5.03 Release: 0 Summary: Validate data against a JSON schema License: Artistic-2.0