forked from pool/perl-Test-ExpectAndCheck
Automatic update to Test-ExpectAndCheck-0.08.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe34bb961bf7004120c67aa95c0da57c759cb46b02bdaee01488641b1c073f67
|
||||
size 22826
|
||||
BIN
Test-ExpectAndCheck-0.08.tar.gz
LFS
Normal file
BIN
Test-ExpectAndCheck-0.08.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 2 15:32:32 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.80.0 (0.08)
|
||||
see /usr/share/doc/packages/perl-Test-ExpectAndCheck/Changes
|
||||
|
||||
0.08 2026-01-01
|
||||
[CHANGES]
|
||||
* Optionally allow mock objects to claim to be instances of given
|
||||
classes
|
||||
* Treat "\r" as escapeable plain text when rendering argument strings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 05:34:54 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-ExpectAndCheck
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Test-ExpectAndCheck
|
||||
Name: perl-Test-ExpectAndCheck
|
||||
Version: 0.70.0
|
||||
Version: 0.80.0
|
||||
Release: 0
|
||||
# 0.07 -> normalize -> 0.70.0
|
||||
%define cpan_version 0.07
|
||||
# 0.08 -> normalize -> 0.80.0
|
||||
%define cpan_version 0.08
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Expect/check-style unit testing with object methods
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -31,7 +31,7 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.4004
|
||||
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||
BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::Builder) >= 1.302
|
||||
BuildRequires: perl(Test::Deep)
|
||||
@@ -52,7 +52,7 @@ arguments, and will return a prescribed result. At the end of each test,
|
||||
each object is checked to ensure all the expected methods were called.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Build.PL --installdirs=vendor
|
||||
|
||||
Reference in New Issue
Block a user