Accepting request 1118073 from devel:languages:perl:autoupdate

- updated to 0.71
   see /usr/share/doc/packages/perl-Test-Differences/Changes
  0.71   2023-10-12
      - Document and test different behaviour regarding Booleans in perl
        5.38.0 compared to earlier versions.
        See https://github.com/DrHyde/perl-modules-Test-Differences/issues/21

OBS-URL: https://build.opensuse.org/request/show/1118073
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=32
This commit is contained in:
Pedro Monreal Gonzalez 2023-10-16 20:07:25 +00:00 committed by Git OBS Bridge
parent 0b05fc5e50
commit 984254123d
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 13 03:07:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.71
see /usr/share/doc/packages/perl-Test-Differences/Changes
0.71 2023-10-12
- Document and test different behaviour regarding Booleans in perl
5.38.0 compared to earlier versions.
See https://github.com/DrHyde/perl-modules-Test-Differences/issues/21
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 8 03:08:58 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sat Jul 8 03:08:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,10 +18,9 @@
%define cpan_name Test-Differences %define cpan_name Test-Differences
Name: perl-Test-Differences Name: perl-Test-Differences
Version: 0.700.0 Version: 0.710.0
Release: 0 Release: 0
%define cpan_version 0.70 %define cpan_version 0.71
Provides: perl(Test::Differences) = 0.700.0
#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license. #Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license.
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test strings and data structures and show differences if not ok Summary: Test strings and data structures and show differences if not ok
@ -39,6 +38,7 @@ Requires: perl(Capture::Tiny) >= 0.24
Requires: perl(Data::Dumper) >= 2.126 Requires: perl(Data::Dumper) >= 2.126
Requires: perl(Test::More) >= 0.88 Requires: perl(Test::More) >= 0.88
Requires: perl(Text::Diff) >= 1.43 Requires: perl(Text::Diff) >= 1.43
Provides: perl(Test::Differences) = 0.710.0
%define __perllib_provides /bin/true %define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}