From b475fd44b4b069ddfed58c2d539155d8202635f5 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Fri, 12 Sep 2025 10:21:38 -0400 Subject: [PATCH] libhtml-parser-perl: upgrade 3.73 -> 3.75 License-Update: Still distributed under the same license as Perl itself. Changes for version 3.75 - 2020-08-30 Cleanup the prereqs a bit Mark HTML::Filter as deprecated as the docs point out Move Parser.pm into the lib directory with the others. This will help with everything from auto version bumps after releases, to scanning for prerequisites and spelling errors. Fix a few spelling errors in the POD for HTML::Parser Clean up the spacing on many examples in HTML::Parser Changes for version 3.74 - 2020-08-30 Fix the order of date and version in this change log. (Thanks, haarg) Convert to Dist::Zilla Build all prereqs from our cpanfile Go through all test files and: perltidy Use strict/warnings Get rid of two-arg open Get rid of BAREWORD filehandles Fix the eval pattern used Only use -w where we catch $SIG{__WARN__} Fix encoding problems use utf8 where we have unicode in the source Fix a typo here and there perltidy all of the example apps in eg/ Add comments explaining the apps in eg/ (GH#13 Thanks, Salvatore Bonaccorso) Print out UTF-8 encoded data where sensible in eg/ Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- ...html-parser-perl_3.73.bb => libhtml-parser-perl_3.75.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-perl/recipes-perl/libhtml/{libhtml-parser-perl_3.73.bb => libhtml-parser-perl_3.75.bb} (83%) diff --git a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb similarity index 83% rename from meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb rename to meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb index a03ec31e29..bae4ebaa86 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.73.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.75.bb @@ -1,15 +1,15 @@ DESCRIPTION = "This package contains the Parser.pm module with friends." -HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.73" +HOMEPAGE = "https://metacpan.org/release/CAPOEIRAB/HTML-Parser-3.75" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8" +LIC_FILES_CHKSUM = "file://README;beginline=992;endline=996;md5=cab05784294bb47dc319aeced156e96a" DEPENDS += "perl" SRC_URI = "${CPAN_MIRROR}/authors/id/C/CA/CAPOEIRAB/HTML-Parser-${PV}.tar.gz" -SRC_URI[sha256sum] = "85f05d944e166b8c5913db54779802eb38f4bbefb89a1730401ef06eb9ad8e69" +SRC_URI[sha256sum] = "ac6b5e25a8df7af54885201e91c45fb9ab6744c08cedc1a38fcc7d95d21193a9" S = "${UNPACKDIR}/HTML-Parser-${PV}"