8
0

Accepting request 812688 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/812688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-Validator?expand=0&rev=19
This commit is contained in:
2020-06-09 22:48:01 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c075f23d5a69105000f87718fc4ba240f999976c003046bffcbdc439f161b50
size 75057

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9233d352b7ccd4f8e192563055c07a5cfbca60fa5107b07a7523280d55b1e626
size 83689

View File

@@ -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>

View File

@@ -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