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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3c5fef75b785bceb951c1aa6dab7f2098b9d43877fb2e1b46f13b494069c699
size 35574

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7f8c337c5525eaa03777c57683ea11af9b98ff1d0511a234af1f80a43224ec7
size 35728

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>

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