8
0

Accepting request 1268713 from devel:languages:perl:autoupdate

- updated to 5.150.0 (5.15)
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  5.15 2025-03-16T18:47:47
   - Make JSON::Validator::Util::is_bool return true when passed perl v5.36+ builtin booleans #275
   - Fix wrong resolving of responses component using $ref #277
   - Fix array coercion for array parameters with a $ref schema #274

OBS-URL: https://build.opensuse.org/request/show/1268713
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=85
This commit is contained in:
2025-04-14 20:41:19 +00:00
committed by Git OBS Bridge
parent 14fa49cfc5
commit b8cfba6526
4 changed files with 40 additions and 12 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 17 05:34:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 5.150.0 (5.15)
see /usr/share/doc/packages/perl-JSON-Validator/Changes
5.15 2025-03-16T18:47:47
- Make JSON::Validator::Util::is_bool return true when passed perl v5.36+ builtin booleans #275
- Fix wrong resolving of responses component using $ref #277
- Fix array coercion for array parameters with a $ref schema #274
-------------------------------------------------------------------
Tue Mar 7 03:06:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>