Accepting request 1084359 from devel:languages:perl:autoupdate

- updated to 0.17
   see /usr/share/doc/packages/perl-Convert-Color/Changes
  0.17    2023-04-21
          [BUGFIXES]
           * Call `plan()` to skip tests in t/31x11.t if no rgb.txt is found
             (RT147340)
  0.16    2023-03-22
          [BUGFIXES]
           * Convert remaining tests to `float()` comparisons that were missed
             in version 0.15 (RT145121)
  0.15    2023-03-22
          [CHANGES]
           * Swap all unit tests from `Test::More` to `Test2::V0`
           * Use Test2's `float()` comparisons instead of `Test::Number::Delta`
          [BUGFIXES]
           * Remember to use approximate-equality tests for float comparisons
             (RT145121)

OBS-URL: https://build.opensuse.org/request/show/1084359
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-Color?expand=0&rev=9
This commit is contained in:
2023-05-03 15:17:25 +00:00
committed by Git OBS Bridge
parent 0ec1c707e7
commit 710aaf8fcc
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Apr 22 03:06:08 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.17
see /usr/share/doc/packages/perl-Convert-Color/Changes
0.17 2023-04-21
[BUGFIXES]
* Call `plan()` to skip tests in t/31x11.t if no rgb.txt is found
(RT147340)
0.16 2023-03-22
[BUGFIXES]
* Convert remaining tests to `float()` comparisons that were missed
in version 0.15 (RT145121)
0.15 2023-03-22
[CHANGES]
* Swap all unit tests from `Test::More` to `Test2::V0`
* Use Test2's `float()` comparisons instead of `Test::Number::Delta`
[BUGFIXES]
* Remember to use approximate-equality tests for float comparisons
(RT145121)
-------------------------------------------------------------------
Fri Jan 6 03:06:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>