Accepting request 1084358 from devel:languages:perl:autoupdate

- updated to 0.000155
   see /usr/share/doc/packages/perl-Test2-Suite/Changes
  0.000155  2023-04-28 08:28:42-07:00 America/Los_Angeles
      - Fix #247
      - Fix changes file
  0.000154  2023-04-28 05:57:58-07:00 America/Los_Angeles
      - Fix 00-report.t
  0.000153  2023-04-27 15:27:32-07:00 America/Los_Angeles
      - Fix broken call to plugins
  0.000152  2023-04-27 02:52:44-07:00 America/Los_Angeles
      - Inline Importer.pm for core support
  0.000151  2023-04-27 02:35:37-07:00 America/Los_Angeles
      - The following are all in hopes of getting Test2:Suite into core.
      - Make Module::Pluggable optional
      - Inline Scope::Guard
      - Inline Sub::Info
      - Do not recommend Sub::Name

OBS-URL: https://build.opensuse.org/request/show/1084358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=80
This commit is contained in:
Dirk Stoecker 2023-05-03 15:17:18 +00:00 committed by Git OBS Bridge
parent f715382f14
commit 488d5c5ae4
4 changed files with 26 additions and 12 deletions

View File

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

BIN
Test2-Suite-0.000155.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Apr 29 03:14:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.000155
see /usr/share/doc/packages/perl-Test2-Suite/Changes
0.000155 2023-04-28 08:28:42-07:00 America/Los_Angeles
- Fix #247
- Fix changes file
0.000154 2023-04-28 05:57:58-07:00 America/Los_Angeles
- Fix 00-report.t
0.000153 2023-04-27 15:27:32-07:00 America/Los_Angeles
- Fix broken call to plugins
0.000152 2023-04-27 02:52:44-07:00 America/Los_Angeles
- Inline Importer.pm for core support
0.000151 2023-04-27 02:35:37-07:00 America/Los_Angeles
- The following are all in hopes of getting Test2:Suite into core.
- Make Module::Pluggable optional
- Inline Scope::Guard
- Inline Sub::Info
- Do not recommend Sub::Name
-------------------------------------------------------------------
Fri Apr 21 03:10:31 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name Test2-Suite
Name: perl-Test2-Suite
Version: 0.000150
Version: 0.000155
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Distribution with a rich set of tools built upon the Test2 framework
@ -28,16 +28,8 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Importer) >= 0.024
BuildRequires: perl(Module::Pluggable) >= 2.7
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Info) >= 0.002
BuildRequires: perl(Term::Table) >= 0.013
BuildRequires: perl(Test2::API) >= 1.302176
Requires: perl(Importer) >= 0.024
Requires: perl(Module::Pluggable) >= 2.7
Requires: perl(Scope::Guard)
Requires: perl(Sub::Info) >= 0.002
Requires: perl(Term::Table) >= 0.013
Requires: perl(Test2::API) >= 1.302176
%{perl_requires}