forked from pool/perl-Test-Warnings
Accepting request 1153662 from devel:languages:perl:autoupdate
- updated to 0.033 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.033 2024-01-23 03:31:29Z - add Test2 compatibility in the test triggered by done_testing(); - new long-awaited feature (!!!) "allow_patterns", to either temporarily or globally exempt particular warning patterns OBS-URL: https://build.opensuse.org/request/show/1153662 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=30
This commit is contained in:
parent
8e0e591fe7
commit
44019d1a5d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4727dae2416e9f07e41e2dc3a9143ba6affc1ec57652117c99d50038e313e9d9
|
|
||||||
size 42877
|
|
3
Test-Warnings-0.033.tar.gz
Normal file
3
Test-Warnings-0.033.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
|
||||||
|
size 44091
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 24 03:10:02 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.033
|
||||||
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||||
|
|
||||||
|
0.033 2024-01-23 03:31:29Z
|
||||||
|
- add Test2 compatibility in the test triggered by done_testing();
|
||||||
|
- new long-awaited feature (!!!) "allow_patterns", to either
|
||||||
|
temporarily or globally exempt particular warning patterns
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 1 03:06:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Sun Oct 1 03:06:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warnings
|
# spec file for package perl-Test-Warnings
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Warnings
|
%define cpan_name Test-Warnings
|
||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.32.0
|
Version: 0.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.032
|
%define cpan_version 0.033
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Test for warnings and the lack of them
|
Summary: Test for warnings and the lack of them
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@ -32,7 +32,7 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Provides: perl(Test::Warnings) = 0.32.0
|
Provides: perl(Test::Warnings) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user