8
0

Accepting request 774527 from devel:languages:perl:autoupdate

- updated to 3.22
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  3.22 2020-02-15T08:35:29+0900
   - Add support for "dependencies" keyword #192 #197
   - Add support for anyOf/allOf/oneOf at the same time #196 #197
   - Allow if/then/else to be in any sort of schema #190 #197

OBS-URL: https://build.opensuse.org/request/show/774527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=31
This commit is contained in:
2020-02-17 16:57:03 +00:00
committed by Git OBS Bridge
parent 2089c7d42e
commit 14ede1f94f
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4dfa01f38097f45b044d6e6639e0a2369ce8051aa611cd4db7b979d9a375258a
size 71985

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2120ac070651caa68153d9b9e41100f749ec9db873fa440123462436ba1a9540
size 72487

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Feb 15 03:10:34 UTC 2020 - <timueller+perl@suse.de>
- updated to 3.22
see /usr/share/doc/packages/perl-JSON-Validator/Changes
3.22 2020-02-15T08:35:29+0900
- Add support for "dependencies" keyword #192 #197
- Add support for anyOf/allOf/oneOf at the same time #196 #197
- Allow if/then/else to be in any sort of schema #190 #197
-------------------------------------------------------------------
Fri Feb 14 03:07:59 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-JSON-Validator
Version: 3.21
Version: 3.22
Release: 0
%define cpan_name JSON-Validator
Summary: Validate data against a JSON schema