Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Term-Table for openSUSE:Factory checked in at 2023-09-29 21:13:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Term-Table (Old) and /work/SRC/openSUSE:Factory/.perl-Term-Table.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Term-Table" Fri Sep 29 21:13:09 2023 rev:8 rq:1113824 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Term-Table/perl-Term-Table.changes 2022-01-20 00:12:38.778594265 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Term-Table.new.28202/perl-Term-Table.changes 2023-09-29 21:13:57.774590878 +0200 @@ -1,0 +2,10 @@ +Thu Sep 14 03:09:44 UTC 2023 - Tina Müller <timueller+perl@suse.de> + +- updated to 0.017 + see /usr/share/doc/packages/perl-Term-Table/Changes + + 0.017 2023-09-13 10:41:08-07:00 America/Los_Angeles + + - Remove 'Importer' dependency + +------------------------------------------------------------------- Old: ---- Term-Table-0.016.tar.gz New: ---- Term-Table-0.017.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Term-Table.spec ++++++ --- /var/tmp/diff_new_pack.O8fSdh/_old 2023-09-29 21:13:59.342647453 +0200 +++ /var/tmp/diff_new_pack.O8fSdh/_new 2023-09-29 21:13:59.346647598 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Term-Table # -# 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,19 +18,26 @@ %define cpan_name Term-Table Name: perl-Term-Table -Version: 0.016 +Version: 0.17.0 Release: 0 -Summary: Format a header and rows into a table +%define cpan_version 0.017 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Format a header and rows into a table URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Importer) >= 0.024 BuildRequires: perl(Test2::Tools::Tiny) >= 1.302097 -Requires: perl(Importer) >= 0.024 +Provides: perl(Term::Table) = 0.17.0 +Provides: perl(Term::Table::Cell) = 0.17.0 +Provides: perl(Term::Table::CellStack) = 0.17.0 +Provides: perl(Term::Table::HashBase) = 0.17.0 +Provides: perl(Term::Table::LineBreak) = 0.17.0 +Provides: perl(Term::Table::Spacer) = 0.17.0 +Provides: perl(Term::Table::Util) = 0.17.0 +%define __perllib_provides /bin/true Recommends: perl(Term::Size::Any) >= 0.002 Recommends: perl(Unicode::GCString) >= 2013.10 Recommends: perl(Unicode::LineBreak) >= 2015.06 @@ -41,7 +48,7 @@ gone wrong. This module is able to generic format rows of data into tables. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor @@ -56,6 +63,6 @@ %perl_gen_filelist %files -f %{name}.files -%doc appveyor.yml Changes README README.md +%doc Changes README README.md %license LICENSE ++++++ Term-Table-0.016.tar.gz -> Term-Table-0.017.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/Changes new/Term-Table-0.017/Changes --- old/Term-Table-0.016/Changes 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/Changes 2023-09-13 19:41:09.000000000 +0200 @@ -1,3 +1,7 @@ +0.017 2023-09-13 10:41:08-07:00 America/Los_Angeles + + - Remove 'Importer' dependency + 0.016 2022-01-03 12:56:51-08:00 America/Los_Angeles - Be explicit about bareword filehandles diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/LICENSE new/Term-Table-0.017/LICENSE --- old/Term-Table-0.016/LICENSE 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/LICENSE 2023-09-13 19:41:09.000000000 +0200 @@ -1,4 +1,4 @@ -This software is copyright (c) 2022 by Chad Granum. +This software is copyright (c) 2023 by Chad Granum. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2022 by Chad Granum. +This software is Copyright (c) 2023 by Chad Granum. This is free software, licensed under: @@ -270,110 +270,143 @@ That's all there is to it! ---- The Artistic License 1.0 --- +--- The Perl Artistic License 1.0 --- -This software is Copyright (c) 2022 by Chad Granum. +This software is Copyright (c) 2023 by Chad Granum. This is free software, licensed under: - The Artistic License 1.0 + The Perl Artistic License 1.0 -The Artistic License -Preamble -The intent of this document is to state the conditions under which a Package -may be copied, such that the Copyright Holder maintains some semblance of -artistic control over the development of the package, while giving the users of -the package the right to use and distribute the Package in a more-or-less -customary fashion, plus the right to make reasonable modifications. + + + The "Artistic License" + + Preamble + +The intent of this document is to state the conditions under which a +Package may be copied, such that the Copyright Holder maintains some +semblance of artistic control over the development of the package, +while giving the users of the package the right to use and distribute +the Package in a more-or-less customary fashion, plus the right to make +reasonable modifications. Definitions: - - "Package" refers to the collection of files distributed by the Copyright - Holder, and derivatives of that collection of files created through - textual modification. - - "Standard Version" refers to such a Package if it has not been modified, - or has been modified in accordance with the wishes of the Copyright - Holder. - - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. - - "You" is you, if you're thinking about copying or distributing this Package. - - "Reasonable copying fee" is whatever you can justify on the basis of media - cost, duplication charges, time of people involved, and so on. (You will - not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) - - "Freely Available" means that no fee is charged for the item itself, though - there may be fees involved in handling the item. It also means that - recipients of the item may redistribute it under the same conditions they - received it. + "Package" refers to the collection of files distributed by the + Copyright Holder, and derivatives of that collection of files + created through textual modification. + + "Standard Version" refers to such a Package if it has not been + modified, or has been modified in accordance with the wishes + of the Copyright Holder as specified below. + + "Copyright Holder" is whoever is named in the copyright or + copyrights for the package. + + "You" is you, if you're thinking about copying or distributing + this Package. + + "Reasonable copying fee" is whatever you can justify on the + basis of media cost, duplication charges, time of people involved, + and so on. (You will not be required to justify it to the + Copyright Holder, but only to the computing community at large + as a market that must bear the fee.) + + "Freely Available" means that no fee is charged for the item + itself, though there may be fees involved in handling the item. + It also means that recipients of the item may redistribute it + under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. -2. You may apply bug fixes, portability fixes and other modifications derived -from the Public Domain or from the Copyright Holder. A Package modified in such -a way shall still be considered the Standard Version. - -3. You may otherwise modify your copy of this Package in any way, provided that -you insert a prominent notice in each changed file stating how and when you -changed that file, and provided that you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise make them - Freely Available, such as by posting said modifications to Usenet or an - equivalent medium, or placing the modifications on a major archive site - such as ftp.uu.net, or by allowing the Copyright Holder to include your - modifications in the Standard Version of the Package. - - b) use the modified Package only within your corporation or organization. - - c) rename any non-standard executables so the names do not conflict with - standard executables, which must also be provided, and provide a separate - manual page for each non-standard executable that clearly documents how it - differs from the Standard Version. - - d) make other distribution arrangements with the Copyright Holder. - -4. You may distribute the programs of this Package in object code or executable -form, provided that you do at least ONE of the following: - - a) distribute a Standard Version of the executables and library files, - together with instructions (in the manual page or equivalent) on where to - get the Standard Version. - - b) accompany the distribution with the machine-readable source of the Package - with your modifications. - - c) accompany any non-standard executables with their corresponding Standard - Version executables, giving the non-standard executables non-standard - names, and clearly documenting the differences in manual pages (or - equivalent), together with instructions on where to get the Standard - Version. +2. You may apply bug fixes, portability fixes and other modifications +derived from the Public Domain or from the Copyright Holder. A Package +modified in such a way shall still be considered the Standard Version. - d) make other distribution arrangements with the Copyright Holder. +3. You may otherwise modify your copy of this Package in any way, provided +that you insert a prominent notice in each changed file stating how and +when you changed that file, and provided that you do at least ONE of the +following: -5. You may charge a reasonable copying fee for any distribution of this -Package. You may charge any fee you choose for support of this Package. You -may not charge a fee for this Package itself. However, you may distribute this -Package in aggregate with other (possibly commercial) programs as part of a -larger (possibly commercial) software distribution provided that you do not -advertise this Package as a product of your own. - -6. The scripts and library files supplied as input to or produced as output -from the programs of this Package do not automatically fall under the copyright -of this Package, but belong to whomever generated them, and may be sold -commercially, and may be aggregated with this Package. + a) place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or + an equivalent medium, or placing the modifications on a major archive + site such as uunet.uu.net, or by allowing the Copyright Holder to include + your modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided, and provide + a separate manual page for each non-standard executable that clearly + documents how it differs from the Standard Version. -7. C or perl subroutines supplied by you and linked into this Package shall not -be considered part of this Package. + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or +executable form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where + to get the Standard Version. + + b) accompany the distribution with the machine-readable source of + the Package with your modifications. + + c) give non-standard executables non-standard names, and clearly + document the differences in manual pages (or equivalent), together + with instructions on where to get the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this +Package. You may not charge a fee for this Package itself. However, +you may distribute this Package in aggregate with other (possibly +commercial) programs as part of a larger (possibly commercial) software +distribution provided that you do not advertise this Package as a +product of your own. You may embed this Package's interpreter within +an executable of yours (by linking); this shall be construed as a mere +form of aggregation, provided that the complete Standard Version of the +interpreter is so embedded. + +6. The scripts and library files supplied as input to or produced as +output from the programs of this Package do not automatically fall +under the copyright of this Package, but belong to whoever generated +them, and may be sold commercially, and may be aggregated with this +Package. If such scripts or library files are aggregated with this +Package via the so-called "undump" or "unexec" methods of producing a +binary executable image, then distribution of such an image shall +neither be construed as a distribution of this Package nor shall it +fall under the restrictions of Paragraphs 3 and 4, provided that you do +not represent such an executable image as a Standard Version of this +Package. + +7. C subroutines (or comparably compiled subroutines in other +languages) supplied by you and linked into this Package in order to +emulate subroutines and variables of the language defined by this +Package shall not be considered part of this Package, but are the +equivalent of input as in Paragraph 6, provided these subroutines do +not change the language in any way that would cause it to fail the +regression tests for the language. + +8. Aggregation of this Package with a commercial distribution is always +permitted provided that the use of this Package is embedded; that is, +when no overt attempt is made to make this Package's interfaces visible +to the end user of the commercial distribution. Such use shall not be +construed as a distribution of this Package. -8. The name of the Copyright Holder may not be used to endorse or promote +9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. -9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -The End + The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/MANIFEST new/Term-Table-0.017/MANIFEST --- old/Term-Table-0.016/MANIFEST 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/MANIFEST 2023-09-13 19:41:09.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.030. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/META.json new/Term-Table-0.017/META.json --- old/Term-Table-0.016/META.json 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/META.json 2023-09-13 19:41:09.000000000 +0200 @@ -4,7 +4,7 @@ "Chad Granum <exodist@cpan.org>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -32,7 +32,6 @@ }, "requires" : { "Carp" : "0", - "Importer" : "0.024", "List::Util" : "0", "Scalar::Util" : "0", "perl" : "5.008001" @@ -55,9 +54,9 @@ "url" : "http://github.com/exodist/Term-Table/" } }, - "version" : "0.016", - "x_generated_by_perl" : "v5.32.1", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.26", + "version" : "0.017", + "x_generated_by_perl" : "v5.36.1", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.37", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/META.yml new/Term-Table-0.017/META.yml --- old/Term-Table-0.016/META.yml 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/META.yml 2023-09-13 19:41:09.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -20,14 +20,13 @@ Unicode::LineBreak: '2015.06' requires: Carp: '0' - Importer: '0.024' List::Util: '0' Scalar::Util: '0' perl: '5.008001' resources: bugtracker: http://github.com/exodist/Term-Table/issues repository: http://github.com/exodist/Term-Table/ -version: '0.016' -x_generated_by_perl: v5.32.1 -x_serialization_backend: 'YAML::Tiny version 1.73' +version: '0.017' +x_generated_by_perl: v5.36.1 +x_serialization_backend: 'YAML::Tiny version 1.74' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/Makefile.PL new/Term-Table-0.017/Makefile.PL --- old/Term-Table-0.016/Makefile.PL 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/Makefile.PL 2023-09-13 19:41:09.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030. use strict; use warnings; @@ -18,7 +18,6 @@ "NAME" => "Term::Table", "PREREQ_PM" => { "Carp" => 0, - "Importer" => "0.024", "List::Util" => 0, "Scalar::Util" => 0 }, @@ -26,7 +25,7 @@ "Test2::Tools::Tiny" => "1.302097", "utf8" => 0 }, - "VERSION" => "0.016", + "VERSION" => "0.017", "test" => { "TESTS" => "t/*.t t/Table/*.t" } @@ -35,7 +34,6 @@ my %FallbackPrereqs = ( "Carp" => 0, - "Importer" => "0.024", "List::Util" => 0, "Scalar::Util" => 0, "Test2::Tools::Tiny" => "1.302097", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/cpanfile new/Term-Table-0.017/cpanfile --- old/Term-Table-0.016/cpanfile 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/cpanfile 2023-09-13 19:41:09.000000000 +0200 @@ -1,8 +1,7 @@ -# This file is generated by Dist::Zilla::Plugin::CPANFile v6.024 +# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file. requires "Carp" => "0"; -requires "Importer" => "0.024"; requires "List::Util" => "0"; requires "Scalar::Util" => "0"; requires "perl" => "5.008001"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/Cell.pm new/Term-Table-0.017/lib/Term/Table/Cell.pm --- old/Term-Table-0.016/lib/Term/Table/Cell.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/Cell.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; use Term::Table::LineBreak(); use Term::Table::Util qw/uni_length/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/CellStack.pm new/Term-Table-0.017/lib/Term/Table/CellStack.pm --- old/Term-Table-0.016/lib/Term/Table/CellStack.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/CellStack.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; use Term::Table::HashBase qw/-cells -idx/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/HashBase.pm new/Term-Table-0.017/lib/Term/Table/HashBase.pm --- old/Term-Table-0.016/lib/Term/Table/HashBase.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/HashBase.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; ################################################################# # # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/LineBreak.pm new/Term-Table-0.017/lib/Term/Table/LineBreak.pm --- old/Term-Table-0.016/lib/Term/Table/LineBreak.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/LineBreak.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; use Carp qw/croak/; use Scalar::Util qw/blessed/; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/Spacer.pm new/Term-Table-0.017/lib/Term/Table/Spacer.pm --- old/Term-Table-0.016/lib/Term/Table/Spacer.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/Spacer.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; sub new { bless {}, $_[0] } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table/Util.pm new/Term-Table-0.017/lib/Term/Table/Util.pm --- old/Term-Table-0.016/lib/Term/Table/Util.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table/Util.pm 2023-09-13 19:41:09.000000000 +0200 @@ -4,9 +4,9 @@ use Config qw/%Config/; -our $VERSION = '0.016'; +our $VERSION = '0.017'; -use Importer Importer => 'import'; +use base 'Exporter'; our @EXPORT_OK = qw/term_size USE_GCS USE_TERM_READKEY USE_TERM_SIZE_ANY uni_length/; sub DEFAULT_SIZE() { 80 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Term-Table-0.016/lib/Term/Table.pm new/Term-Table-0.017/lib/Term/Table.pm --- old/Term-Table-0.016/lib/Term/Table.pm 2022-01-03 21:56:51.000000000 +0100 +++ new/Term-Table-0.017/lib/Term/Table.pm 2023-09-13 19:41:09.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '0.016'; +our $VERSION = '0.017'; use Term::Table::Cell();