From 631e67abe6db26f0e287ca59023c371522429f5a Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 19 Dec 2016 14:22:58 +0000
Subject: Update to 1.302073

- New upstream release 1.302073
  - Add TO_JSON and from_json methods to Test2::Event and Test2::Trace::Util to
    faciliate 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
---
 perl-Test-Simple.spec | 19 ++++++++++++++++++-
 sources               |  2 +-
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index 1891cf9..90479d3 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
-Version:        1.302067
+Version:        1.302073
 Release:        1%{?dist}
 # CC0: lib/ok.pm
 # Public Domain: lib/Test/Tutorial.pod
@@ -119,6 +119,7 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Event.3*
 %{_mandir}/man3/Test2::Event::Bail.3*
 %{_mandir}/man3/Test2::Event::Diag.3*
+%{_mandir}/man3/Test2::Event::Encoding.3*
 %{_mandir}/man3/Test2::Event::Exception.3*
 %{_mandir}/man3/Test2::Event::Generic.3*
 %{_mandir}/man3/Test2::Event::Info.3*
@@ -127,6 +128,7 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Event::Plan.3*
 %{_mandir}/man3/Test2::Event::Skip.3*
 %{_mandir}/man3/Test2::Event::Subtest.3*
+%{_mandir}/man3/Test2::Event::TAP::Version.3*
 %{_mandir}/man3/Test2::Event::Waiting.3*
 %{_mandir}/man3/Test2::Formatter.3*
 %{_mandir}/man3/Test2::Formatter::TAP.3*
@@ -137,6 +139,7 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::IPC.3*
 %{_mandir}/man3/Test2::IPC::Driver.3*
 %{_mandir}/man3/Test2::IPC::Driver::Files.3*
+%{_mandir}/man3/Test2::Tools::Tiny.3*
 %{_mandir}/man3/Test2::Transition.3*
 %{_mandir}/man3/Test2::Util.3*
 %{_mandir}/man3/Test2::Util::ExternalMeta.3*
@@ -144,6 +147,20 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Util::Trace.3*
 
 %changelog
+* Mon Dec 19 2016 Paul Howarth <p...@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
+    faciliate 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 <p...@city-fan.org> - 1.302067-1
 - Update to 1.302067
   - Fix double release when 'throw' is used in context_do()
diff --git a/sources b/sources
index f474a96..3d4a700 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e20a902e3f26461607cf77da96717f95  Test-Simple-1.302067.tar.gz
+SHA512 (Test-Simple-1.302073.tar.gz) = 
f832da3bc19021f70a8ce8b32506f1ab2ffca3febd818d1f2bc2abf44163f8936a71331d310fb472fa70d51cbc3eb6309b5274abb75d3e4ef7cd278dfe65aae9
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Test-Simple.git/commit/?h=perl-Test-Simple-1.302073-1.fc26&id=631e67abe6db26f0e287ca59023c371522429f5a
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to