Accepting request 1236815 from devel:languages:perl
- updated to 0.37.0 (0.037) see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.037 2025-01-05 20:38:16Z - remove unneeded use of Import::Into - fix tests that invoke Test::Warnings->import directly 0.036 2025-01-03 18:30:28Z - avoid redefinition warnings when $^W is enabled in tests (RT#158297) 0.035 2025-01-03 17:47:24Z - allow tests to pass even when Import::Into is not installed (RT#158296) - add backcompat shim for cases where Test::More is loaded in tests after Test::Warnings 0.034 2025-01-03 02:46:29Z - fix Test2 compability for done_testing() - Test2::Warnings added as a simple wrapper (for now) (forwarded request 1236704 from tinita) OBS-URL: https://build.opensuse.org/request/show/1236815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=19
This commit is contained in:
commit
f553797c42
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b9c375719f2c61c5f97aa5ee6cf4c901a972347c415969379b0b51f67c48bbcb
|
|
||||||
size 44091
|
|
3
Test-Warnings-0.037.tar.gz
Normal file
3
Test-Warnings-0.037.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2
|
||||||
|
size 45018
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 05:34:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.37.0 (0.037)
|
||||||
|
see /usr/share/doc/packages/perl-Test-Warnings/Changes
|
||||||
|
|
||||||
|
0.037 2025-01-05 20:38:16Z
|
||||||
|
- remove unneeded use of Import::Into
|
||||||
|
- fix tests that invoke Test::Warnings->import directly
|
||||||
|
0.036 2025-01-03 18:30:28Z
|
||||||
|
- avoid redefinition warnings when $^W is enabled in tests
|
||||||
|
(RT#158297)
|
||||||
|
0.035 2025-01-03 17:47:24Z
|
||||||
|
- allow tests to pass even when Import::Into is not installed
|
||||||
|
(RT#158296)
|
||||||
|
- add backcompat shim for cases where Test::More is loaded in tests
|
||||||
|
after Test::Warnings
|
||||||
|
0.034 2025-01-03 02:46:29Z
|
||||||
|
- fix Test2 compability for done_testing()
|
||||||
|
- Test2::Warnings added as a simple wrapper (for now)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:06:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:06:05 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Warnings
|
# spec file for package perl-Test-Warnings
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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,10 @@
|
|||||||
|
|
||||||
%define cpan_name Test-Warnings
|
%define cpan_name Test-Warnings
|
||||||
Name: perl-Test-Warnings
|
Name: perl-Test-Warnings
|
||||||
Version: 0.33.0
|
Version: 0.37.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.033
|
# 0.037 -> normalize -> 0.37.0
|
||||||
|
%define cpan_version 0.037
|
||||||
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,6 +33,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(Test2::Warnings) = %{version}
|
||||||
Provides: perl(Test::Warnings) = %{version}
|
Provides: perl(Test::Warnings) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Loading…
Reference in New Issue
Block a user