forked from pool/perl-Test-Spec
Accepting request 624419 from devel:languages:perl
- updated to 0.54
see /usr/share/doc/packages/perl-Test-Spec/Changes
0.54 Tue Nov 21 12:46:00 MSK 2017
- `around` method added to allow localized variables and other local setup.
Call `yield` method to run examples by `around` CODE.
Contributed by @akzhan
- Replace some `use base` with `use parent` and other minor updates.
Contributed by @akzhan
- Now tested under Perl 5.22-5.26 too
Contributed by @akzhan
- predictable_destroy spec fixed under Perl 5.8
Contributed by @akzhan
OBS-URL: https://build.opensuse.org/request/show/624419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Spec?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e37784ce370e3821deff4ea738c6641c7f4624c7172adbc3986166eb2d776abf
|
|
||||||
size 37196
|
|
||||||
3
Test-Spec-0.54.tar.gz
Normal file
3
Test-Spec-0.54.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a31cf1265dcee90bbc42456ad60bb363afc7fac6697fffb0fd49bba92a165d2
|
||||||
|
size 38109
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 07:04:07 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.54
|
||||||
|
see /usr/share/doc/packages/perl-Test-Spec/Changes
|
||||||
|
|
||||||
|
0.54 Tue Nov 21 12:46:00 MSK 2017
|
||||||
|
- `around` method added to allow localized variables and other local setup.
|
||||||
|
Call `yield` method to run examples by `around` CODE.
|
||||||
|
Contributed by @akzhan
|
||||||
|
|
||||||
|
- Replace some `use base` with `use parent` and other minor updates.
|
||||||
|
Contributed by @akzhan
|
||||||
|
|
||||||
|
- Now tested under Perl 5.22-5.26 too
|
||||||
|
Contributed by @akzhan
|
||||||
|
|
||||||
|
- predictable_destroy spec fixed under Perl 5.8
|
||||||
|
Contributed by @akzhan
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 4 06:12:40 UTC 2017 - coolo@suse.com
|
Mon Sep 4 06:12:40 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Spec
|
# spec file for package perl-Test-Spec
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,25 +17,27 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Spec
|
Name: perl-Test-Spec
|
||||||
Version: 0.53
|
Version: 0.54
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Spec
|
%define cpan_name Test-Spec
|
||||||
Summary: Write tests in a declarative specification style
|
Summary: Write tests in a declarative specification style
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Spec/
|
Url: http://search.cpan.org/dist/Test-Spec/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/A/AN/ANDYJONES/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/A/AK/AKZHAN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Devel::GlobalPhase)
|
||||||
BuildRequires: perl(Package::Stash) >= 0.23
|
BuildRequires: perl(Package::Stash) >= 0.23
|
||||||
BuildRequires: perl(TAP::Parser)
|
BuildRequires: perl(TAP::Parser)
|
||||||
BuildRequires: perl(Test::Deep) >= 0.103
|
BuildRequires: perl(Test::Deep) >= 0.103
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Trap)
|
BuildRequires: perl(Test::Trap)
|
||||||
BuildRequires: perl(Tie::IxHash)
|
BuildRequires: perl(Tie::IxHash)
|
||||||
|
Requires: perl(Devel::GlobalPhase)
|
||||||
Requires: perl(Package::Stash) >= 0.23
|
Requires: perl(Package::Stash) >= 0.23
|
||||||
Requires: perl(TAP::Parser)
|
Requires: perl(TAP::Parser)
|
||||||
Requires: perl(Test::Deep) >= 0.103
|
Requires: perl(Test::Deep) >= 0.103
|
||||||
|
|||||||
Reference in New Issue
Block a user