commit 938fc040a6c97e034db802d400fcef5124512583f25050ab415eab72bbe5fb12 Author: Adrian Schröter Date: Fri May 3 18:58:04 2024 +0200 Sync from SUSE:SLFO:Main perl-Test2-Suite revision af1da60b072718812b425d0086d94030 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/Test2-Suite-0.000155.tar.gz b/Test2-Suite-0.000155.tar.gz new file mode 100644 index 0000000..f9edb32 --- /dev/null +++ b/Test2-Suite-0.000155.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78e6bc4d69bc097836976863382b52b9e0c31ee185066ce60c54bd74baad53d +size 243229 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Test2-Suite.changes b/perl-Test2-Suite.changes new file mode 100644 index 0000000..19fabbf --- /dev/null +++ b/perl-Test2-Suite.changes @@ -0,0 +1,811 @@ +------------------------------------------------------------------- +Sat Apr 29 03:14:28 UTC 2023 - Tina Müller + +- updated to 0.000155 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000155 2023-04-28 08:28:42-07:00 America/Los_Angeles + - Fix #247 + - Fix changes file + 0.000154 2023-04-28 05:57:58-07:00 America/Los_Angeles + - Fix 00-report.t + 0.000153 2023-04-27 15:27:32-07:00 America/Los_Angeles + - Fix broken call to plugins + 0.000152 2023-04-27 02:52:44-07:00 America/Los_Angeles + - Inline Importer.pm for core support + 0.000151 2023-04-27 02:35:37-07:00 America/Los_Angeles + - The following are all in hopes of getting Test2:Suite into core. + - Make Module::Pluggable optional + - Inline Scope::Guard + - Inline Sub::Info + - Do not recommend Sub::Name + +------------------------------------------------------------------- +Fri Apr 21 03:10:31 UTC 2023 - Tina Müller + +- updated to 0.000150 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000150 2023-03-21 08:25:21-07:00 America/Los_Angeles + - Do not index Devel::MAT::Dumper + 0.000149 2023-03-21 06:44:50-07:00 America/Los_Angeles + - Fix warning when Devel::MAT::Dumper is installed and -w is used + +------------------------------------------------------------------- +Mon Mar 6 03:12:55 UTC 2023 - Tina Müller + +- updated to 0.000148 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000148 2023-03-05 14:59:45-08:00 America/Los_Angeles + - Fixes for refcount stuff + 0.000147 2023-03-04 11:42:59-08:00 America/Los_Angeles + - Add refcount tools, and include in ::V0 + 0.000146 2023-03-04 11:08:10-08:00 America/Los_Angeles + - Add T2_AUTO_DUMP and T2_AUTO_DEPARSE env vars + +------------------------------------------------------------------- +Sat Mar 5 03:11:21 UTC 2022 - Tina Müller + +- updated to 0.000145 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000145 2022-03-04 15:10:09-08:00 America/Los_Angeles + + - Fix subtest times to be hi-res + +------------------------------------------------------------------- +Sat Dec 4 03:08:19 UTC 2021 - Tina Müller + +- updated to 0.000144 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000144 2021-12-03 13:17:19-08:00 America/Los_Angeles + - Add void context warning for dies and lives + 0.000143 2021-12-01 11:20:03-08:00 America/Los_Angeles + - Add stringification option for custom compare checks + +------------------------------------------------------------------- +Tue Nov 16 03:07:56 UTC 2021 - Tina Müller + +- updated to 0.000142 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000142 2021-11-15 14:06:34-08:00 America/Los_Angeles + + - Fix deprecation diagnostics + - Fix older perls by removing //= + +------------------------------------------------------------------- +Tue Jul 27 03:11:15 UTC 2021 - Tina Müller + +- updated to 0.000141 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000141 2021-07-26 12:15:34-07:00 America/Los_Angeles + + - Add start and stop stamps to async subtest + +------------------------------------------------------------------- +Thu May 13 03:06:42 UTC 2021 - Tina Müller + +- updated to 0.000140 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000140 2021-05-12 08:08:17-07:00 America/Los_Angeles + + - Add L() "length" quick check for comparisons + +------------------------------------------------------------------- +Thu Dec 17 03:07:11 UTC 2020 - Tina Müller + +- updated to 0.000139 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000139 2020-12-15 19:48:07-08:00 America/Los_Angeles + + - Merge PR to add ISA checks + - Fix Manual module that was missing package/return true + +------------------------------------------------------------------- +Fri Oct 23 03:12:30 UTC 2020 - Tina Müller + +- updated to 0.000138 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000138 2020-10-21 19:46:07-07:00 America/Los_Angeles + + - Merge doc fix from PR + - Merge strict fix for test + +------------------------------------------------------------------- +Thu Oct 22 03:24:02 UTC 2020 - Tina Müller + +- updated to 0.000137 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000137 2020-10-21 18:22:07-07:00 America/Los_Angeles + + - Test new syntax `use Test2::Plugin::SRand seed => $seed;` + - Update GitHub workflow with deprecated add-path + +------------------------------------------------------------------- +Wed Oct 7 03:13:43 UTC 2020 - Tina Müller + +- updated to 0.000136 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000136 2020-10-05 22:05:24-07:00 America/Los_Angeles + + - Fix typo Test2::Builder -> Test::Builder + - Improve import logic for SRand + - Other misc typo fixes + +------------------------------------------------------------------- +Tue Aug 18 03:12:21 UTC 2020 - Tina Müller + +- updated to 0.000135 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000135 2020-08-16 21:44:24-07:00 America/Los_Angeles + - No changes since last trial + 0.000134 2020-08-15 13:11:30-07:00 America/Los_Angeles (TRIAL RELEASE) + - Fix 5.8 support + 0.000133 2020-08-14 21:59:19-07:00 America/Los_Angeles (TRIAL RELEASE) + - Add summary of missing/extra elements in compare diagnostics + +------------------------------------------------------------------- +Fri Aug 7 03:14:58 UTC 2020 - Tina Müller + +- updated to 0.000132 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000132 2020-08-06 18:10:48-07:00 America/Los_Angeles + - Fix min Test2 version + 0.000131 2020-08-05 21:45:59-07:00 America/Los_Angeles (TRIAL RELEASE) + - Fix the grabber tool to inherit Test::Builder $TODO functionality + +------------------------------------------------------------------- +Sun May 31 03:12:37 UTC 2020 - Tina Müller + +updated to 0.000130 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000130 2020-05-30 11:11:54-07:00 America/Los_Angeles + + - Many documentation fixes + + +------------------------------------------------------------------- +Sat Feb 1 03:22:30 UTC 2020 - + +- updated to 0.000129 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000129 2020-01-31 08:33:46-08:00 America/Los_Angeles + + - José Joaquín Atria Improve error handling of mock->override with AUTOLOADed methods + + 0.000128 2020-01-30 08:45:43-08:00 America/Los_Angeles + + - Nicolas R Import option to skip utf8 import + - Victoria Mihell-Hale Correct POD for Test2/Tools/Mock.pm's mocked() method + - Victoria Mihell-Hale Fix miscellaneous typos in Test2(/Tools)/Mock.pm POD + - Nicolas R Add GitHub actions + - Daniel Mita Fix PKG case for Test2::Tools::Target docs + - Daniel Mita Document target change in V0 and Bundle::Extended + - Daniel Mita Allow hashref to be used for Test2::Tools::Target + +------------------------------------------------------------------- +Fri Nov 1 10:34:14 UTC 2019 - + +- updated to 0.000127 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000127 2019-10-30 21:25:29-07:00 America/Los_Angeles + + - Fix srand toggling + +------------------------------------------------------------------- +Thu Aug 29 05:42:22 UTC 2019 - Stephan Kulow + +- updated to 0.000126 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000126 2019-08-28 12:44:59-07:00 America/Los_Angeles + + - Mention HUGE caveat in Test2::Plugin::Times + - Make Test2::Util::Times::render_duration support 1 arg form + +------------------------------------------------------------------- +Wed Aug 21 05:32:56 UTC 2019 - Stephan Kulow + +- updated to 0.000125 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000125 2019-08-19 10:40:20-07:00 America/Los_Angeles + + - Add harness_job_fields to Times plugin + +------------------------------------------------------------------- +Sat Aug 17 05:31:58 UTC 2019 - Stephan Kulow + +- updated to 0.000124 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000124 2019-08-16 14:54:25-07:00 America/Los_Angeles + + - Make Times plugin use INFO facets for display + + 0.000123 2019-08-16 13:21:29-07:00 America/Los_Angeles + + - Fix double-load bug on Plugin::Times + +------------------------------------------------------------------- +Sun May 19 05:28:04 UTC 2019 - Stephan Kulow + +- updated to 0.000122 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000122 2019-05-18 08:21:20-07:00 America/Los_Angeles + + - Fix diag issues with ClassicCompare + +------------------------------------------------------------------- +Wed May 8 05:27:55 UTC 2019 - Stephan Kulow + +- updated to 0.000121 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000121 2019-05-07 12:00:27-07:00 America/Los_Angeles + + - Tracking for mocked methods + - Include raw table in facet data when compare fails + +------------------------------------------------------------------- +Sat Apr 27 05:37:03 UTC 2019 - Stephan Kulow + +- updated to 0.000120 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000120 2019-04-26 05:19:18-07:00 America/Los_Angeles + + - Allow all_items inside bag + +------------------------------------------------------------------- +Sun Mar 17 06:34:05 UTC 2019 - Stephan Kulow + +- updated to 0.000119 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000119 2019-03-16 15:17:33-07:00 America/Los_Angeles + + - Allow meta-checks in bag/array/hash (Thanks jjatria) + +------------------------------------------------------------------- +Sat Jan 19 06:31:10 UTC 2019 - Stephan Kulow + +- updated to 0.000118 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000118 2019-01-18 13:44:06-08:00 America/Los_Angeles + + - Fix typo Test::Workflow -> Test2::Workflow #170 + - Fix test broken by new Test-Simple #175 + +------------------------------------------------------------------- +Thu Dec 6 16:27:16 UTC 2018 - Stephan Kulow + +- updated to 0.000117 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000117 2018-12-04 11:37:15-08:00 America/Los_Angeles + + - Remove test that belongs in another dist + + 0.000116 2018-11-28 15:47:12-08:00 America/Los_Angeles + + - Add 'set' to mock tools + - Fix 'overload' issue in deep check cycle detection. + - Minor updates + +------------------------------------------------------------------- +Thu Jul 12 06:10:21 UTC 2018 - coolo@suse.com + +- updated to 0.000115 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000115 2018-07-11 09:39:37-07:00 America/Los_Angeles + + - Fix warning on undefined note/diag + - Improve an error message. + +------------------------------------------------------------------- +Tue Apr 24 05:56:22 UTC 2018 - coolo@suse.com + +- updated to 0.000114 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000114 2018-04-19 08:39:56-07:00 America/Los_Angeles + + - Fix missing manual section + + 0.000113 2018-04-19 08:03:42-07:00 America/Los_Angeles + + - Fix typo + + 0.000112 2018-04-19 07:15:40-07:00 America/Los_Angeles + + - Switch spec to use the testing_done callback + - Update copyright dates + - Finish the Anatomy manual section + - Finish the Tooling manual section + +------------------------------------------------------------------- +Thu Mar 15 06:55:14 UTC 2018 - coolo@suse.com + +- updated to 0.000111 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000111 2018-03-14 12:37:45-07:00 America/Los_Angeles + + - No Changes since last trial + + 0.000110 2018-03-13 13:36:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Allow events from unattached processes in AsyncSubtest + + 0.000109 2018-03-12 13:20:18-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add AsyncSubtest retrieval to hubs + +------------------------------------------------------------------- +Mon Mar 12 06:54:04 UTC 2018 - coolo@suse.com + +- updated to 0.000108 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000108 2018-03-11 12:51:56-07:00 America/Los_Angeles + + - No changes since last release + + 0.000107 2018-03-09 15:43:30-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add rounded() and within() wrappers for approximate comparisons + +------------------------------------------------------------------- +Wed Mar 7 06:53:24 UTC 2018 - coolo@suse.com + +- updated to 0.000106 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000106 2018-03-06 13:10:55-08:00 America/Los_Angeles + + - No changes since trial + + 0.000105 2018-03-06 09:13:36-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix nesting bug in Test2::Workflow + +------------------------------------------------------------------- +Tue Mar 6 07:05:50 UTC 2018 - coolo@suse.com + +- updated to 0.000104 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000104 2018-03-05 09:27:44-08:00 America/Los_Angeles + + - Add Data::Dumper to dep list (#154) + + 0.000103 2018-03-02 13:00:54-08:00 America/Los_Angeles (TRIAL RELEASE) + + - AsyncSubtest now works with UUIDs and adds other proper meta-data + +------------------------------------------------------------------- +Sat Mar 3 07:09:11 UTC 2018 - coolo@suse.com + +- updated to 0.000102 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000102 2018-03-02 09:45:27-08:00 America/Los_Angeles + + - No Changes since last trial + + 0.000101 2018-02-21 16:27:18-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Add much needed verbosity to 'You must attach to an AsyncSubtest ...' errors + - Documentation updates + +------------------------------------------------------------------- +Thu Feb 15 07:11:10 UTC 2018 - coolo@suse.com + +- updated to 0.000100 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000100 2018-02-13 21:41:30-08:00 America/Los_Angeles + + - No changes from last TRIAL + + 0.000099 2018-02-06 12:53:16-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix AsyncSubtest plan to be at the right nesting, and buffered + + 0.000098 2018-02-06 12:05:28-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix AsyncSubtest main event buffered/nesting values + - Fix bug where AsyncSub test vanishes with no error when finished after + its parent ends. + +------------------------------------------------------------------- +Fri Dec 15 07:01:29 UTC 2017 - coolo@suse.com + +- updated to 0.000097 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + +------------------------------------------------------------------- +Thu Oct 26 05:56:54 UTC 2017 - coolo@suse.com + +- updated to 0.000083 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000083 2017-10-25 08:12:18-07:00 America/Los_Angeles + + - Mark a float ests TODO until the PR author can fix it + +------------------------------------------------------------------- +Sat Oct 21 05:53:21 UTC 2017 - coolo@suse.com + +- updated to 0.000082 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000082 2017-10-20 07:11:08-07:00 America/Los_Angeles + + - No Changes since last trial + + 0.000081 2017-10-19 09:09:14-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add Test2::Compare::Float to handle floating point comparison issues with + representation error. + - Add float() to Test2::Utils::Compare and import Test2::Compare::Float + - Import and Export Test2::Utils::Compare::float in Test2::V0 + - Documentation fixes + - Better 5.10.0/utf8 fix + - VSTRING comparisons + - Bag compare now handles duplicates better + +------------------------------------------------------------------- +Tue Oct 17 05:58:13 UTC 2017 - coolo@suse.com + +- updated to 0.000080 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000080 2017-10-15 10:13:30-07:00 America/Los_Angeles + + - No changes since last trial + + 0.000079 2017-10-14 20:18:51-07:00 America/Los_Angeles (TRIAL RELEASE) + + - (Colin Newell) Fix UTF8 issue with perl 5.10.0 + + 0.000078 2017-10-14 20:15:21-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix for TODO + new ok style + +------------------------------------------------------------------- +Wed Sep 13 06:14:42 UTC 2017 - coolo@suse.com + +- updated to 0.000077 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000077 2017-09-12 07:49:16-07:00 America/Los_Angeles + + - No changes since last TRIAL release + + 0.000076 2017-09-11 15:21:07-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add Test2::Tools::GenTemp + +------------------------------------------------------------------- +Tue Sep 12 06:17:26 UTC 2017 - coolo@suse.com + +- updated to 0.000075 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000075 2017-09-10 21:22:17-07:00 America/Los_Angeles + + - Add version to Test2::Event::Times + + 0.000074 2017-08-31 20:37:47-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add Test2::Event::Times + - Fix some tests that were failing in yath + + 0.000073 2017-08-30 23:11:28-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add Test2::Plugin::Times + +------------------------------------------------------------------- +Sun Jun 18 06:26:13 UTC 2017 - coolo@suse.com + +- updated to 0.000072 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000072 2017-06-17 21:48:14-07:00 America/Los_Angeles + + - No change since last trial + + 0.000071 2017-06-10 13:40:27-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Introduce Test2::V# bundles + - Deprecate Test2::Bundle::Extended + - Test2::V0 added + - Fix Test2::Mock doesn't accept non-ref values (Mike Raynham) + - Fix isa_ok overload issue (Mike Raynham) + +------------------------------------------------------------------- +Wed May 31 19:01:22 UTC 2017 - coolo@suse.com + +- updated to 0.000070 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000070 2017-03-19 13:34:25-07:00 America/Los_Angeles + + - Revert Boolean overload fixes from djerius until they can be fixed + - Do not mention Term::ReadKey in docs + - Add Term::Size::Any to test report + + 0.000069 2017-03-16 20:57:43-07:00 America/Los_Angeles + + - No changes from trial + + 0.000068 2017-03-08 20:22:23-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Set the term size for all tests that use tables + - Boolean overload fixes from djerius + + 0.000067 2017-01-03 19:41:52-08:00 America/Los_Angeles + + - No changes + + 0.000066 2016-12-23 15:16:18-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Move sub_info to Sub::Info + + 0.000065 2016-12-19 19:46:47-08:00 America/Los_Angeles + + - AUTHOR_TESTING a fragile test + + 0.000064 2016-12-19 11:56:28-08:00 America/Los_Angeles (TRIAL RELEASE) + + - Move Test2::Util::Table to Term::Table + +------------------------------------------------------------------- +Sun Dec 18 07:17:23 UTC 2016 - coolo@suse.com + +- updated to 0.000063 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000063 2016-12-17 12:11:39-08:00 America/Los_Angeles + + - No notable changes since the last trial release. + + 0.000062 2016-12-03 14:03:44-08:00 America/Los_Angeles (TRIAL RELEASE) + + - An event without a trace object throw would an exception when using + Test2::Compare::Event and the comparison failed + - Fix tests for small terminals (#106) + - Enhance the table library + - UTF8 plugin does not set STDERR/STDOUT + +------------------------------------------------------------------- +Sun Nov 27 07:16:39 UTC 2016 - coolo@suse.com + +- updated to 0.000061 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000061 2016-11-26 12:39:14-08:00 America/Los_Angeles + + - Fix mocked objects so that they respond properly to ->can when using AUTOLOAD. + - Fix some meta-files + - Small build improvements + - Minor fixes + +------------------------------------------------------------------- +Mon Sep 26 06:00:07 UTC 2016 - coolo@suse.com + +- updated to 0.000060 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000060 2016-09-25 12:38:43-07:00 America/Los_Angeles + + - Fix some docs + - Fix defer.t to work in windows + - Fix stack stomping bug triggered by certain Term::Readkey conditions + + 0.000059 2016-09-15 13:00:03-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Create Test2::Compare::Negatable + - Add bool() for deep comparisons + - Implicit end() for checks inside is() + - Add try_ok to Tools/Exception + - Export convert() in Test2::Compare + - Make convert more flexible + - Document how to write a compare tool with custom behavior + +------------------------------------------------------------------- +Sun Aug 14 05:57:40 UTC 2016 - coolo@suse.com + +- updated to 0.000058 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000058 2016-08-13 13:06:10-07:00 America/Los_Angeles + + 0.000057 2016-08-10 22:13:39-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add contact info to docs + + 0.000056 2016-08-09 14:09:17-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make sure Test2::Compare::convert loads deps + +------------------------------------------------------------------- +Tue Aug 2 05:56:40 UTC 2016 - coolo@suse.com + +- updated to 0.000055 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000055 2016-07-30 13:18:13-07:00 America/Los_Angeles + + - Spelling fix from Debian (Thanks gregor herrmann) + - Fix \d -> [0-9] in several places (Thanks Mark F.) + +------------------------------------------------------------------- +Fri Jul 29 06:01:18 UTC 2016 - coolo@suse.com + +- updated to 0.000054 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000054 2016-07-28 07:10:34-07:00 America/Los_Angeles + + - No changes from last trial + + 0.000053 2016-07-22 22:51:37-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make bag check fail when given an empty array + - Clean up bag diagnostics + +------------------------------------------------------------------- +Tue Jul 19 05:53:56 UTC 2016 - coolo@suse.com + +- updated to 0.000052 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000052 2016-07-18 09:07:25-07:00 America/Los_Angeles + + - No changes from last TRIAL + + 0.000051 2016-07-13 18:00:17-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Switch Extended bundle to use Importer + - Add meta_check as alias for meta + +------------------------------------------------------------------- +Mon Jul 11 05:57:18 UTC 2016 - coolo@suse.com + +- updated to 0.000050 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000050 2016-07-09 16:58:59-07:00 America/Los_Angeles + + - No Changes since trial + + 0.000049 2016-07-07 22:02:24-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Doc fixes + - Add U() quick check to Test2::Tools::Compare + +------------------------------------------------------------------- +Mon Jul 4 13:21:08 UTC 2016 - coolo@suse.com + +- updated to 0.000048 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000048 2016-07-02 22:08:10-07:00 America/Los_Angeles + + 0.000047 2016-07-01 18:09:26-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix global destruction warning + - Minor test fix to keep 5.8 working + + 0.000046 2016-07-01 17:31:23-07:00 America/Los_Angeles (TRIAL RELEASE) + + - ref-ref's can be used in deep comparisons + - Fix mocking to override a base class's method + + 0.000045 2016-07-01 09:30:09-07:00 America/Los_Angeles + + - Spelling and POD fixes + + 0.000044 2016-06-29 15:48:33-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add DF() shortcut (JBerger) + + 0.000043 2016-06-28 06:23:46-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Restructure Delta.pm to try and solve read-only problem + + 0.000042 2016-06-27 21:37:22-07:00 America/Los_Angeles + + - Change Encoding.t to spit out debug message without failing + + 0.000041 2016-06-27 09:00:46-07:00 America/Los_Angeles + + - Add perltidy rc to dist + - Documentation fixes (Thanks petdance) + - revert "Attempt a fix to Delta #29" + + 0.000039 2016-06-25 13:44:03-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Stop leaking temp files + - clean up STDERR + - Fix #28 + +------------------------------------------------------------------- +Mon Jun 27 08:36:21 UTC 2016 - coolo@suse.com + +- updated to 0.000038 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000038 2016-06-25 13:20:07-07:00 America/Los_Angeles + + - No Changes from last TRIAL release + + 0.000037 2016-06-24 14:03:52-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Add all_keys() to Compare tools + - add all_vals() to Compare tools + - add all_items() to Compare tools + - Fix in_set(DNE) (#10) + - Add E() + - Proper line reporting for shortcuts. + + 0.000036 2016-06-24 05:58:51-07:00 America/Los_Angeles + + - Better comments in SRAND (#7) + + 0.000035 2016-06-23 14:48:54-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Make it possible to provide a name to isa_ok, can_ok, and DOES_ok + - Add some regression tests for previous fixes + - Allow 'tests' and 'skip_all' prefixes support to plan() #25 + + 0.000034 2016-06-22 11:30:00-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Bump minimum Test2 version + + 0.000033 2016-06-22 08:41:22-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix ClassicCompare to load deps (#23) + +------------------------------------------------------------------- +Thu Jun 23 07:11:12 UTC 2016 - coolo@suse.com + +- updated to 0.000032 + see /usr/share/doc/packages/perl-Test2-Suite/Changes + + 0.000032 2016-06-17 06:58:17-07:00 America/Los_Angeles + + - Add 'bag' comparison (dakkar) + - Add 'call_list()' for DSL (dakkar) + - Add 'call_hash()' for DSL (dakkar) + + 0.000031 2016-06-15 21:32:05-07:00 America/Los_Angeles (TRIAL RELEASE) + + - Fix TODO to use pre-filters + +------------------------------------------------------------------- +Sun Jun 12 14:32:37 UTC 2016 - coolo@suse.com + +- initial package 0.000030 + * created by cpanspec 1.78.08 + diff --git a/perl-Test2-Suite.spec b/perl-Test2-Suite.spec new file mode 100644 index 0000000..38b26e9 --- /dev/null +++ b/perl-Test2-Suite.spec @@ -0,0 +1,61 @@ +# +# spec file for package perl-Test2-Suite +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define cpan_name Test2-Suite +Name: perl-Test2-Suite +Version: 0.000155 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Distribution with a rich set of tools built upon the Test2 framework +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Term::Table) >= 0.013 +BuildRequires: perl(Test2::API) >= 1.302176 +Requires: perl(Term::Table) >= 0.013 +Requires: perl(Test2::API) >= 1.302176 +%{perl_requires} + +%description +Rich set of tools, plugins, bundles, etc built upon the Test2 testing +library. If you are interested in writing tests, this is the distribution +for you. + +%prep +%autosetup -n %{cpan_name}-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +%make_build + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%doc Changes README README.md +%license LICENSE + +%changelog