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 +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>