Accepting request 598930 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/598930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2018-04-20 13:44:23 +00:00 committed by Git OBS Bridge
parent 5ba80ea1b0
commit 6e4a929397
4 changed files with 18 additions and 7 deletions

View File

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

3
Test-Deep-1.128.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 20 06:03:00 UTC 2018 - coolo@suse.com
- updated to 1.128
see /usr/share/doc/packages/perl-Test-Deep/Changes
1.128 2018-04-18
- numerous small improvements to documentation; thanks to
Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall
- improved CI setup; thanks to eadjei and Philip J. Ludlam
-------------------------------------------------------------------
Sat May 6 06:40:36 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Deep
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,11 +17,11 @@
Name: perl-Test-Deep
Version: 1.127
Version: 1.128
Release: 0
%define cpan_name Test-Deep
Summary: Extremely flexible deep comparison
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Deep/
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
@ -44,7 +44,7 @@ probably read about Test::Simple and Test::More before preceding.
Test::Deep uses the Test::Builder framework.
Test::Deep gives you very flexible ways to check that the result you got is
the result you were expecting. At it's simplest it compares two structures
the result you were expecting. At its simplest it compares two structures
by going through each level, ensuring that the values match, that arrays
and hashes have the same elements and that references are blessed into the
correct class. It also handles circular data structures without getting