Automatic update to v0.619.0 (0.619) #2
BIN
JSON-Schema-Modern-0.617.tar.gz
(Stored with Git LFS)
BIN
JSON-Schema-Modern-0.617.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
JSON-Schema-Modern-0.619.tar.gz
(Stored with Git LFS)
Normal file
BIN
JSON-Schema-Modern-0.619.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 6 18:44:58 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.619.0 (0.619)
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Schema-Modern/Changes
|
||||||
|
|
||||||
|
0.619 2025-09-28 22:28:52Z
|
||||||
|
- internal changes only (breaking changes for dependencies like
|
||||||
|
OpenAPI::Modern)
|
||||||
|
|
||||||
|
0.618 2025-09-07 20:27:21Z
|
||||||
|
- the json-schema-eval executable now also handles YAML-encoded
|
||||||
|
schemas and data, via both files and STDIN, via string
|
||||||
|
autodetection
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 28 10:29:37 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Thu Aug 28 10:29:37 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name JSON-Schema-Modern
|
%define cpan_name JSON-Schema-Modern
|
||||||
Name: perl-JSON-Schema-Modern
|
Name: perl-JSON-Schema-Modern
|
||||||
Version: 0.617.0
|
Version: 0.619.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.617 -> normalize -> 0.617.0
|
# 0.619 -> normalize -> 0.619.0
|
||||||
%define cpan_version 0.617
|
%define cpan_version 0.619
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Validate data against a schema using a JSON Schema
|
Summary: Validate data against a schema using a JSON Schema
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -55,18 +55,19 @@ BuildRequires: perl(Ref::Util) >= 0.100
|
|||||||
BuildRequires: perl(Safe::Isa) >= 1.0.8
|
BuildRequires: perl(Safe::Isa) >= 1.0.8
|
||||||
BuildRequires: perl(Sub::Install)
|
BuildRequires: perl(Sub::Install)
|
||||||
BuildRequires: perl(Test2::API)
|
BuildRequires: perl(Test2::API)
|
||||||
|
BuildRequires: perl(Test2::V0)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::Deep::UnorderedPairs)
|
BuildRequires: perl(Test::Deep::UnorderedPairs)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::File::ShareDir)
|
BuildRequires: perl(Test::File::ShareDir)
|
||||||
BuildRequires: perl(Test::JSON::Schema::Acceptance) >= 1.29
|
BuildRequires: perl(Test::JSON::Schema::Acceptance) >= 1.29
|
||||||
BuildRequires: perl(Test::Memory::Cycle)
|
BuildRequires: perl(Test::Memory::Cycle)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
|
||||||
BuildRequires: perl(Test::Needs)
|
BuildRequires: perl(Test::Needs)
|
||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
BuildRequires: perl(Test::Without::Module) >= 0.190
|
BuildRequires: perl(Test::Without::Module) >= 0.190
|
||||||
BuildRequires: perl(Types::Common::Numeric)
|
BuildRequires: perl(Types::Common::Numeric)
|
||||||
BuildRequires: perl(Types::Standard) >= 1.16.3
|
BuildRequires: perl(Types::Standard) >= 1.16.3
|
||||||
|
BuildRequires: perl(YAML::PP)
|
||||||
BuildRequires: perl(autovivification)
|
BuildRequires: perl(autovivification)
|
||||||
BuildRequires: perl(builtin::compat) >= 0.3.3
|
BuildRequires: perl(builtin::compat) >= 0.3.3
|
||||||
BuildRequires: perl(experimental) >= 0.026
|
BuildRequires: perl(experimental) >= 0.026
|
||||||
@@ -95,6 +96,7 @@ Requires: perl(Safe::Isa) >= 1.0.8
|
|||||||
Requires: perl(Sub::Install)
|
Requires: perl(Sub::Install)
|
||||||
Requires: perl(Types::Common::Numeric)
|
Requires: perl(Types::Common::Numeric)
|
||||||
Requires: perl(Types::Standard) >= 1.16.3
|
Requires: perl(Types::Standard) >= 1.16.3
|
||||||
|
Requires: perl(YAML::PP)
|
||||||
Requires: perl(autovivification)
|
Requires: perl(autovivification)
|
||||||
Requires: perl(builtin::compat) >= 0.3.3
|
Requires: perl(builtin::compat) >= 0.3.3
|
||||||
Requires: perl(experimental) >= 0.026
|
Requires: perl(experimental) >= 0.026
|
||||||
|
Reference in New Issue
Block a user