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

@@ -18,7 +18,7 @@
%define cpan_name Convert-Color
Name: perl-Convert-Color
Version: 0.14
Version: 0.17
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Color space conversions and named lookups
@@ -32,8 +32,7 @@ BuildRequires: perl(List::UtilsBy)
BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Sub::Util) >= 1.40
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Number::Delta)
BuildRequires: perl(Test2::V0)
Requires: perl(List::UtilsBy)
Requires: perl(Module::Pluggable)
Requires: perl(Sub::Util) >= 1.40