forked from pool/perl-JSON-Validator
Accepting request 841448 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/841448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-Validator?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3706d7a4ad85584fa258585b72a314dfa532843be05e3c0beb7f2762e435ba8
|
||||
size 85335
|
||||
3
JSON-Validator-4.09.tar.gz
Normal file
3
JSON-Validator-4.09.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:601738fe564cba5ebb920f6e2cb21e33136639c55177c5c733659bbbe110a98b
|
||||
size 85585
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 03:09:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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