8
0

Accepting request 783267 from devel:languages:perl:autoupdate

- updated to 3.24
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  3.24 2020-03-03T15:46:39+0900
    - Optimize checksum generation #202
      Contributor: Ere Maijala
    - Improved "type":[...] error messages #199
      Contributor: Karen Etheridge
    - Fix handle validation of true, false schemas in oneOf #201 #203
      Contributor: Karen Etheridge
    - Fix guessing type:object if "dependencies" is present #206

OBS-URL: https://build.opensuse.org/request/show/783267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=35
This commit is contained in:
2020-03-10 15:20:31 +00:00
committed by Git OBS Bridge
parent cedc7c8232
commit 207661e4fb
4 changed files with 21 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5db32cf54bb9f61aae048930ef708351311b315c5d7988dbaa8f5ae8fc8d45e3
size 74539

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 4 03:09:18 UTC 2020 - <timueller+perl@suse.de>
- updated to 3.24
see /usr/share/doc/packages/perl-JSON-Validator/Changes
3.24 2020-03-03T15:46:39+0900
- Optimize checksum generation #202
Contributor: Ere Maijala
- Improved "type":[...] error messages #199
Contributor: Karen Etheridge
- Fix handle validation of true, false schemas in oneOf #201 #203
Contributor: Karen Etheridge
- Fix guessing type:object if "dependencies" is present #206
-------------------------------------------------------------------
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-JSON-Validator
Version: 3.23
Version: 3.24
Release: 0
%define cpan_name JSON-Validator
Summary: Validate data against a JSON schema
@@ -34,8 +34,10 @@ 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
Requires: perl(List::Util) >= 1.45
Requires: perl(Mojolicious) >= 7.28
Requires: perl(YAML::XS) >= 0.80
%{perl_requires}
%description