11
0

Compare commits

3 Commits

Author SHA256 Message Date
03e8c4ff27 Add Gitea build results 2025-08-12 18:17:42 +02:00
de0d71f945 Accepting request 1235284 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1235284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-ExpectAndCheck?expand=0&rev=3
2025-01-07 19:52:48 +00:00
31ce43dfd1 Accepting request 1234017 from devel:languages:perl:autoupdate
- updated to 0.70.0 (0.07)
   see /usr/share/doc/packages/perl-Test-ExpectAndCheck/Changes
  0.07    2024-10-13
          [CHANGES]
           * Added `namedargs()` helper for dealing with methods that take named
             arguments in maybe-unreliable orders due to hash order randomisation
           * Added optional VERBOSE debugging mode

OBS-URL: https://build.opensuse.org/request/show/1234017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-ExpectAndCheck?expand=0&rev=5
2025-01-06 16:52:48 +00:00
5 changed files with 33 additions and 7 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-ExpectAndCheck/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-ExpectAndCheck)

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 14 05:34:54 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.70.0 (0.07)
see /usr/share/doc/packages/perl-Test-ExpectAndCheck/Changes
0.07 2024-10-13
[CHANGES]
* Added `namedargs()` helper for dealing with methods that take named
arguments in maybe-unreliable orders due to hash order randomisation
* Added optional VERBOSE debugging mode
-------------------------------------------------------------------
Fri Mar 8 23:05:25 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,14 +18,16 @@
%define cpan_name Test-ExpectAndCheck
Name: perl-Test-ExpectAndCheck
Version: 0.60.0
Version: 0.70.0
Release: 0
%define cpan_version 0.06
# 0.07 -> normalize -> 0.70.0
%define cpan_version 0.07
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}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -37,8 +39,8 @@ BuildRequires: perl(Test::Future::Deferred)
Requires: perl(Test::Builder) >= 1.302
Requires: perl(Test::Deep)
Requires: perl(Test::Future::Deferred)
Provides: perl(Test::ExpectAndCheck) = 0.60.0
Provides: perl(Test::ExpectAndCheck::Future) = 0.60.0
Provides: perl(Test::ExpectAndCheck) = %{version}
Provides: perl(Test::ExpectAndCheck::Future) = %{version}
%undefine __perllib_provides
%{perl_requires}