diff mbox series

[meta-perl] libhtml-tagset-perl: upgrade 3.20 -> 3.24

Message ID 20250911125236.11878-1-schonm@gmail.com
State Under Review
Headers show
Series [meta-perl] libhtml-tagset-perl: upgrade 3.20 -> 3.24 | expand

Commit Message

Jason Schonberg Sept. 11, 2025, 12:52 p.m. UTC
License-Update: Now under Artistic License version 2.0

2024-03-11  Andy Lester
        * Release 3.24
        No changes in functionality. Only updates metadata for builds.

2024-03-09  Andy Lester
        * Release 3.22
        HTML::Tagset now requires Perl 5.10.1. It might run on earlier
        Perls but I don't have the infrastructure to test them.
        Added <ins> and <del> to %isPhraseMarkup (RT #151970)
        Fixed docs about %isBodyElement calling it %isBodyMarkup
        (RT #34913, RT #109024, RT #118356)
        Cleaned up metadata and version requirements.
        No changes have been made to handle HTML5. That is a bigger issue
        than "just add the tags to the hashes," because that would change
        functionality for existing users who are expecting HTML::Tagset to
        be HTML4.

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 ...html-tagset-perl_3.20.bb => libhtml-tagset-perl_3.24.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-perl/recipes-perl/libhtml/{libhtml-tagset-perl_3.20.bb => libhtml-tagset-perl_3.24.bb} (72%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb
similarity index 72%
rename from meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
rename to meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb
index 519c2ad54c..802fe050da 100644
--- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb
+++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb
@@ -3,12 +3,12 @@  DESCRIPTION = "This module contains several data tables useful in various \
 kinds of HTML parsing operations."
 HOMEPAGE = "https://metacpan.org/release/HTML-Tagset"
 SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
+LICENSE = "Artistic-2.0"
 
-LIC_FILES_CHKSUM = "file://README;beginline=62;endline=66;md5=aa91eed6adfe182d2af676954f06a7c9"
+LIC_FILES_CHKSUM = "file://README.md;beginline=42;endline=46;md5=6e702d3d2c184c6972123c9bef7b29b7"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz"
-SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2"
+SRC_URI[sha256sum] = "eb89e145a608ed1f8f141a57472ee5f69e67592a432dcd2e8b1dbb445f2b230b"
 
 S = "${UNPACKDIR}/HTML-Tagset-${PV}"