forked from pool/perl-JSON-Validator
Accepting request 841433 from devel:languages:perl:autoupdate
- updated to 4.09 see /usr/share/doc/packages/perl-JSON-Validator/Changes 4.09 2020-10-12T11:04:16+0900 - Fix handling if "id" and "$id" in subschemas #186 - Add CONTRIBUTING.md #161 4.08 2020-10-12T08:06:29+0900 - Implemented basic support for draft 2019-09 #181 - JSON::Validator::Ref can hold sibling attrs #181 4.07 2020-10-11T11:48:05+0900 - Acceptance tests require Test::JSON::Schema::Acceptance 1.000 4.06 2020-10-10T16:21:51+0900 - Fix caching of schemas across objects #204 #212 Contributor: Karen Etheridge - Fix "contains" can also be boolean "false" - Fix "dependencies" can have boolean subschemas - Fix "if" can be false - Fix "null" is valid if "pattern" is defined, but no "type" - Fix "propertyNames" can be false - Fix JSON::Validator::Ref can hold a boolean schema - Fix not adding "properties" to the input schema - Fix resolving "$ref":"#id" - Fix validating data when "additionalItems" is false, but there are enough rules - Changed internals of JSON::Validator::Ref OBS-URL: https://build.opensuse.org/request/show/841433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=51
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-JSON-Validator
|
||||
Version: 4.05
|
||||
Version: 4.09
|
||||
Release: 0
|
||||
%define cpan_name JSON-Validator
|
||||
Summary: Validate data against a JSON schema
|
||||
@@ -65,6 +65,6 @@ make test
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
%doc Changes CONTRIBUTING.md README.md
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user