Sat, 20 Apr 2024 06:17:52 UTC | login

Information for build perl-Test-Simple-1.302086-1.module_el8.0.0+48+0dde6d7d

ID3884
Package Nameperl-Test-Simple
Version1.302086
Release1.module_el8.0.0+48+0dde6d7d
Epoch1
Sourcegit+https://git.centos.org/rpms/perl-Test-Simple#87d030e702596ccec972cc4bc657b640cb0b9f3a
SummaryBasic utilities for writing tests
DescriptionThis package provides the bulk of the core testing facilities. For more information, see perldoc for Test::Simple, Test::More, etc. This package is the CPAN component of the dual-lifed core package Test-Simple.
Built bymbox-mbs-backend
State complete
Volume DEFAULT
StartedTue, 25 Jun 2019 04:55:20 UTC
CompletedTue, 25 Jun 2019 04:58:00 UTC
Taskbuild (module-0dde6d7db6163181, /rpms/perl-Test-Simple:87d030e702596ccec972cc4bc657b640cb0b9f3a)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/perl-Test-Simple?#87d030e702596ccec972cc4bc657b640cb0b9f3a'}}
Tags
module-perl-bootstrap-5.24-8000020190625031225-d1bfb1e2
module-perl-bootstrap-5.24-8000020190625031225-d1bfb1e2-build
module-perl-bootstrap-5.24-8000020191119023432-d1bfb1e2
module-perl-bootstrap-5.24-8000020191119023432-d1bfb1e2-build
RPMs
src
perl-Test-Simple-1.302086-1.module_el8.0.0+48+0dde6d7d.src.rpm (info) (download)
noarch
perl-Test-Simple-1.302086-1.module_el8.0.0+48+0dde6d7d.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Wed Jun 21 2017 Paul Howarth <paul@city-fan.org> - 1:1.302086-1 - Update to 1.302086 - Make it possible to turn off result logging in Test::Builder * Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:1.302085-2 - Perl 5.26 rebuild * Tue May 02 2017 Paul Howarth <paul@city-fan.org> - 1.302085-1 - Update to 1.302085 - Better IO management - Allow access to the STDERR/STDOUT Test2::API uses - Formatters should use the Test2::API handles * Sat Apr 15 2017 Paul Howarth <paul@city-fan.org> - 1.302083-1 - Update to 1.302083 - Fixes for '. in @INC' changes (#768) - Timeout when waiting for child procs and threads (#765) - Fix SIGSYS localization issue (#758) - Fix outdated docs (#759, #754) - Fix bail-out in buffered subtest (#747) - Fix threads timeout for older perls (as best we can) - Fix test that incorrectly called private function as method - Update some breakage info for Test::More::Prefix and Test::DBIx::Class::Schema * Thu Mar 02 2017 Paul Howarth <paul@city-fan.org> - 1.302078-1 - Update to 1.302078 - Fix crash when TB->reset used inside subtest - Fix #762, newlines for todo subtest - Revisit #637, fix rare race condition it created * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.302075-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Jan 11 2017 Paul Howarth <paul@city-fan.org> - 1.302075-1 - Update to 1.302075 - Add 'cid' to trace - Add signatures to trace - Add related() to events - Now it is possible to check if events are related - Add 'no_fork' option to run_subtest() * Mon Dec 19 2016 Paul Howarth <paul@city-fan.org> - 1.302073-1 - Update to 1.302073 - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to facilitate transferring event data between processes (#741) - Generate HashBase from Object::HashBase, which has been split out - When a subtest is marked as todo, all of its contained Ok and Subtest events are now updated so that they return true for $e->effective_pass (#742) - Added two new event classes, Test2::Event::Encoding and Test2::Event::TAP::Version; these are primarily being added for the benefit of Test2::Harness now, but they could be useful for other Test2 event consumer tools in the future (#743) - Expose tools.pl as Test2::Tools::Tiny * Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 1.302067-1 - Update to 1.302067 - Fix double release when 'throw' is used in context_do() - Repo management improvements - Better handling of info vs. diag in ->send_event - Fix test that used 'parent' - Better handling of non-bumping failures (#728) - Set the TEST_ACTIVE env var to true - Set the TEST2_ACTIVE env var to true - Fix cmp_ok output in some confusing cases (#6) - Update travis config - Add missing author deps - Fix handling of negative pids on Windows - Add can() to Test::Tester::Delegate (despite deprecation) - Fix some minor test issues - Handle cases where SysV IPC can be available but not enabled - Import 'context' into Test2::IPC; it is used by 'cull' - Propagate warnings settings to use_ok (#736) - Fix context test for recent blead * Thu Oct 20 2016 Paul Howarth <paul@city-fan.org> - 1.302062-1 - Update to 1.302062 - Formatters now have terminate() and finalize() methods; these are called when there is a skip_all or bail event (terminate), or when a test suite is exiting normally (finalize), which allows formatters to finalize their output - this is important for any sort of document-oriented format (as opposed to a stream format like TAP) (#723) - Removed a warning when using a non-TAP formatter with Test::Builder about the formatter not supporting "no_header" and "no_diag"; this happened even if the alternative formatter class implemented these attributes * Mon Sep 26 2016 Paul Howarth <paul@city-fan.org> - 1.302059-1 - Update to 1.302059 - Documentation fixes - Win32 color support in Test::Builder::Tester - Support v-strings in is_deeply - A streamed subtest run inside a buffered subtest will automatically be converted to a buffered subtest; otherwise, the output from inside the subtest is lost entirely (#721) - Mask warning when comparing $@ in Test2::API::Context - Drop obsoletes/provides for perl-Test-Tester and perl-Test-use-ok, which were integrated into this package in Fedora 22 * Tue Sep 13 2016 Paul Howarth <paul@city-fan.org> - 1.302056-1 - Update to 1.302056 - Fix skip_all in require in intercept (#696) - Documentation of what is better in Test2 (#663) - Document Test::Builder::Tester plan limitations - Document limitations in is_deeply (#595) - Better documentation of done_testing purpose (#151) - Make ctx->send_event detect termination events (#707) - Allow '#' and '\n' in ok names - Fix special case of ok line ending in backslash - Improve a test that captures STDERR/STDOUT * Sun Aug 14 2016 Paul Howarth <paul@city-fan.org> - 1.302052-1 - Update to 1.302052 - Add contact info to main doc and readme - Fix setting hub when getting context * Fri Jul 29 2016 Paul Howarth <paul@city-fan.org> - 1.302049-1 - Update to 1.302049 - Add 'active' attribute to hub * Sat Jul 23 2016 Paul Howarth <paul@city-fan.org> - 1.302047-1 - Update to 1.302047 - Restore traditional note/diag return values (#694) * Tue Jul 19 2016 Paul Howarth <paul@city-fan.org> - 1.302045-1 - Update to 1.302045 - Work around IPC bug on windows - Fix IPC event ordering bug - Fix TODO in mixed T2/TB subtests - Fix test that segv'd on older perls * Sun Jul 10 2016 Paul Howarth <paul@city-fan.org> - 1.302040-1 - Update to 1.302040 - Fix broken MANIFEST.SKIP entries (#689) - Add Info event for better diagnostics * Mon Jul 04 2016 Paul Howarth <paul@city-fan.org> - 1.302037-1 - Update to 1.302037 - Restore PerlIO layer cloning on STDERR and STDOUT - Bump obsoletes/provides versions for perl-Test2 to maintain upgrade path from packages in third-party repositories * Tue Jun 28 2016 Paul Howarth <paul@city-fan.org> - 1.302035-1 - Update to 1.302035 - Fix some breakage info - POD fixes * Fri Jun 24 2016 Paul Howarth <paul@city-fan.org> - 1.302033-1 - Update to 1.302033 - Fix nested TODO handling of diags (#684) * Wed Jun 22 2016 Paul Howarth <paul@city-fan.org> - 1.302031-1 - Update to 1.302031 - Remove Carp from dependency list (#682) * Sun Jun 19 2016 Paul Howarth <paul@city-fan.org> - 1.302030-1 - Update to 1.302030 - Use pre_filter instead of filter for TODO in Test::Builder (fix #683) - Fix typos in transitions doc (#681) - Add 'inherit_trace' param to run_subtest - Properly skip thread test when threads are broken * Tue Jun 14 2016 Paul Howarth <paul@city-fan.org> - 1.302026-1 - Update to 1.302026 - Do not fail if Test2::API::Breakage cannot load (rare 5.10.0 issue) - Potential fix for t/Legacy/Regression/637.t - Make t/Legacy/Regression/637.t AUTHOR_TESTING for now - Add Generic event type - Make sure enabling culling/shm sets pid and tid (fix #679) * Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 1.302022-1 - Update to 1.302022 - Many micro-optimizations - Spelling fixes and tests - Fix leaky File.t file so that tmp doesn't fill up - Move some modules out of the known broken list in xt tests - Add Test2-based tools to downstream testing - Change when PID/TID are stashed (for forkprove) - VMS fixes for Files.t and IPC system - Improve thread checks to better detect broken 5.10 builds - Use thread checks to skip/run t/Legacy/Regression/637.t * Mon May 23 2016 Petr Pisar <ppisar@redhat.com> - 1.302019-2 - Obsolete perl-Test2-0.000044-2 too * Thu May 19 2016 Paul Howarth <paul@city-fan.org> - 1.302019-1 - Update to 1.302019 - Block signals in critical IPC section (fix #661 and #668) - Merge Examples and examples into one dir (#660) - Documentation and typo fixes - Make Test2::Util::get_tid have a consistent prototype (#665) - Make TB->no_plan a no-op if a plan is set - Fix util.t win32 bug - Handle Test::Builder::Exception properly - Silence noisy STDERR in test suite - POD spelling fixes - BR: perl-generators * Wed May 18 2016 Paul Howarth <paul@city-fan.org> - 1.302015-1 - Update to 1.302015 - Major refactoring of existing API on top of (included) Test2 - Obsolete/Provide perl-Test2 * Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-365 - Increase release to favour standalone package * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.001014-347 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001014-346 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-345 - Increase release to favour standalone package * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.001014-3 - Perl 5.22 rebuild * Wed Mar 04 2015 Petr Šabata <contyk@redhat.com> - 1.001014-2 - Correct the license tag * Wed Jan 07 2015 Paul Howarth <paul@city-fan.org> - 1.001014-1 - Update to 1.001014 - Fix a unit test that broke on some platforms with spaces in the $^X path - Add a test to ensure that the Changes file is updated * Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 1.001012-1 - Update to 1.001012 - Move test that was dropped in the wrong directory * Tue Dec 23 2014 Paul Howarth <paul@city-fan.org> - 1.001011-1 - Update to 1.001011 - Fix windows test bug (GH#491) - Integrate Test::Tester and Test::use::ok for easier downgrade from trial - Remove POD Coverage test - Obsolete/Provide perl-Test-Tester and perl-Test-use-ok - Classify buildreqs by usage - Use features from recent ExtUtils::MakeMaker to simplify spec - Run tests with AUTHOR_TESTING=1 so we do the threads test too * Tue Nov 04 2014 Paul Howarth <paul@city-fan.org> - 1.001009-1 - Update to 1.001009 - Backport cmp_ok fix from alphas (GH#478) * Thu Oct 16 2014 Paul Howarth <paul@city-fan.org> - 1.001008-1 - Update to 1.001008 - Fix subtest name when skip_all is used * Tue Sep 09 2014 Paul Howarth <paul@city-fan.org> - 1.001006-1 - Update to 1.001006 - Documentation updates - Subtests accept args - Outdent subtest diag - Changed install path for perl 5.12 or higher * Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.001003-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.001003-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Mar 22 2014 Paul Howarth <paul@city-fan.org> - 1.001003-1 - Update to 1.001003 - Documentation updates for maintainer change - This release by EXODIST -> update source URL - Drop obsoletes/provides for old tests sub-package * Tue Nov 05 2013 Paul Howarth <paul@city-fan.org> - 1.001002-1 - Update to 1.001002 - Restore ability to use regex with test_err and test_out (CPAN RT#89655) - Drop upstreamed regex patch * Sat Oct 12 2013 Paul Howarth <paul@city-fan.org> - 0.99-1 - 0.99 bump - This release by RJBS -> update source URL * Fri Aug 09 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-3 - Pass regular expression intact * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 0.98.05-1 - 0.98_05 bump * Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 0.98-244 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-243 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Nov 21 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.98-242 - Update dependencies and comments * Thu Aug 23 2012 Paul Howarth <paul@city-fan.org> - 0.98-241 - Merge tests sub-package back into main package - Don't need to remove empty directories from the buildroot - Drop %defattr, redundant since rpm 4.4 - Make %files list more explicit - Don't use macros for commands - Mark Tutorial.pod as %doc - Drop explicit dependency on perl-devel * Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-240 - Bump release to override sub-package from perl.spec * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 0.98-6 - Perl 5.16 rebuild * Thu May 31 2012 Petr Pisar <ppisar@redhat.com> - 0.98-5 - Specify all dependencies * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-3 - Change path on vendor, so our debuginfo are not conflicting with perl core debuginfos * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.98-2 - Perl mass rebuild * Thu Feb 24 2011 Iain Arnell <iarnell@gmail.com> - 0.98-1 - Update to latest upstream version * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.96-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Nov 20 2010 Iain Arnell <iarnell@gmail.com> - 0.96-1 - Update to latest upstream version - Clean up spec for modern rpmbuild * Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.94-2 - Mass rebuild with perl-5.12.0 * Tue Mar 16 2010 Chris Weyl <cweyl@alumni.drew.edu> - 0.94-1 - Specfile by Fedora::App::MaintainerTools 0.006