Commit Graph

129 Commits

Author SHA1 Message Date
Fedora Release Engineering
8ef006f3c2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 05:11:23 +00:00
Paul Howarth
2fe4e7506e Update to 1.302183
- New upstream release 1.302183
  - Avoid closing over scalar in BEGIN block in cmp_ok eval
2020-10-22 12:27:47 +01:00
Petr Písař
6cf19171f3 Demote Module::Pluggable hard dependency to Suggests level
It's optional in the code, thus it should be a weak dependency.
Upstream classifies it as suggests, thus use that level in Fedora.

Moreover, conditionalize this dependency to avoid pulling
Module::Plugable into perl Modularity module.
2020-10-15 15:46:06 +02:00
Paul Howarth
dcf2bc8aa1 Update to 1.302182
- New upstream release 1.302182
  - Fix 5.6 support
  - Fix fragile %INC handling in a test
2020-10-06 11:05:24 +01:00
Paul Howarth
996d4023b8 Update to 1.302181
- New upstream release 1.302181
  - Put try_sig_mask back where it goes (and add test to prevent this in the
    future)
  - Drop new List::Util requirement back down
2020-09-14 20:42:44 +01:00
Paul Howarth
3165781bfd Update to 1.302180
- New upstream release 1.302180
  - Move try_sig_mask to the only module that uses it
  - Inherit warnings bitmask in cmp_ok string eval
  - Update copyright date
  - Improved API for intercept {} and what it returns
  - Bump minimum List::Util version (for uniq)
2020-09-14 11:31:08 +01:00
Petr Písař
a436b9c350 Update to 1.302177
- New upstream release 1.302177
  - Minor fix to author downstream test
  - No significant changes since the last trial
  - Fix Test::More's $TODO inside intercept (#862)
2020-08-07 10:29:29 +02:00
Fedora Release Engineering
694cddb82e - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 19:25:58 +00:00
Jitka Plesnikova
c898991794 Perl 5.32 re-rebuild of bootstrapped packages 2020-06-26 17:49:11 +02:00
Jitka Plesnikova
3a0339bd77 Increase release to favour standalone package 2020-06-22 13:45:00 +02:00
Paul Howarth
e55f2e3857 Update to 1.302175
- New upstream release 1.302175
  - Fix typos in POD
  - Fix incorrect Test2::Hub documentation
  - Fix test that needed . in @INC on Windows
  - Fix Breakage test to show more info
2020-04-14 09:23:45 +01:00
Paul Howarth
4182db251c Update to 1.302174
- New upstream release 1.302174
  - Fall back to Data::Dumper if JSON::PP is not available during IPC errors
2020-03-31 11:13:49 +01:00
Paul Howarth
2cd8354814 Update to 1.302173
- New upstream release 1.302173
  - Add extra debugging for "Not all files from hub '...' have been collected!"
2020-03-28 09:58:55 +00:00
Paul Howarth
1fe570fbf7 Update to 1.302172
- New upstream release 1.302172
  - Fix transition documentation
  - Fix warnings from info/debug tap
