Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTML-Parser for openSUSE:Factory checked in at 2023-02-14 16:42:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old) and /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.27156 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Parser" Tue Feb 14 16:42:37 2023 rev:40 rq:1065539 version:3.81 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes 2022-11-09 12:56:25.080003765 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.27156/perl-HTML-Parser.changes 2023-02-14 16:42:38.265451130 +0100 @@ -1,0 +2,10 @@ +Wed Feb 1 03:07:05 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 3.81 + see /usr/share/doc/packages/perl-HTML-Parser/Changes + + 3.81 2023-01-30 + - Stop depending on "Test" (GH#34) (James Raspass) + - fix test scripts after conversion to Test::More (GH#35) (Graham Knop) + +------------------------------------------------------------------- Old: ---- HTML-Parser-3.80.tar.gz New: ---- HTML-Parser-3.81.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Parser.spec ++++++ --- /var/tmp/diff_new_pack.QHSs6F/_old 2023-02-14 16:42:38.773454145 +0100 +++ /var/tmp/diff_new_pack.QHSs6F/_new 2023-02-14 16:42:38.781454192 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Parser # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name HTML-Parser Name: perl-HTML-Parser -Version: 3.80 +Version: 3.81 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTML parser class @@ -60,6 +60,7 @@ %prep %autosetup -n %{cpan_name}-%{version} + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build ++++++ HTML-Parser-3.80.tar.gz -> HTML-Parser-3.81.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/Changes new/HTML-Parser-3.81/Changes --- old/HTML-Parser-3.80/Changes 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/Changes 2023-01-31 04:12:33.000000000 +0100 @@ -1,5 +1,9 @@ Change history for HTML-Parser +3.81 2023-01-30 + - Stop depending on "Test" (GH#34) (James Raspass) + - fix test scripts after conversion to Test::More (GH#35) (Graham Knop) + 3.80 2022-11-01 * Fix compatibility with ancient perl by avoiding index in test (GH#33) (Graham Knop) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/META.json new/HTML-Parser-3.81/META.json --- old/HTML-Parser-3.80/META.json 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/META.json 2023-01-31 04:12:33.000000000 +0100 @@ -79,7 +79,6 @@ "FileHandle" : "0", "IO::File" : "0", "SelectSaver" : "0", - "Test" : "0", "Test::More" : "0", "URI" : "0", "perl" : "5.008", @@ -90,32 +89,32 @@ "provides" : { "HTML::Entities" : { "file" : "lib/HTML/Entities.pm", - "version" : "3.80" + "version" : "3.81" }, "HTML::Filter" : { "file" : "lib/HTML/Filter.pm", - "version" : "3.80", + "version" : "3.81", "x_deprecated" : 1 }, "HTML::HeadParser" : { "file" : "lib/HTML/HeadParser.pm", - "version" : "3.80" + "version" : "3.81" }, "HTML::LinkExtor" : { "file" : "lib/HTML/LinkExtor.pm", - "version" : "3.80" + "version" : "3.81" }, "HTML::Parser" : { "file" : "lib/HTML/Parser.pm", - "version" : "3.80" + "version" : "3.81" }, "HTML::PullParser" : { "file" : "lib/HTML/PullParser.pm", - "version" : "3.80" + "version" : "3.81" }, "HTML::TokeParser" : { "file" : "lib/HTML/TokeParser.pm", - "version" : "3.80" + "version" : "3.81" } }, "release_status" : "stable", @@ -130,7 +129,7 @@ "web" : "https://github.com/libwww-perl/HTML-Parser" } }, - "version" : "3.80", + "version" : "3.81", "x_contributors" : [ "Antonio Radici <anto...@dyne.org>", "Barbie <bar...@missbarbell.co.uk>", @@ -158,7 +157,7 @@ "Zefram <zef...@fysh.org>" ], "x_generated_by_perl" : "v5.36.0", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.29", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.32", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/META.yml new/HTML-Parser-3.81/META.yml --- old/HTML-Parser-3.80/META.yml 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/META.yml 2023-01-31 04:12:33.000000000 +0100 @@ -9,7 +9,6 @@ FileHandle: '0' IO::File: '0' SelectSaver: '0' - Test: '0' Test::More: '0' URI: '0' perl: '5.008' @@ -35,26 +34,26 @@ provides: HTML::Entities: file: lib/HTML/Entities.pm - version: '3.80' + version: '3.81' HTML::Filter: file: lib/HTML/Filter.pm - version: '3.80' + version: '3.81' x_deprecated: 1 HTML::HeadParser: file: lib/HTML/HeadParser.pm - version: '3.80' + version: '3.81' HTML::LinkExtor: file: lib/HTML/LinkExtor.pm - version: '3.80' + version: '3.81' HTML::Parser: file: lib/HTML/Parser.pm - version: '3.80' + version: '3.81' HTML::PullParser: file: lib/HTML/PullParser.pm - version: '3.80' + version: '3.81' HTML::TokeParser: file: lib/HTML/TokeParser.pm - version: '3.80' + version: '3.81' requires: Carp: '0' Exporter: '0' @@ -70,7 +69,7 @@ bugtracker: https://github.com/libwww-perl/HTML-Parser/issues homepage: https://github.com/libwww-perl/HTML-Parser repository: https://github.com/libwww-perl/HTML-Parser.git -version: '3.80' +version: '3.81' x_contributors: - 'Antonio Radici <anto...@dyne.org>' - 'Barbie <bar...@missbarbell.co.uk>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/Makefile.PL new/HTML-Parser-3.81/Makefile.PL --- old/HTML-Parser-3.80/Makefile.PL 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/Makefile.PL 2023-01-31 04:12:33.000000000 +0100 @@ -34,12 +34,11 @@ "FileHandle" => 0, "IO::File" => 0, "SelectSaver" => 0, - "Test" => 0, "Test::More" => 0, "URI" => 0, "strict" => 0 }, - "VERSION" => "3.80", + "VERSION" => "3.81", "test" => { "TESTS" => "t/*.t" } @@ -62,7 +61,6 @@ "HTTP::Headers" => 0, "IO::File" => 0, "SelectSaver" => 0, - "Test" => 0, "Test::More" => 0, "URI" => 0, "URI::URL" => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/cpanfile new/HTML-Parser-3.81/cpanfile --- old/HTML-Parser-3.80/cpanfile 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/cpanfile 2023-01-31 04:12:33.000000000 +0100 @@ -21,7 +21,6 @@ requires 'File::Spec'; requires 'IO::File'; requires 'SelectSaver'; - requires 'Test'; requires 'Test::More'; requires 'URI'; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/Entities.pm new/HTML-Parser-3.81/lib/HTML/Entities.pm --- old/HTML-Parser-3.80/lib/HTML/Entities.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/Entities.pm 2023-01-31 04:12:33.000000000 +0100 @@ -136,7 +136,7 @@ =cut use strict; -our $VERSION = '3.80'; +our $VERSION = '3.81'; our (%entity2char, %char2entity); require 5.004; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/Filter.pm new/HTML-Parser-3.81/lib/HTML/Filter.pm --- old/HTML-Parser-3.80/lib/HTML/Filter.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/Filter.pm 2023-01-31 04:12:33.000000000 +0100 @@ -4,7 +4,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.80'; +our $VERSION = '3.81'; sub declaration { $_[0]->output("<!$_[1]>") } sub process { $_[0]->output($_[2]) } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/HeadParser.pm new/HTML-Parser-3.81/lib/HTML/HeadParser.pm --- old/HTML-Parser-3.80/lib/HTML/HeadParser.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/HeadParser.pm 2023-01-31 04:12:33.000000000 +0100 @@ -91,7 +91,7 @@ use strict; our $DEBUG; #$DEBUG = 1; -our $VERSION = '3.80'; +our $VERSION = '3.81'; =item $hp = HTML::HeadParser->new diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/LinkExtor.pm new/HTML-Parser-3.81/lib/HTML/LinkExtor.pm --- old/HTML-Parser-3.80/lib/HTML/LinkExtor.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/LinkExtor.pm 2023-01-31 04:12:33.000000000 +0100 @@ -2,7 +2,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.80'; +our $VERSION = '3.81'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/Parser.pm new/HTML-Parser-3.81/lib/HTML/Parser.pm --- old/HTML-Parser-3.80/lib/HTML/Parser.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/Parser.pm 2023-01-31 04:12:33.000000000 +0100 @@ -2,7 +2,7 @@ use strict; -our $VERSION = '3.80'; +our $VERSION = '3.81'; require HTML::Entities; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/PullParser.pm new/HTML-Parser-3.81/lib/HTML/PullParser.pm --- old/HTML-Parser-3.80/lib/HTML/PullParser.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/PullParser.pm 2023-01-31 04:12:33.000000000 +0100 @@ -4,7 +4,7 @@ require HTML::Parser; our @ISA = qw(HTML::Parser); -our $VERSION = '3.80'; +our $VERSION = '3.81'; use Carp (); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/lib/HTML/TokeParser.pm new/HTML-Parser-3.81/lib/HTML/TokeParser.pm --- old/HTML-Parser-3.80/lib/HTML/TokeParser.pm 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/lib/HTML/TokeParser.pm 2023-01-31 04:12:33.000000000 +0100 @@ -4,7 +4,7 @@ require HTML::PullParser; our @ISA = qw(HTML::PullParser); -our $VERSION = '3.80'; +our $VERSION = '3.81'; use Carp (); use HTML::Entities qw(decode_entities); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/t/00-report-prereqs.dd new/HTML-Parser-3.81/t/00-report-prereqs.dd --- old/HTML-Parser-3.80/t/00-report-prereqs.dd 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/t/00-report-prereqs.dd 2023-01-31 04:12:33.000000000 +0100 @@ -54,7 +54,6 @@ 'FileHandle' => '0', 'IO::File' => '0', 'SelectSaver' => '0', - 'Test' => '0', 'Test::More' => '0', 'URI' => '0', 'perl' => '5.008', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/t/document.t new/HTML-Parser-3.81/t/document.t --- old/HTML-Parser-3.80/t/document.t 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/t/document.t 2023-01-31 04:12:33.000000000 +0100 @@ -11,30 +11,30 @@ $events = ""; $p->eof; -ok($events, "start_document\nend_document\n"); +is($events, "start_document\nend_document\n"); $events = ""; $p->parse_file(File::Spec->devnull); -ok($events, "start_document\nend_document\n"); +is($events, "start_document\nend_document\n"); $events = ""; $p->parse(""); $p->eof; -ok($events, "start_document\nend_document\n"); +is($events, "start_document\nend_document\n"); $events = ""; $p->parse(""); $p->parse(""); $p->eof; -ok($events, "start_document\nend_document\n"); +is($events, "start_document\nend_document\n"); $events = ""; $p->parse(""); $p->parse("<a>"); $p->eof; -ok($events, "start_document\nstart\nend_document\n"); +is($events, "start_document\nstart\nend_document\n"); $events = ""; $p->parse("<a> "); $p->eof; -ok($events, "start_document\nstart\ntext\nend_document\n"); +is($events, "start_document\nstart\ntext\nend_document\n"); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/t/script.t new/HTML-Parser-3.81/t/script.t --- old/HTML-Parser-3.80/t/script.t 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/t/script.t 2023-01-31 04:12:33.000000000 +0100 @@ -29,7 +29,7 @@ ); $p->eof; -ok($TEXT, <<'EOT'); +is($TEXT, <<'EOT'); [start_document,<undef>,] [start,tr,<tr>] [start,td,<td align="center" height="100">] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HTML-Parser-3.80/xt/release/changes_has_content.t new/HTML-Parser-3.81/xt/release/changes_has_content.t --- old/HTML-Parser-3.80/xt/release/changes_has_content.t 2022-11-01 15:18:30.000000000 +0100 +++ new/HTML-Parser-3.81/xt/release/changes_has_content.t 2023-01-31 04:12:33.000000000 +0100 @@ -2,7 +2,7 @@ note 'Checking Changes'; my $changes_file = 'Changes'; -my $newver = '3.80'; +my $newver = '3.81'; my $trial_token = '-TRIAL'; my $encoding = 'UTF-8';