forked from perl/perl-JSON-Schema-Modern
Compare commits
3 Commits
main
...
autoupdate
| Author | SHA256 | Date | |
|---|---|---|---|
| 59a352f264 | |||
| 47fced442f | |||
| 003f71cfe6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a76397d0dc72e4f3b4daea38892724e9747cc24079ba0465ce2daccebbc72ee
|
|
||||||
size 225388
|
|
||||||
BIN
JSON-Schema-Modern-0.620.tar.gz
(Stored with Git LFS)
Normal file
BIN
JSON-Schema-Modern-0.620.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 17 19:07:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.620.0 (0.620)
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Schema-Modern/Changes
|
||||||
|
|
||||||
|
0.620 2025-10-15 23:36:52Z
|
||||||
|
- new "clone" method for Error objects
|
||||||
|
- work around an issue with using an object overload as a constant
|
||||||
|
on perl 5.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- updated to 0.617.0 (0.617)
|
||||||
|
see /usr/share/doc/packages/perl-JSON-Schema-Modern/Changes
|
||||||
|
|
||||||
|
0.617 2025-08-16 20:50:11Z
|
||||||
|
- various internal changes for performance improvement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 8 11:58:41 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
Fri Aug 8 11:58:41 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-JSON-Schema-Modern
|
# spec file for package perl-JSON-Schema-Modern
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -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.616.0
|
Version: 0.620.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.616 -> normalize -> 0.616.0
|
# 0.620 -> normalize -> 0.620.0
|
||||||
%define cpan_version 0.616
|
%define cpan_version 0.620
|
||||||
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