diff --git a/JSON-Validator-3.25.tar.gz b/JSON-Validator-3.25.tar.gz deleted file mode 100644 index f6fda56..0000000 --- a/JSON-Validator-3.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c075f23d5a69105000f87718fc4ba240f999976c003046bffcbdc439f161b50 -size 75057 diff --git a/JSON-Validator-4.00.tar.gz b/JSON-Validator-4.00.tar.gz new file mode 100644 index 0000000..ade438c --- /dev/null +++ b/JSON-Validator-4.00.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9233d352b7ccd4f8e192563055c07a5cfbca60fa5107b07a7523280d55b1e626 +size 83689 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index 92c7b33..a8f86cf 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jun 8 03:13:01 UTC 2020 - Tina Müller + +- updated to 4.00 + see /usr/share/doc/packages/perl-JSON-Validator/Changes + + 4.00 2020-06-08T10:41:55+0900 + - JSON::Validator::schema() now holds a JSON::Validator::Schema object + instead of Mojo::JSON::Pointer + - Add schema classes for Draft4, Draft6 and Draft7 + - Add "duration" and "uuid" formats #210 + - Fix coercing boolean "false" #215 + - Fix not matching "null" should also be a "type" error #217 + - Deprecated JSON::Validator::joi() + - Deprecated JSON::Validator::singleton() + - Deprecated JSON::Validator::validate_json() + - Deprecated JSON::Validator::version() + - Removed JSON::Validator::generate_definitions_path() + - Removed support for JSON::Validator::bundle({ref_key => ...}) + + ------------------------------------------------------------------- Thu Mar 26 03:08:02 UTC 2020 - diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index 2d18aff..fd3b97f 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -1,7 +1,7 @@ # # spec file for package perl-JSON-Validator # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-JSON-Validator -Version: 3.25 +Version: 4.00 Release: 0 %define cpan_name JSON-Validator Summary: Validate data against a JSON schema License: Artistic-2.0 Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch