Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CGI for openSUSE:Factory checked in at 2023-01-28 20:00:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CGI (Old) and /work/SRC/openSUSE:Factory/.perl-CGI.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI" Sat Jan 28 20:00:06 2023 rev:25 rq:1061501 version:4.55 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CGI/perl-CGI.changes 2022-02-10 23:11:31.072123483 +0100 +++ /work/SRC/openSUSE:Factory/.perl-CGI.new.32243/perl-CGI.changes 2023-01-28 20:01:36.651873830 +0100 @@ -1,0 +2,11 @@ +Wed Jan 4 03:06:11 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 4.55 + see /usr/share/doc/packages/perl-CGI/Changes + + 4.55 2023-01-03 + + [ TESTING ] + - remove dependency on Test::Deep (GH #254) + +------------------------------------------------------------------- Old: ---- CGI-4.54.tar.gz New: ---- CGI-4.55.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CGI.spec ++++++ --- /var/tmp/diff_new_pack.jduj4D/_old 2023-01-28 20:01:37.007875795 +0100 +++ /var/tmp/diff_new_pack.jduj4D/_new 2023-01-28 20:01:37.011875817 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-CGI # -# 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,10 +18,10 @@ %define cpan_name CGI Name: perl-CGI -Version: 4.54 +Version: 4.55 Release: 0 -Summary: Handle Common Gateway Interface requests and responses License: Artistic-2.0 +Summary: Handle Common Gateway Interface requests and responses URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -30,7 +30,6 @@ BuildRequires: perl-macros BuildRequires: perl(File::Temp) >= 0.17 BuildRequires: perl(HTML::Entities) >= 3.69 -BuildRequires: perl(Test::Deep) >= 0.11 BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Warn) >= 0.3 ++++++ CGI-4.54.tar.gz -> CGI-4.55.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/Changes new/CGI-4.55/Changes --- old/CGI-4.54/Changes 2022-02-03 08:37:53.000000000 +0100 +++ new/CGI-4.55/Changes 2023-01-03 08:42:05.000000000 +0100 @@ -1,3 +1,8 @@ +4.55 2023-01-03 + + [ TESTING ] + - remove dependency on Test::Deep (GH #254) + 4.54 2022-02-03 [ FIX ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/META.json new/CGI-4.55/META.json --- old/CGI-4.54/META.json 2022-02-03 08:51:23.000000000 +0100 +++ new/CGI-4.55/META.json 2023-01-03 08:44:23.000000000 +0100 @@ -56,7 +56,6 @@ "IO::File" : "0", "IO::Handle" : "0", "POSIX" : "0", - "Test::Deep" : "0.11", "Test::More" : "0.98", "Test::NoWarnings" : "0", "Test::Warn" : "0.3" @@ -78,6 +77,6 @@ "web" : "https://github.com/leejo/CGI.pm" } }, - "version" : "4.54", + "version" : "4.55", "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/META.yml new/CGI-4.55/META.yml --- old/CGI-4.54/META.yml 2022-02-03 08:51:23.000000000 +0100 +++ new/CGI-4.55/META.yml 2023-01-03 08:44:23.000000000 +0100 @@ -9,7 +9,6 @@ IO::File: '0' IO::Handle: '0' POSIX: '0' - Test::Deep: '0.11' Test::More: '0.98' Test::NoWarnings: '0' Test::Warn: '0.3' @@ -47,5 +46,5 @@ homepage: https://metacpan.org/module/CGI license: http://dev.perl.org/licenses/ repository: https://github.com/leejo/CGI.pm -version: '4.54' +version: '4.55' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/Makefile.PL new/CGI-4.55/Makefile.PL --- old/CGI-4.54/Makefile.PL 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/Makefile.PL 2023-01-03 08:41:09.000000000 +0100 @@ -32,7 +32,6 @@ 'IO::File' => 0, # IO::File was first released with perl 5.00307 'IO::Handle' => 0, # IO::Handle was first released with perl 5.00307 'File::Find' => 0, # File::Find was first released with perl 5 - 'Test::Deep' => 0.11, 'Test::More' => 0.98, 'Test::Warn' => 0.30, 'Test::NoWarnings' => 0, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/Carp.pm new/CGI-4.55/lib/CGI/Carp.pm --- old/CGI-4.54/lib/CGI/Carp.pm 2022-02-03 08:38:45.000000000 +0100 +++ new/CGI-4.55/lib/CGI/Carp.pm 2023-01-03 08:42:37.000000000 +0100 @@ -326,7 +326,7 @@ $main::SIG{__WARN__}=\&CGI::Carp::warn; -$CGI::Carp::VERSION = '4.54'; +$CGI::Carp::VERSION = '4.55'; $CGI::Carp::CUSTOM_MSG = undef; $CGI::Carp::DIE_HANDLER = undef; $CGI::Carp::TO_BROWSER = 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/Cookie.pm new/CGI-4.55/lib/CGI/Cookie.pm --- old/CGI-4.54/lib/CGI/Cookie.pm 2022-02-03 08:38:47.000000000 +0100 +++ new/CGI-4.55/lib/CGI/Cookie.pm 2023-01-03 08:42:38.000000000 +0100 @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION='4.54'; +our $VERSION='4.55'; use CGI::Util qw(rearrange unescape escape); use overload '""' => \&as_string, 'cmp' => \&compare, 'fallback' => 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/File/Temp.pm new/CGI-4.55/lib/CGI/File/Temp.pm --- old/CGI-4.54/lib/CGI/File/Temp.pm 2022-02-03 08:38:48.000000000 +0100 +++ new/CGI-4.55/lib/CGI/File/Temp.pm 2023-01-03 08:42:40.000000000 +0100 @@ -3,7 +3,7 @@ # you use it directly and your code breaks horribly. package CGI::File::Temp; -$CGI::File::Temp::VERSION = '4.54'; +$CGI::File::Temp::VERSION = '4.55'; use parent File::Temp; use parent Fh; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/Pretty.pm new/CGI-4.55/lib/CGI/Pretty.pm --- old/CGI-4.54/lib/CGI/Pretty.pm 2022-02-03 08:38:49.000000000 +0100 +++ new/CGI-4.55/lib/CGI/Pretty.pm 2023-01-03 08:42:41.000000000 +0100 @@ -5,7 +5,7 @@ use CGI (); -$CGI::Pretty::VERSION = '4.54'; +$CGI::Pretty::VERSION = '4.55'; $CGI::DefaultClass = __PACKAGE__; @CGI::Pretty::ISA = qw( CGI ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/Push.pm new/CGI-4.55/lib/CGI/Push.pm --- old/CGI-4.54/lib/CGI/Push.pm 2022-02-03 08:38:51.000000000 +0100 +++ new/CGI-4.55/lib/CGI/Push.pm 2023-01-03 08:42:42.000000000 +0100 @@ -5,7 +5,7 @@ use warnings; #/; -$CGI::Push::VERSION='4.54'; +$CGI::Push::VERSION='4.55'; use CGI; use CGI::Util 'rearrange'; @ISA = ('CGI'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI/Util.pm new/CGI-4.55/lib/CGI/Util.pm --- old/CGI-4.54/lib/CGI/Util.pm 2022-02-03 08:38:52.000000000 +0100 +++ new/CGI-4.55/lib/CGI/Util.pm 2023-01-03 08:42:44.000000000 +0100 @@ -5,7 +5,7 @@ our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); -our $VERSION = '4.54'; +our $VERSION = '4.55'; our $_EBCDIC = "\t" ne "\011"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/CGI.pm new/CGI-4.55/lib/CGI.pm --- old/CGI-4.54/lib/CGI.pm 2022-02-03 08:38:44.000000000 +0100 +++ new/CGI-4.55/lib/CGI.pm 2023-01-03 08:42:35.000000000 +0100 @@ -7,7 +7,7 @@ use warnings; #/; -$CGI::VERSION='4.54'; +$CGI::VERSION='4.55'; use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/lib/Fh.pm new/CGI-4.55/lib/Fh.pm --- old/CGI-4.54/lib/Fh.pm 2022-02-03 08:38:55.000000000 +0100 +++ new/CGI-4.55/lib/Fh.pm 2023-01-03 08:42:46.000000000 +0100 @@ -5,6 +5,6 @@ use strict; use warnings; -$Fh::VERSION = '4.54'; +$Fh::VERSION = '4.55'; 1; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/append_query.t new/CGI-4.55/t/append_query.t --- old/CGI-4.54/t/append_query.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/append_query.t 2023-01-03 08:41:09.000000000 +0100 @@ -4,7 +4,6 @@ use warnings; use Test::More tests => 18; -use Test::Deep; use CGI (); use Config; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/cgi.t new/CGI-4.55/t/cgi.t --- old/CGI-4.54/t/cgi.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/cgi.t 2023-01-03 08:41:09.000000000 +0100 @@ -6,7 +6,6 @@ use warnings; use Test::More tests => 25; -use Test::Deep; use CGI (); @@ -27,7 +26,7 @@ is( $q->HtmlTop,$q->start_html,'HtmlTop' ); is( $q->HtmlBot,$q->end_html,'HtmlBot' ); -cmp_deeply( +is_deeply( [ my @params = CGI::SplitParam( "foo\0bar" ) ], [ qw/ foo bar /], 'SplitParam' @@ -60,7 +59,7 @@ ok( $q->close_upload_files( 1 ),'close_upload_files' ); is( $CGI::CLOSE_UPLOAD_FILES,1,' ... sets $CGI::CLOSE_UPLOAD_FILES' ); -cmp_deeply( +is_deeply( $q->default_dtd, [ '-//W3C//DTD HTML 4.01 Transitional//EN', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/command_line.t new/CGI-4.55/t/command_line.t --- old/CGI-4.54/t/command_line.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/command_line.t 2023-01-03 08:41:09.000000000 +0100 @@ -7,7 +7,6 @@ use File::Temp qw(tempfile); use Test::More; -use Test::Deep; if ( $^O =~ /^MSWin/i ) { plan skip_all => "No relevant to Windows"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/param_list_context.t new/CGI-4.55/t/param_list_context.t --- old/CGI-4.54/t/param_list_context.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/param_list_context.t 2023-01-03 08:41:09.000000000 +0100 @@ -4,7 +4,6 @@ use warnings; use Test::More; -use Test::Deep; use Test::Warn; use CGI (); @@ -33,7 +32,7 @@ warning_like { @params = $q->param('game') } - qr/CGI::param called in list context from .+param_list_context\.t line 35, this can lead to vulnerabilities/, + qr/CGI::param called in list context from .+param_list_context\.t line 34, this can lead to vulnerabilities/, "calling ->param with args in list context warns" ; @@ -43,7 +42,7 @@ " ... but we only warn once", ; -cmp_deeply( +is_deeply( [ sort @params ], [ qw/ checkers chess / ], 'CGI::param()', @@ -55,7 +54,7 @@ "no warnings calling multi_param" ; -cmp_deeply( +is_deeply( [ sort @params ], [ qw/ checkers chess / ], 'CGI::multi_param' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/request.t new/CGI-4.55/t/request.t --- old/CGI-4.54/t/request.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/request.t 2023-01-03 08:41:09.000000000 +0100 @@ -4,7 +4,6 @@ use warnings; use Test::More tests => 71; -use Test::Deep; use CGI (); use Config; @@ -124,7 +123,7 @@ $q = CGI->new; $ENV{QUERY_STRING} = 'p1=1&&&;;&;&&;;p2;p3;p4=4&=p5'; ok $q->url_param, 'url_param() is true if parameters'; - cmp_deeply( [ $q->url_param ],bag( qw/p1 p2 p3 p4/,'' ),'url_param' ); + is_deeply( [ sort $q->url_param ], [ '', qw/p1 p2 p3 p4/ ], 'url_param' ); } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CGI-4.54/t/util.t new/CGI-4.55/t/util.t --- old/CGI-4.54/t/util.t 2022-01-18 13:18:04.000000000 +0100 +++ new/CGI-4.55/t/util.t 2023-01-03 08:41:09.000000000 +0100 @@ -6,7 +6,6 @@ $| = 1; use Test::More tests => 80; -use Test::Deep; use Config; use_ok ( 'CGI::Util', qw( escape @@ -68,7 +67,7 @@ %args, ); - cmp_deeply( + is_deeply( [ @ordered ], [ 'text/html; charset=iso-8859-1',