Accepting request 492954 from devel:languages:perl:autoupdate
- updated to 0.025 see /usr/share/doc/packages/perl-Test-Routine/Changes 0.025 2017-04-13 17:43:19-04:00 America/New_York - remove fresh_instance; it wasn't documented, and it probably was not going to work out - the Runner no longer caches the test_instance, so its BUILD and DEMOLISH should now be called usefully - Test::Routine::Common now adds stub BUILD and DEMOLISH so you can use method modifiers on them - updated to 0.024 see /usr/share/doc/packages/perl-Test-Routine/Changes 0.024 2017-01-16 13:03:18-05:00 America/New_York - tests are now run with Test::Abortable's subtest() instead of Test2::API directly; this means they can be safely aborted with exceptions that conform to the Test::Abortable rules; see its docs for more information OBS-URL: https://build.opensuse.org/request/show/492954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Routine?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
d82c833ead
commit
f9d46f95bd
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b8bfc499b038ed68d0bf61248ec343e5a84607f896d1848ed94d6cda56eb0436
|
|
||||||
size 37159
|
|
3
Test-Routine-0.025.tar.gz
Normal file
3
Test-Routine-0.025.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:22712ada043273e2aa3da8a95a636e149b919a9080ed52aec579f40afc67fd8d
|
||||||
|
size 38339
|
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 14 06:40:44 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.025
|
||||||
|
see /usr/share/doc/packages/perl-Test-Routine/Changes
|
||||||
|
|
||||||
|
0.025 2017-04-13 17:43:19-04:00 America/New_York
|
||||||
|
- remove fresh_instance; it wasn't documented, and it probably was not
|
||||||
|
going to work out
|
||||||
|
- the Runner no longer caches the test_instance, so its BUILD and
|
||||||
|
DEMOLISH should now be called usefully
|
||||||
|
- Test::Routine::Common now adds stub BUILD and DEMOLISH so you can use
|
||||||
|
method modifiers on them
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 13:14:16 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.024
|
||||||
|
see /usr/share/doc/packages/perl-Test-Routine/Changes
|
||||||
|
|
||||||
|
0.024 2017-01-16 13:03:18-05:00 America/New_York
|
||||||
|
- tests are now run with Test::Abortable's subtest() instead of
|
||||||
|
Test2::API directly; this means they can be safely aborted with
|
||||||
|
exceptions that conform to the Test::Abortable rules; see its docs
|
||||||
|
for more information
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 29 07:20:26 UTC 2016 - coolo@suse.com
|
Tue Nov 29 07:20:26 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Routine
|
# spec file for package perl-Test-Routine
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Routine
|
Name: perl-Test-Routine
|
||||||
Version: 0.023
|
Version: 0.025
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Routine
|
%define cpan_name Test-Routine
|
||||||
Summary: Composable Units of Assertion
|
Summary: Composable Units of Assertion
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Routine/
|
Url: http://search.cpan.org/dist/Test-Routine/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{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
|
||||||
@@ -42,6 +42,7 @@ BuildRequires: perl(Params::Util)
|
|||||||
BuildRequires: perl(Sub::Exporter)
|
BuildRequires: perl(Sub::Exporter)
|
||||||
BuildRequires: perl(Sub::Exporter::Util)
|
BuildRequires: perl(Sub::Exporter::Util)
|
||||||
BuildRequires: perl(Test2::API) >= 1.302045
|
BuildRequires: perl(Test2::API) >= 1.302045
|
||||||
|
BuildRequires: perl(Test::Abortable) >= 0.002
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::Moose)
|
BuildRequires: perl(Test::Moose)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
@@ -60,6 +61,7 @@ Requires: perl(Params::Util)
|
|||||||
Requires: perl(Sub::Exporter)
|
Requires: perl(Sub::Exporter)
|
||||||
Requires: perl(Sub::Exporter::Util)
|
Requires: perl(Sub::Exporter::Util)
|
||||||
Requires: perl(Test2::API) >= 1.302045
|
Requires: perl(Test2::API) >= 1.302045
|
||||||
|
Requires: perl(Test::Abortable) >= 0.002
|
||||||
Requires: perl(Test::More) >= 0.96
|
Requires: perl(Test::More) >= 0.96
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
Requires: perl(namespace::autoclean)
|
Requires: perl(namespace::autoclean)
|
||||||
@@ -104,6 +106,7 @@ Moose, and has links to other online tutorials and documentation.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user