2020-03-09 10:07:56 +00:00
Fedora Release Engineering
5727354f4b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 05:15:24 +00:00
Paul Howarth
5075c201ca Update to 1.302171
- New upstream release 1.302171
  - Fix 5.6
  - Fix EBCDIC
  - Upgrade Object::HashBase
  - Clarify error message in test (GH#841)
  - Spelling/Grammar fixes
2020-01-19 14:24:18 +00:00
Petr Písař
4166b67638 Require mro
mro module is used in Test2::Util::HashBase if Perl is 5.010 or
later.
2020-01-02 09:14:55 +01:00
Paul Howarth
2d7aca5bf2 Update to 1.302170
- New upstream release 1.302170
  - Fix unwanted END phase event (GH#840)
2019-12-03 09:32:25 +00:00
Paul Howarth
eac0a60958 Update to 1.302169
- New upstream release 1.302169
  - Update inlined Object::HashBase
  - Avoid 'used only once' warnings in BEGIN and END blocks
2019-11-19 09:55:22 +00:00
Paul Howarth
b1964981ad Update to 1.302168
- New upstream release 1.302168
  - Fix typo in a Test2::API::Breakage warning
  - Delay loading of Term::Table until needed
2019-09-07 09:27:54 +01:00
Paul Howarth
cefb2b37e4 Update to 1.302167
- New upstream release 1.302167
  - Add test2_is_testing_done api method
  - Fix string compare warning
2019-08-26 14:37:11 +01:00
Paul Howarth
bbe9c58d8c Update to 1.302166
- New upstream release 1.302166
  - Better diagnostics when a context is destroyed unexpectedly
  - Add an event to notify when END phase starts
2019-08-16 09:04:02 +01:00
Fedora Release Engineering
f6474944f9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 07:18:48 +00:00
Jitka Plesnikova
3785ec2c63 Perl 5.30 re-rebuild of bootstrapped packages 2019-06-02 22:58:16 +02:00
Jitka Plesnikova
d03102c02c Perl 5.30 rebuild 2019-05-30 10:41:30 +02:00
Jitka Plesnikova
c9fcb60df0 Increase epoch to favour standalone package 2019-05-30 09:18:16 +02:00
Jitka Plesnikova
65a5f30932 Disable author tests and do not add optional run-require Term::Table when bootstraping 2019-05-14 08:09:47 +02:00
Paul Howarth
29e240cb77 Update to 1.302164
- New upstream release 1.302164
  - Do not use threads::shared in Test::Tester::Capture (GH#826)
  - Add missing version info to Info/Table
  - Fix event in global destruction bug (GH#827)
  - Proper fix for todo = '' (GH#812, GH#829)
- Modernize spec using %{make_build} and %{make_install}
- Drop obsoletes/provides for perl-Test2 dating back to Fedora 25
2019-04-28 12:19:04 +01:00
Paul Howarth
4a13d5b6e3 Update to 1.302162
- New upstream release 1.302162
  - Remove SHM Optimization
  - Typo fixes in documentation
2019-02-06 12:33:39 +00:00
Fedora Release Engineering
fe5dd8360f - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 00:50:49 +00:00
Paul Howarth
9af8369cfe Update to 1.302160
- New upstream release 1.302160
  - Fix minor typos and missing doc sections
  - Add table support in info facet and TAP formatter
  - Fix TAP test on Windows
  - Fix math errors in table indentation
  - Devel requires Term::Table
  - Add table support to ctx->fail and ctx->fail_and_return
  - Fix Instance.t on haiku-os
2019-01-20 15:39:17 +00:00
Paul Howarth
106108eec0 Update to 1.302156
- New upstream release 1.302156
  - Fix Windows fork+test failure (GH#814)
  - Documentation updates (GH#819)
  - Fix verbose TAP newline regression (GH#810)
  - Fix local $TODO bugs (GH#812, GH#817)
  - Fix shm read warning (GH#815)
  - Merge doc fix PR's from magnolia-k
  - Fix failure to check error code on shmwrite (GH#815)
  - Fix localization error in new test (GH#820)
  - Fix SHM test to work on machines without SHM
  - Fix locale errors in Instance.t
  - Windows test fixes
  - Perl 5.6 test fixes
  - Add trace to SHM error when possible
  - Fix test not to fail in non-english locales
2019-01-08 09:53:39 +00:00
Paul Howarth
4b67d419e0 Update to 1.302141
- New upstream release 1.302141
  - Fix bug where IPC init failed in preload+fork environments
2018-12-02 17:10:19 +00:00
Paul Howarth
cb6a4a9220 Update to 1.302140
- New upstream release 1.302140
  - Mask warning from the recent IPC fix generated when threaded Test tools are
    loaded at run-time
2018-08-14 14:32:00 +01:00
Fedora Release Engineering
04782f902f - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 20:16:55 +00:00
Paul Howarth
c58a4b37d6 Update to 1.302138
- New upstream release 1.302138
  - Make it safe to fork before events in IPC
2018-07-12 11:54:42 +01:00
Jitka Plesnikova
88edf2b1a2 Perl 5.28 re-rebuild of bootstrapped packages 2018-06-30 22:45:06 +02:00
Jitka Plesnikova
0ee1ad5720 Perl 5.28 rebuild 2018-06-27 01:04:53 +02:00
Petr Písař
552b7387b2 cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:35:11 +02:00
Paul Howarth
0499bf683b Update to 1.302136
- New upstream release 1.302136
  - Add test2_add_callback_testing_done to Test2::API
2018-04-19 14:58:11 +01:00
Jitka Plesnikova
96c4c3b6c0 Do not run optional test on RHEL 2018-04-06 15:16:08 +02:00
Paul Howarth
12e2e817e2 Update to 1.302135
- New upstream release 1.302135
  - Make sure all hubs, events, and contexts get a unique (per run) id
  - Use a common generator for unique(enough) id's (not UUIDs)
2018-03-30 13:29:57 +01:00
Paul Howarth
edc23a1829 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
2018-03-12 10:24:33 +00:00
Paul Howarth
e7200551c7 Update to 1.302130
- New upstream release 1.302130
  - Make hubs tag events with a new facet
2018-03-08 11:45:40 +00:00
Petr Písař
7bb7679aeb Update to 1.302128
- New upstream release 1.302128
  - Add optional UUID tagging
  - Fix missing UUID in Test::Builder subtests
2018-03-06 10:21:45 +01:00
Paul Howarth
d84029ed5f Update to 1.302125
- New upstream release 1.302125
  - Make it possible to disable IPC
  - Fix a test to skip without threads
2018-02-22 12:30:01 +00:00
Paul Howarth
c4966236ac Update to 1.302122
- New upstream release 1.302122
  - Add 'mode' to render facet
2018-02-06 10:08:30 +00:00
Paul Howarth
636bbcd03a Update to 1.302121
- New upstream release 1.302121
  - Update Copyright
  - Add 'render' facet
2018-02-05 10:32:46 +00:00
Paul Howarth
4653fd7fac Update to 1.302120
- New upstream release 1.302120
  - Fix IPC reload bug
2017-12-01 09:55:11 +00:00
Paul Howarth
ef88d26d23 Update to 1.302118
- New upstream release 1.302118
  - Added pre-subtest hook to Test2::API (GH#801)
  - ipc_wait now reports exit and signal values
  - Add better interface for ipc_wait
  - Fix event Out of Order bug
  - Add driver_abort() hook for IPC Drivers
2017-11-30 09:08:31 +00:00