forked from pool/perl-JSON-Validator
Accepting request 812597 from devel:languages:perl:autoupdate
- 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 => ...})
OBS-URL: https://build.opensuse.org/request/show/812597
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=39
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user