From 77ca50f224c3b88bb88991d5ef0de0bf2ba391bc Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Mon, 18 Sep 2017 20:06:24 +1200 Subject: perl-core/Test-Simple,virtual/perl-Test-Simple: Bump to version 1.302.96 (masked) Upstream: - Fix TB->reset + subtest crash - Fix newline handling in subtest - Fix race conditions - Fix test failures without '.' in @INC - Fix timeout with child procs/threads - Fix SIGSYS localization - Fix buffered-subtest bailout - Update breakage info - Improved IO management - Give access to Test2::API's IO Handles - Formatters should use aforementioned handles - Test::Builder result logging can be disabled - Add Event "facets" - Improved performance - Rename Util::Trace to ::EventFacet::Trace - Track hub id in trace - Remove Info event - Add Pass and Fail events - Remove Event JSON interface - Fix tests with newer Data::Dumper - Make sure buffered subtest plans state buffered - Add "new_root" for formatters - Add intercept_deep API - Fix Version event bug - Add API to reset after a fork - Avoid premature Test2 initialization - Fix Builder preload - Fix tests to work with subref in stash optimization Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- perl-core/Test-Simple/Manifest | 2 +- perl-core/Test-Simple/Test-Simple-1.302.75.ebuild | 46 ---------------------- perl-core/Test-Simple/Test-Simple-1.302.96.ebuild | 48 +++++++++++++++++++++++ perl-core/Test-Simple/metadata.xml | 15 ++++++- 4 files changed, 63 insertions(+), 48 deletions(-) delete mode 100644 perl-core/Test-Simple/Test-Simple-1.302.75.ebuild create mode 100644 perl-core/Test-Simple/Test-Simple-1.302.96.ebuild (limited to 'perl-core') diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest index bde68e60278d..eab2b8559436 100644 --- a/perl-core/Test-Simple/Manifest +++ b/perl-core/Test-Simple/Manifest @@ -1,2 +1,2 @@ DIST Test-Simple-1.001014.tar.gz 127212 SHA256 55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b SHA512 0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2 WHIRLPOOL 554c292cc05e31c0f82094ff23a556d46526388f9b51b7c3367fb1c34ed692c03b03b1be46f75f6b9186bcd52b3a4e613064252c8f6234ef5711da2a29bec3a7 -DIST Test-Simple-1.302075.tar.gz 255843 SHA256 86f2205498f96302e00331ac586bf366547e946e8637ad208d6317a2097d40b7 SHA512 ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239 WHIRLPOOL f753e8ea5c8cad6bb09b347f20a0848f4c0f2f0df2015f052b76d8e58108cd6a8df94a8c5eab7731fbe14cca27340245a67f602a754896b2f0e9d8f936ff1711 +DIST Test-Simple-1.302096.tar.gz 282450 SHA256 314b38cb33fb608c352bd895431cf504b14642ff8714831c410f30877019dc11 SHA512 85ff954c2031bc53e9af56e6e3c42dcf1ca0f6e10bccd5e4aaf23b58dc6f07b5c1c0cd55b10588e91581e58c41130afbc7c4a93ed078f475584879320eb60dbc WHIRLPOOL 8a97c557ed31f349941e4449a8d90cb857d6e6f3ee3419bbe7356bd25eaee8cd614500796c25657368fd3a020a6e711ddeec38fd9fc53b8215639584a54058ca diff --git a/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild b/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild deleted file mode 100644 index 5499620f0a4e..000000000000 --- a/perl-core/Test-Simple/Test-Simple-1.302.75.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=EXODIST -DIST_VERSION=1.302075 -DIST_EXAMPLES=("examples/*") -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=" - !=virtual/perl-Scalar-List-Utils-1.130.0 - virtual/perl-Storable -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -" diff --git a/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild b/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild new file mode 100644 index 000000000000..f08dd4ea2c5b --- /dev/null +++ b/perl-core/Test-Simple/Test-Simple-1.302.96.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=EXODIST +DIST_VERSION=1.302096 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Basic utilities for writing tests" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + !=virtual/perl-Scalar-List-Utils-1.130.0 + virtual/perl-Storable +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" diff --git a/perl-core/Test-Simple/metadata.xml b/perl-core/Test-Simple/metadata.xml index c0d99849be16..b84ffd6ebe36 100644 --- a/perl-core/Test-Simple/metadata.xml +++ b/perl-core/Test-Simple/metadata.xml @@ -18,15 +18,27 @@ Test2::Event::Diag Test2::Event::Encoding Test2::Event::Exception + Test2::Event::Fail Test2::Event::Generic - Test2::Event::Info Test2::Event::Note Test2::Event::Ok + Test2::Event::Pass Test2::Event::Plan Test2::Event::Skip Test2::Event::Subtest Test2::Event::TAP::Version Test2::Event::Waiting + Test2::EventFacet + Test2::EventFacet::About + Test2::EventFacet::Amnesty + Test2::EventFacet::Assert + Test2::EventFacet::Control + Test2::EventFacet::Error + Test2::EventFacet::Info + Test2::EventFacet::Meta + Test2::EventFacet::Parent + Test2::EventFacet::Plan + Test2::EventFacet::Trace Test2::Formatter Test2::Formatter::TAP Test2::Hub @@ -39,6 +51,7 @@ Test2::Tools::Tiny Test2::Util Test2::Util::ExternalMeta + Test2::Util::Facets2Legacy Test2::Util::HashBase Test2::Util::Trace Test::Builder -- cgit v1.2.3