Update to 1.302133
- New upstream release 1.302133 - Make sure event puts the uuid into the about facet - Add method to validate facet data - Add Test2::Event::V2 event class, and context helpers - Improve how events handle facets - Break out meta_facet_data - Document and fix Facets2Legacy - Fix nested and in_subtest to look at hub facets - Fix event->related and trace with uuid
This commit is contained in:
parent
e7200551c7
commit
edc23a1829
@ -3,7 +3,7 @@
|
||||
Name: perl-Test-Simple
|
||||
Summary: Basic utilities for writing tests
|
||||
Epoch: 1
|
||||
Version: 1.302130
|
||||
Version: 1.302133
|
||||
Release: 1%{?dist}
|
||||
# CC0: lib/ok.pm
|
||||
# Public Domain: lib/Test/Tutorial.pod
|
||||
@ -142,6 +142,7 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Event::Skip.3*
|
||||
%{_mandir}/man3/Test2::Event::Subtest.3*
|
||||
%{_mandir}/man3/Test2::Event::TAP::Version.3*
|
||||
%{_mandir}/man3/Test2::Event::V2.3*
|
||||
%{_mandir}/man3/Test2::Event::Waiting.3*
|
||||
%{_mandir}/man3/Test2::EventFacet.3*
|
||||
%{_mandir}/man3/Test2::EventFacet::About.3*
|
||||
@ -169,10 +170,22 @@ make test AUTHOR_TESTING=1
|
||||
%{_mandir}/man3/Test2::Transition.3*
|
||||
%{_mandir}/man3/Test2::Util.3*
|
||||
%{_mandir}/man3/Test2::Util::ExternalMeta.3*
|
||||
%{_mandir}/man3/Test2::Util::Facets2Legacy.3*
|
||||
%{_mandir}/man3/Test2::Util::HashBase.3*
|
||||
%{_mandir}/man3/Test2::Util::Trace.3*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Paul Howarth <paul@city-fan.org> - 1:1.302133-1
|
||||
- Update to 1.302133
|
||||
- Make sure event puts the uuid into the about facet
|
||||
- Add method to validate facet data
|
||||
- Add Test2::Event::V2 event class, and context helpers
|
||||
- Improve how events handle facets
|
||||
- Break out meta_facet_data
|
||||
- Document and fix Facets2Legacy
|
||||
- Fix nested and in_subtest to look at hub facets
|
||||
- Fix event->related and trace with uuid
|
||||
|
||||
* Thu Mar 8 2018 Paul Howarth <paul@city-fan.org> - 1:1.302130-1
|
||||
- Update to 1.302130
|
||||
- Make hubs tag events with a new facet
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Simple-1.302130.tar.gz) = a4bed51c05282d322bd4b705b505c83056ab0203cd016f9a3d2fc81949551db5bb7456b4a75482af1d2470e6d7c7957803963a9f4e7fa3dd87fe999607ab251e
|
||||
SHA512 (Test-Simple-1.302133.tar.gz) = 452eb0d4c43689a195d35565976cf4cd43338606c6bd7c389d67a368f2471ea7ae93fa3ffee3010e297838aa7a90bdc3db33ef1e3ae02f0ffa1ba5956c8b3d8c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user