8
0

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:
2018-07-28 10:41:09 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 7 deletions

View File

@@ -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
View File

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

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,27 @@
Name: perl-Test-Spec
Version: 0.53
Version: 0.54
Release: 0
%define cpan_name Test-Spec
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
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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::GlobalPhase)
BuildRequires: perl(Package::Stash) >= 0.23
BuildRequires: perl(TAP::Parser)
BuildRequires: perl(Test::Deep) >= 0.103
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Trap)
BuildRequires: perl(Tie::IxHash)
Requires: perl(Devel::GlobalPhase)
Requires: perl(Package::Stash) >= 0.23
Requires: perl(TAP::Parser)
Requires: perl(Test::Deep) >= 0.103