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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c075f23d5a69105000f87718fc4ba240f999976c003046bffcbdc439f161b50
|
|
||||||
size 75057
|
|
||||||
3
JSON-Validator-4.00.tar.gz
Normal file
3
JSON-Validator-4.00.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9233d352b7ccd4f8e192563055c07a5cfbca60fa5107b07a7523280d55b1e626
|
||||||
|
size 83689
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 8 03:13:01 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 - <timueller+perl@suse.de>
|
Thu Mar 26 03:08:02 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-JSON-Validator
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-JSON-Validator
|
Name: perl-JSON-Validator
|
||||||
Version: 3.25
|
Version: 4.00
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name JSON-Validator
|
%define cpan_name JSON-Validator
|
||||||
Summary: Validate data against a JSON schema
|
Summary: Validate data against a JSON schema
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
Reference in New Issue
Block a user