Fri, 29 Mar 2024 15:22:22 UTC | login

Information for build perl-Test-Deep-1.127-4.module_el8.1.0+220+589a9c2b

ID5286
Package Nameperl-Test-Deep
Version1.127
Release4.module_el8.1.0+220+589a9c2b
Epoch
Sourcegit+https://git.centos.org/rpms/perl-Test-Deep#c9a2090a088e44cd7b8b2c4bfd52b0b4ad9b96df
SummaryExtremely flexible deep comparison
DescriptionTest::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At its simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop.
Built bymbox-mbs-backend
State complete
Volume DEFAULT
StartedMon, 18 Nov 2019 20:27:36 UTC
CompletedMon, 18 Nov 2019 20:30:08 UTC
Taskbuild (module-589a9c2bf3bac421, /rpms/perl-Test-Deep:c9a2090a088e44cd7b8b2c4bfd52b0b4ad9b96df)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/perl-Test-Deep?#c9a2090a088e44cd7b8b2c4bfd52b0b4ad9b96df'}}
Tags
module-perl-YAML-bootstrap-1.24-8010020190627002119-9eeb4747
module-perl-YAML-bootstrap-1.24-8010020190627002119-9eeb4747-build
RPMs
src
perl-Test-Deep-1.127-4.module_el8.1.0+220+589a9c2b.src.rpm (info) (download)
noarch
perl-Test-Deep-1.127-4.module_el8.1.0+220+589a9c2b.noarch.rpm (info) (download)
Logs
noarch
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.127-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.127-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.127-2 - Perl 5.26 rebuild * Thu May 04 2017 Paul Howarth <paul@city-fan.org> - 1.127-1 - Update to 1.127 - Do not eagerly convert simple scalars into tests in the all, any and none tests; this was breaking LeafWrapper application - Drop EL-5-isms - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.126-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jan 01 2017 Paul Howarth <paul@city-fan.org> - 1.126-1 - Update to 1.126 - If objects in the "expected" structure have an as_test_deep_cmp method, it will be called and its return (which should be a Test::Deep::Cmp object) will be used as the test for that location in the structure - Internal undocumented class_base routine has been replaced with a different, clearly private routine - The LeafWrapper is also used for objects with an unknown reftype (like LVALUE or other weird ones) * Sun Nov 06 2016 Paul Howarth <paul@city-fan.org> - 1.124-1 - Update to 1.124 - Avoid an uninitialized warning when array_each() compares to a non-reference * Sat Sep 10 2016 Paul Howarth <paul@city-fan.org> - 1.123-1 - Update to 1.123 - Remove test suite reliance on "." appearing @INC - When an object with stringification overloading fails to match a "re" test, its stringification is included in the diagnostics * Thu Sep 08 2016 Paul Howarth <paul@city-fan.org> - 1.122-1 - Update to 1.122 - Added $Test::Deep::LeafWrapper to control the behavior of simple values in the "expected" definition - Documentation improvements - Avoid a few evals, localize $@ in a few places where eval is used - Goodbye tabs, hello spaces - BR: perl-generators - Simplify find command using -delete * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.120-3 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.120-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Nov 30 2015 Paul Howarth <paul@city-fan.org> - 1.120-1 - Update to 1.120 - Add none() test; it's like any(), but negative - Fix stringification of any() expectations * Wed Sep 30 2015 Paul Howarth <paul@city-fan.org> - 0.119-1 - Update to 0.119 - Overloading of & and | no longer can change All or Any objects found as arguments - An All as an argument to an All constructed is flattened out into its All-ed values; the same goes for Any - Remove use of Test::NoWarnings for user-facing tests * Mon Jun 22 2015 Paul Howarth <paul@city-fan.org> - 0.117-1 - Update to 0.117 - Do not lose argument(s) to import (https://github.com/rjbs/Test-Deep/issues/29) * Sun Jun 21 2015 Paul Howarth <paul@city-fan.org> - 0.116-1 - Update to 0.116 - On its own, :preload options uses default group of exports * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.115-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.115-2 - Perl 5.22 rebuild * Sat Jan 10 2015 Paul Howarth <paul@city-fan.org> - 0.115-1 - Update to 0.115 - Worked around a bug in chained goto on 5.8.5 * Mon Dec 15 2014 Paul Howarth <paul@city-fan.org> - 0.114-1 - Update to 0.114 - Improve prereqs metadata - Add a noneof() set test - regexponly hasn't worked... ever; now it does - Passing :preload to import loads all plugins up front - A few more tests have been documented - The many exports of Test::Deep are now documented! * Thu Nov 13 2014 Paul Howarth <paul@city-fan.org> - 0.113-1 - Update to 0.113 - Fix a compile error (!!) in RegexpOnly - Fix some documentation typos - Add license to META file * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.112-3 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.112-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Nov 30 2013 Paul Howarth <paul@city-fan.org> - 0.112-1 - Update to 0.112 - When printing diagnostics, differentiate the type of a blessed object from the name of the class itself (CPAN RT#78288) - Typo fixes - Fixes to clarity and accuracy of documentation - Add metadata links to repo and issue tracker - Added obj_isa for testing ->isa without falling back to ref($x) - Added the *experimental* ":v1" export group to skip importing Isa, isa, and blessed * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.110-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.110-2 - Perl 5.18 rebuild * Wed Feb 20 2013 Paul Howarth <paul@city-fan.org> - 0.110-1 - Update to 0.110 - Allow methods() and listmethods() to work again on class methods (CPAN RT#77804) - Drop redundant BR: perl(Data::Dumper) - Drop arrayeach patch - similar change introduced upstream - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot - Don't use macros for commands - Use DESTDIR rather than PERL_INSTALL_ROOT - Make %files list more explicit * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.108-6 - Perl 5.16 rebuild - Specify all dependencies * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.108-4 - Perl mass rebuild * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.108-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.108-2 - Rebuild to fix problems with vendorarch/lib (#661697) * Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 0.108-1 - Update to 0.108. - Update Source0 URL. * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.106-3 - Mass rebuild with perl-5.12.0 * Fri Dec 04 2009 Stepan Kasal <skasal@redhat.com> - 0.106-2 - rebuild against perl 5.10.1 * Fri Oct 30 2009 Stepan Kasal <skasal@redhat.com> - 0.106-1 - new upstream version * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.103-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.103-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Oct 22 2008 Lubomir Rintel <lubo.rintel@gooddata.com> 0.103-2 - Fix crash on matching array_each() against non-array * Wed Jun 04 2008 Steven Pritchard <steve@kspei.com> 0.103-1 - Update to 0.103. * Sat May 31 2008 Steven Pritchard <steve@kspei.com> 0.102-1 - Update to 0.102. * Fri May 16 2008 Steven Pritchard <steve@kspei.com> 0.101-1 - Update to 0.101. * Sat Feb 02 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.100-2 - rebuild for new perl * Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 0.100-1 - Update to 0.100. * Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.099-1 - Update to 0.099. - Update License tag. * Tue Sep 18 2007 Steven Pritchard <steve@kspei.com> 0.098-1 - Update to 0.098. * Fri Aug 10 2007 Steven Pritchard <steve@kspei.com> 0.097-1 - Update to 0.097. * Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.096-2 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. * Tue Sep 26 2006 Steven Pritchard <steve@kspei.com> 0.096-1 - Update to 0.096. * Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.095-2 - Fix find option order. * Fri Apr 21 2006 Steven Pritchard <steve@kspei.com> 0.095-1 - Update to 0.095. * Sat Apr 08 2006 Steven Pritchard <steve@kspei.com> 0.093-1 - Specfile autogenerated by cpanspec 1.64. - Improve description. - Fix License. - Remove explicit dependency on Test::Tester and Test::NoWarnings.