- updated to 2.12 see /usr/share/doc/packages/perl-Test-Timer/CHANGELOG.md OBS-URL: https://build.opensuse.org/request/show/905801 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Timer?expand=0&rev=14
216 lines
7.1 KiB
Plaintext
216 lines
7.1 KiB
Plaintext
-------------------------------------------------------------------
|
||
Fri Jul 9 03:07:31 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||
|
||
- updated to 2.12
|
||
see /usr/share/doc/packages/perl-Test-Timer/CHANGELOG.md
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 8 19:58:36 UTC 2019 - <timueller+perl@suse.de>
|
||
|
||
- updated to 2.11
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.11 2019-09-06T17:43:07Z Maintenance release, update not required
|
||
|
||
- Applied patch with POD improvements from Mohammad S Anwar
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 20 06:35:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||
|
||
- updated to 2.10
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.10 2019-02-19T16:13:40Z Maintenance release, update not required
|
||
|
||
- Cleaned the code a bit and eliminated use of regular expression for parsing output from Benchmark
|
||
|
||
REF: https://github.com/jonasbn/perl-test-timer/issues/21
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 7 15:21:58 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||
|
||
- Fix autogenerated changes
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 7 17:25:27 UTC 2018 - coolo@suse.com
|
||
|
||
- updated to 2.09
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.09 2017-11-24 Maintenance release, update not required
|
||
|
||
- Attempting to address issues with tests on Windows
|
||
|
||
REF: http://www.cpantesters.org/distro/T/Test-Timer.html?grade=3&perlmat=2&patches=2&oncpan=2&distmat=2&perlver=ALL&osname=ALL&version=2.08
|
||
|
||
- Reinstated sleep over select in the test suite
|
||
|
||
- Changed some test parameters was made a bit less relaxed attempting to decrease the execution time
|
||
for the test suite
|
||
|
||
- Removed loose match in regular, it should be possible to anticipate the timeout
|
||
|
||
- Removed redundant tests, trying to cut down execution time for the test suite
|
||
|
||
|
||
2.08 2017-11-20 Maintenance release, update not required
|
||
|
||
- Addressing reports on failing tests from CPAN testers
|
||
|
||
|
||
2.07 2017-11-18 Maintenance release, update not required
|
||
|
||
- Addressing issue #17, the tests are now more liberal, so when executed
|
||
on smokers, CI environments and similar, load will not influence the
|
||
test results. The requirement for Test::Tester has been updated and a patch
|
||
required by this distribution has been included
|
||
|
||
|
||
2.06 2017-11-14 Maintenance release, update not required
|
||
|
||
- Added cancellation of alarm, based on advice from Erik Johansen
|
||
|
||
- Implemented own sleep, based on select, this might address possible issues with
|
||
sleep implementations
|
||
|
||
|
||
2.05 2017-11-12 Maintenance release, update not required
|
||
|
||
- Addressed issue #11 adding experimental graphical support elements to the documentation
|
||
|
||
|
||
2.04 2017-10-15 Maintenance release, update not required
|
||
|
||
- Minor improvements to Test::Timer::TimeoutException, some obsoleted code could
|
||
be removed
|
||
|
||
- Generalizing test asserting, since CPAN testers are sometime contrained on resources,
|
||
making it impossible to predict the actual timeout value
|
||
|
||
Example: http://www.cpantesters.org/cpan/report/2561e32c-9efa-11e7-bc90-bbe42ddde1fb
|
||
|
||
- Correction of spelling mistage in PR #16 from Gregor Herrmann
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 12 06:16:50 UTC 2017 - coolo@suse.com
|
||
|
||
- updated to 2.03
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.03 2017-07-01 Maintenance release, update not required
|
||
|
||
- Minor clean up in code and tests
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 1 06:21:36 UTC 2017 - coolo@suse.com
|
||
|
||
- updated to 2.02
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.02 2017-06-30 Maintenance release, update recommended
|
||
|
||
- Correction to documentation
|
||
|
||
- Improvements to alarm signal handling and other internal parts
|
||
|
||
- Addressed issue #15 meaning we thresholds are now included in the assertions
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 14 06:23:11 UTC 2017 - coolo@suse.com
|
||
|
||
- updated to 2.01
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.01 2017-06-12 Bug fix release, update recommended
|
||
|
||
- Fixed bug where execution/time would be reported as 0 (#13)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 9 06:30:29 UTC 2017 - coolo@suse.com
|
||
|
||
- updated to 2.00
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
2.00 2017-06-06 Feature release, update recommended
|
||
|
||
- Improved diagnostics based on feedback for change introduced in 1.00
|
||
from Nigel Horne. The actual measured time used is now presented (#12)
|
||
|
||
- private subroutine _runtest_atleast factored out (#9)
|
||
|
||
|
||
1.00 2017-06-03 Feature release, update recommended
|
||
|
||
- Implemented suggestion for improvement from Nigel Horne (#10)
|
||
https://github.com/jonasbn/perl-test-timer/issues/10
|
||
|
||
This change impacts all the diagnostics, so these now communicate
|
||
the relevant specified thresholds
|
||
|
||
- Added Dist::Zilla plugins requirements causing issues to dist.ini, so these
|
||
are explicitly specified
|
||
|
||
- Exchanged CJM´s:
|
||
https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromModule
|
||
|
||
For Dave Rolskys:
|
||
https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromMainModule
|
||
|
||
There are some deprecation notices from Dist::Zilla making tests fail
|
||
see XDG's PR: https://github.com/madsen/dist-zilla-plugins-cjm/pull/5
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 4 07:18:04 UTC 2017 - coolo@suse.com
|
||
|
||
- updated to 0.18
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
0.18 2016-12-30 Maintenance release, update not required
|
||
|
||
- Reenabled Github issues over RT, the Dist::Zilla plugins not completely compatible
|
||
|
||
|
||
0.17 2016-12-30 Maintenance release, update not required
|
||
|
||
- Exchanged use of Test::Exception for Test::Fatal
|
||
|
||
- Exchanged use of: Dist::Zilla::Plugin::GitHub::Meta for Dist::Zilla::Plugin::GithubMeta
|
||
to specify a proper homepage attribute
|
||
|
||
Ref: https://metacpan.org/pod/Dist::Zilla::Plugin::GithubMeta
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Dec 30 07:23:53 UTC 2016 - coolo@suse.com
|
||
|
||
- updated to 0.16
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 13 07:30:24 UTC 2016 - coolo@suse.com
|
||
|
||
- updated to 0.15
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 11 07:22:58 UTC 2016 - coolo@suse.com
|
||
|
||
- updated to 0.14
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
0.13 2016-12-10 Maintenance release
|
||
|
||
- Corrections to file permissions, PR from Kent Fredric
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 8 16:53:57 UTC 2016 - coolo@suse.com
|
||
|
||
- updated to 0.13
|
||
see /usr/share/doc/packages/perl-Test-Timer/Changes
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 8 13:42:29 UTC 2016 - coolo@suse.com
|
||
|
||
- initial package 0.12
|
||
* created by cpanspec 1.78.08
|
||
|