8
0

Accepting request 921762 from devel:languages:perl:autoupdate

- updated to 4.25
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  4.25 2021-09-26T08:41:51+0900
   - Fix checking OpenAPI schema for errors if coerce(defaults) is on #254
   - YAML::XS is preferred instead of YAML::PP #259
   - Cleaned up CPAN distribution files #260
  4.24 2021-09-16T08:02:26+0200
   - Add OpenAPI v3.1.x support

OBS-URL: https://build.opensuse.org/request/show/921762
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=68
This commit is contained in:
2021-09-27 16:00:09 +00:00
committed by Git OBS Bridge
parent 25ea43de94
commit 6e2be6b5dd
4 changed files with 19 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Sep 26 03:07:51 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.25
see /usr/share/doc/packages/perl-JSON-Validator/Changes
4.25 2021-09-26T08:41:51+0900
- Fix checking OpenAPI schema for errors if coerce(defaults) is on #254
- YAML::XS is preferred instead of YAML::PP #259
- Cleaned up CPAN distribution files #260
4.24 2021-09-16T08:02:26+0200
- Add OpenAPI v3.1.x support
-------------------------------------------------------------------
Sun Aug 29 03:06:41 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name JSON-Validator
Name: perl-JSON-Validator
Version: 4.23
Version: 4.25
Release: 0
Summary: Validate data against a JSON schema
License: Artistic-2.0
@@ -61,6 +61,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING.md README.md
%doc Changes CONTRIBUTING.md
%changelog