From ef24f781dbe6d01bf7fd5e899a59b247f115dd0cdc1ae62b606b660bab1e5a07 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 13 Oct 2020 09:02:27 +0000 Subject: [PATCH] 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 --- JSON-Validator-4.05.tar.gz | 3 --- JSON-Validator-4.09.tar.gz | 3 +++ perl-JSON-Validator.changes | 28 ++++++++++++++++++++++++++++ perl-JSON-Validator.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 JSON-Validator-4.05.tar.gz create mode 100644 JSON-Validator-4.09.tar.gz diff --git a/JSON-Validator-4.05.tar.gz b/JSON-Validator-4.05.tar.gz deleted file mode 100644 index 379eeb4..0000000 --- a/JSON-Validator-4.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3706d7a4ad85584fa258585b72a314dfa532843be05e3c0beb7f2762e435ba8 -size 85335 diff --git a/JSON-Validator-4.09.tar.gz b/JSON-Validator-4.09.tar.gz new file mode 100644 index 0000000..fc24c37 --- /dev/null +++ b/JSON-Validator-4.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601738fe564cba5ebb920f6e2cb21e33136639c55177c5c733659bbbe110a98b +size 85585 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index 45ca16a..41beaa7 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Oct 13 03:09:20 UTC 2020 - Tina Müller + +- 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 + ------------------------------------------------------------------- Tue Oct 6 03:12:43 UTC 2020 - Tina Müller diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index 057a784..8f5fd46 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -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