WIP: Automatic update to Test-JSON-Schema-Acceptance-1.030.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Test-JSON-Schema-Acceptance:autoupdate into main
4 changed files with 31 additions and 12 deletions

View File

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

BIN
Test-JSON-Schema-Acceptance-1.032.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Nov 9 05:32:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.32.0 (1.032)
see /usr/share/doc/packages/perl-Test-JSON-Schema-Acceptance/Changes
1.032 2025-11-09 01:52:07Z
- make tests "todo" when they fail when Cpanel::JSON::XS is not
installed (GH#24)
- updated test suite:
https://github.com/json-schema-org/JSON-Schema-Test-Suite/compare/be58fa98d5f79bb8d20f45a15e540332669ad947...8fd4fcec8ffc2294958818e05326a37fcf2b6c5c
1.031 2025-11-07 17:27:21Z
- remove Test::More as a dependency
1.030 2025-11-06 01:05:56Z
- "draft-next" is now known as "v1"
- updated test suite:
https://github.com/json-schema-org/JSON-Schema-Test-Suite/compare/9ad349be933f1e74810cb4fd3ad19780694dc77e...be58fa98d5f79bb8d20f45a15e540332669ad947
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 3 21:55:02 UTC 2025 - Tina Müller <tina.mueller@suse.com> Sun Aug 3 21:55:02 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-JSON-Schema-Acceptance # spec file for package perl-Test-JSON-Schema-Acceptance
# #
# 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 Test-JSON-Schema-Acceptance %define cpan_name Test-JSON-Schema-Acceptance
Name: perl-Test-JSON-Schema-Acceptance Name: perl-Test-JSON-Schema-Acceptance
Version: 1.29.0 Version: 1.32.0
Release: 0 Release: 0
# 1.029 -> normalize -> 1.29.0 # 1.032 -> normalize -> 1.32.0
%define cpan_version 1.029 %define cpan_version 1.032
License: MIT License: MIT
Summary: Acceptance testing for JSON-Schema based validators Summary: Acceptance testing for JSON-Schema based validators
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -30,12 +30,10 @@ Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Cpanel::JSON::XS) >= 3.22.300
BuildRequires: perl(Feature::Compat::Try) BuildRequires: perl(Feature::Compat::Try)
BuildRequires: perl(File::ShareDir) BuildRequires: perl(File::ShareDir)
BuildRequires: perl(File::ShareDir::Install) >= 0.60 BuildRequires: perl(File::ShareDir::Install) >= 0.60
BuildRequires: perl(Git::Wrapper) BuildRequires: perl(Git::Wrapper)
BuildRequires: perl(JSON::MaybeXS) >= 1.2.4
BuildRequires: perl(JSON::PP) BuildRequires: perl(JSON::PP)
BuildRequires: perl(List::Util) >= 1.33 BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Mojo::JSON) BuildRequires: perl(Mojo::JSON)
@@ -48,20 +46,21 @@ BuildRequires: perl(Test2::API)
BuildRequires: perl(Test2::Suite) >= 0.000131 BuildRequires: perl(Test2::Suite) >= 0.000131
BuildRequires: perl(Test2::Todo) BuildRequires: perl(Test2::Todo)
BuildRequires: perl(Test2::Tools::Compare) BuildRequires: perl(Test2::Tools::Compare)
BuildRequires: perl(Test2::V0)
BuildRequires: perl(Test2::Warnings)
BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::File::ShareDir) BuildRequires: perl(Test::File::ShareDir)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Simple) >= 1.302176 BuildRequires: perl(Test::Simple) >= 1.302176
BuildRequires: perl(Test::Warnings)
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(autovivification)
BuildRequires: perl(builtin::compat)
BuildRequires: perl(experimental) BuildRequires: perl(experimental)
BuildRequires: perl(feature) BuildRequires: perl(feature)
BuildRequires: perl(namespace::clean) BuildRequires: perl(namespace::clean)
BuildRequires: perl(stable) >= 0.031 BuildRequires: perl(stable) >= 0.031
BuildRequires: perl(strictures) >= 2 BuildRequires: perl(strictures) >= 2
Requires: perl(Cpanel::JSON::XS) >= 3.22.300
Requires: perl(Feature::Compat::Try) Requires: perl(Feature::Compat::Try)
Requires: perl(File::ShareDir) Requires: perl(File::ShareDir)
Requires: perl(Git::Wrapper) Requires: perl(Git::Wrapper)