1
0

Compare commits

..

4 Commits

Author SHA256 Message Date
Ana Guerrero
8679ad6ce1 Accepting request 1244957 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=20
2025-02-11 20:22:05 +00:00
Dirk Stoecker
18375b89c9 - updated to 0.38.0 (0.038)
see /usr/share/doc/packages/perl-Test-Warnings/Changes
  0.038     2025-02-02 00:27:04Z
            - no longer swap out done_testing method if :no_end_test is
              configured

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=36
2025-02-11 07:08:41 +00:00
Ana Guerrero
f553797c42 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
2025-01-12 10:08:39 +00:00
06bd2bf470 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warnings?expand=0&rev=34
2025-01-10 09:41:00 +00:00
4 changed files with 40 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Feb 2 05:29:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.38.0 (0.038)
see /usr/share/doc/packages/perl-Test-Warnings/Changes
0.038 2025-02-02 00:27:04Z
- no longer swap out done_testing method if :no_end_test is
configured
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,9 +18,10 @@
%define cpan_name Test-Warnings
Name: perl-Test-Warnings
Version: 0.33.0
Version: 0.38.0
Release: 0
%define cpan_version 0.033
# 0.038 -> normalize -> 0.38.0
%define cpan_version 0.038
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test for warnings and the lack of them
URL: https://metacpan.org/release/%{cpan_name}
@ -32,6 +33,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(parent)
Requires: perl(parent)
Provides: perl(Test2::Warnings) = %{version}
Provides: perl(Test::Warnings) = %{version}
%undefine __perllib_provides
%{perl_requires}
@ -63,7 +65,7 @@ It can also be used as a replacement for Test::Warn, if you wish to test
the content of expected warnings; read on to find out how.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor