[meta-perl] [PATCH] libtest-deep-perl: upgrade 1.130 -> 1.204


wangmy
 

From: Wang Mingyu <wangmy@...>

License-Update:
dzilification cleanup: remove redundant pod

Changelog:
==========
- restore v5.12 compatibility (see commit 66b79eb for the amusing
anecdote)
- try to avoid clobbering global error variables when loading test
libraries (thanks, Felipe Gasper)
- hash_each now enumates keys in sort() order, to make errors more
consistent
- no changes since trial releases
- Test::Deep now requires perl v5.12.
- correct Changes entry about which version version of perl is required
- converted to Dist::Zilla
- Test::Deep will now require v5.12, and this may go up. This change
allows simplification of the Makefile.PL, which was coping with a
mistake made twelve years ago.

Signed-off-by: Wang Mingyu <wangmy@...>
---
...libtest-deep-perl_1.130.bb => libtest-deep-perl_1.204.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta-perl/recipes-perl/libtest/{libtest-deep-perl_1.130.bb => libtest-deep-perl_1.204.bb} (91%)

diff --git a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb
similarity index 91%
rename from meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
rename to meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb
index 6252bc3351..d7f6166b4b 100644
--- a/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.130.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.204.bb
@@ -23,11 +23,10 @@ SECTION = "libs"
HOMEPAGE = "http://github.com/rjbs/Test-Deep/"

LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=a897a42bafc3422cab17c2eb94f87a7c"
+LIC_FILES_CHKSUM = "file://lib/Test/Deep.pm;beginline=1817;endline=1826;md5=d3ed382cc19bae8ead6076df35a43cbf"

SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Deep-${PV}.tar.gz"
-SRC_URI[md5sum] = "d466e471108f7f7a5df3802cb13761ac"
-SRC_URI[sha256sum] = "4064f494f5f62587d0ae501ca439105821ee5846c687dc6503233f55300a7c56"
+SRC_URI[sha256sum] = "b6591f6ccdd853c7efc9ff3c5756370403211cffe46047f082b1cd1611a84e5f"

UPSTREAM_CHECK_REGEX = "Test\-Deep\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"

--
2.34.1