Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Data-Printer for
openSUSE:Factory checked in at 2021-04-12 17:10:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Data-Printer (Old)
and /work/SRC/openSUSE:Factory/.perl-Data-Printer.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Printer"
Mon Apr 12 17:10:26 2021 rev:6 rq:876953 version:1.000004
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes
2017-08-24 18:52:27.632899798 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Data-Printer.new.2401/perl-Data-Printer.changes
2021-04-12 17:10:27.562571280 +0200
@@ -1,0 +2,323 @@
+Thu Mar 4 03:06:19 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.000004
+ see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+ 1.0.4 2021-03-03
+ BUG FIXES:
+ - fix DBIx::Class print when literal SQL is present (Veesh Goldman)
+
+ 1.0.3 2021-03-02
+ OTHER:
+ - fixup documentation on how to convert from the old .dataprinter
+ format to the new one (GH#157)
+ - test fixes
+
+-------------------------------------------------------------------
+Tue Mar 2 03:06:24 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.000002
+ see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+ 1.0.2 2021-02-28
+ OTHER:
+ * Material's color for caller_info and code is now a bit brighter
+ to improve readability on terminals with dark background.
+ * improve MS Windows support
+ * increase test coverage
+ 1.0.1 2021-02-25
+ BUG FIXES:
+ - properly parse the "n" option in regexes
+ - fix unwrap of __PACKAGE__, __FILENAME__ and __LINE__
+ on caller_message (GH#156)
+ - add a single space between caller message and data when
+ caller_message_newline is false
+ - proper colorization on caller message.
+ OTHER:
+ - improve documentation on caller message behavior
+ - document caveat of printing array/hash slices (GH#152)
+ - fix broken link in documentation (GH#155)
+ - improve tip on how to make a drop-in replacement
+ to Data::Dumper (GH#154)
+ 1.0.0 2021-02-24
+ We are really excited to finally bring to you Data::Printer 1.0.0 \o/
+ This release includes all modifications from the 0.99_* series as
+ described below.
+ 0.99_026 2021-02-19
+ BUG FIXES:
+ - test fixes/updates
+ - improved support for Cpanel::JSON::XS::Boolean
+ 0.99_025 2021-02-18
+ BUG FIXES:
+ - improved support for perl 5.8.9 (thank you cpantesters!)
+ 0.99_024 2021-02-17
+ NEW FEATURES:
+ - fix rc file conversor to change 'color' to 'colors'
+ (thanks Buddy Burden for reporting the issue!)
+ OTHER:
+ - massive documentation rewrite.
+ - drop support for "ignore_keys" for now.
+ 0.99_023 2021-02-01
+ NEW FEATURES:
+ - profiles! Now you make complex settings using Perl code.
+ - allow .dataprinter files on the project home and subdirs.
+ - new option 'warnings', when set to 0 will make DDP silence
+ (almost) all warnings such as theme/profile not found. Default is
1.
+ - filter for the 'Date' module (the evolution of Panda::Date)
+ BUG FIXES:
+ - properly show roles' attributes from Role::Tiny, Moo and Moose;
+ - 'quote_keys' also quotes the path of circular references and found
elements.
+ - when 'quote_keys' is set, hash keys are quoted with whatever
'scalar_quotes'
+ is set to.
+ - escape quote characters in quoted strings and hash keys
+ - blessed regexps (in objects different than the native 'Regexp')
are now
+ properly displayed as objects of their class.
+ OTHER:
+ - new string_max default: 4096
+ - new array_max default: 100
+ - new hash_max default: 100
+ - dropped filter support for the deprecated Panda::Date dist
+ - dropped filter support for the Date::Pcalc dist (buggy in recent
perls)
+ - lowercased all words in class dump for output consistency
+ 0.99_022 2020-09-26
+ BUG FIXES:
+ - fix test case of rc option containing spaces
+ 0.99_021 2020-09-26
+ NEW FEATURES:
+ - 'caller_message_position' option to control whether to show labels
'before'
+ or 'after' the dump (defaults to 'before');
+ - 'caller_message_newline' puts an automatic "\n" after the message;
+ - 'resolve_scalar_refs' option to show values instead of just
+ the reference indicator;
+ - when multiline is false, string/hash/array overflow become "(...)";
+ - filter loading errors are not fatal anymore, unless you set the
+ 'die_on_filter_error' option;
+ BUG FIXES:
+ - allow quoted values when parsing .dataprinter;
+ - np() is never colored on 'auto' colors;
+ - printing to a file or to a variable is never colored on 'auto'
colors;
+ - fulldump typo fix;
+ - fix filter test failure when Mojo::JSON loads ::XS backends
(GH#136);
+ - do not call 'stringify' on PDF::API2 objects as it's a destructive
op;
+ - allow code filters in the new .dataprinter format, but only if the
+ file meets certain permissions criteria;
+ - 'dump' mode working as expected again;
+ OTHER:
+ - simplified homedir logic for MSWin32, Linux and MacOS
+ (Karen Etheridge);
+ - new 'contributing to' data;
+ - minor color adjustments on Material theme to improve legibility
+ on lighter terminals;
+ 0.99_020 2018-06-30
+ NEW FEATURES:
+ - new 'fulldump' option to ignore max string/array/hash.
+ - also stringify on to_string()
+ - ContentType filter shows utf8 symbol for image/audio/video/etc
+ - ContentType filter now has its own color
+ - ContentType filter understands Sereal binaries
+ BUG FIXES:
+ - prevent 'undefined' warning in ContentType filter
+ - fix test on old HTTP::Headers
+ OTHER:
+ - improved documentation
+ 0.99_019 2018-06-27
+ BUG FIXES:
+ - more filter fixes on different module versions
+ (many thanks to Slaven Rezi?? and all other CPAN testers).
+ 0.99_018 2018-06-25
+ BUG FIXES:
+ - fix filter test on older HTTP::Message
+ 0.99_017 2018-06-25
+ BUG FIXES:
+ - fix filter test failure on older Mojolicious
+ - fix filter test failure on older Digest::MD5
+ 0.99_016 2018-06-25
+ NEW FEATURES:
+ - unsee() method in DDP objects to ignore visits
+ - new Web filter bundle parsing JSON, Cookies and HTTP
Request/Response.
+ - DateTime filter now understands Time::Seconds and Time::Moment.
+ BUG FIXES:
+ - fixed show_tied, which was not working properly since the refactor.
+ - prevent non-ref counters from being refcounted
+ - fix floating point test error in unusual hardware/OS combinations.
+ OTHER:
+ - improved implementation of "seen" counter
+ - improved documentation
+ - removed unused code
+ 0.99_015 2018-06-14
+ NEW FEATURES:
+ - new ContentType filter to detect popular binaries in strings,
+ like images, videos and documents.
+ OTHER:
+ - code tidying
+ - greatly improved documentation
+ - test coverage increased
+ BUG FIXES:
+ - DateTime/Digest/DB filters now honor colorization from themes
+ - test fixes
+ 0.99_014 2018-06-08
+ BUG FIXES:
+ - DateTime filter: fix Class::Date test on systems
+ that treat GMT as UTC.
+ 0.99_013 2018-06-08
+ NEW FEATURES:
+ - dualvar lax mode accepts leading/trailing whitespace in numbers
+ - DB filter: improve display of replication lag
+ - DB filter: list unique constraints on DBIC
+ - DB filter: improved parsing of DBIC sources/resultsets/rows
+ BUG FIXES:
+ - filter listings in RC file now always an array ref
+ - DateTime filter: fix parsing of old Mojo::Date objects
+ - DB filter: test fixes
+ - Digest filter updated and re-added
+ OTHER:
+ - DB filter: improve documentation
+ - DB filter: increase test coverage
+ - Digest filter: show class name by default on parsing digests
+ 0.99_012 2018-05-25
+ NEW FEATURES:
+ - show_dualvar now accepts 'strict', 'lax' and 'off'. Default is
+ 'lax', ignoring decimal zeroes to the right (e.g. 1.00 and '1',
+ '1.10' and 1.1)
+ - multiline => 0 now also shortens the hash separator
+ OTHER:
+ - test improvements
+ - improved documentation
+ 0.99_011 2018-05-24
+ BUG FIXES:
+ - proper color downgrade on terminals who only support 256 colors.
+ - fixed colorization tests
+ - fixed DB external filters
+ 0.99_010 2018-05-21
+ BUG FIXES:
+ - extra debug info for failed colorization tests
+ - another fix for Panda::Date (Slaven Rezi??)
+ 0.99_009 2018-05-20
+ BUG FIXES:
+ - fix dualvar test on different locales (Slaven Rezi??)
++++ 126 more lines (skipped)
++++ between
/work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes
++++ and
/work/SRC/openSUSE:Factory/.perl-Data-Printer.new.2401/perl-Data-Printer.changes
Old:
----
Data-Printer-0.40.tar.gz
New:
----
Data-Printer-1.000004.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Data-Printer.spec ++++++
--- /var/tmp/diff_new_pack.Sf9iuN/_old 2021-04-12 17:10:28.042571812 +0200
+++ /var/tmp/diff_new_pack.Sf9iuN/_new 2021-04-12 17:10:28.046571816 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Printer
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,52 +12,55 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name Data-Printer
Name: perl-Data-Printer
-Version: 0.40
+Version: 1.000004
Release: 0
-%define cpan_name Data-Printer
-Summary: Colored Pretty-Print of Perl Data Structures and Objects
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Data-Printer/
+Summary: Colored & full-featured pretty print of Perl data structures
and objects
+License: Artistic-1.0 OR GPL-1.0-or-later
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Clone::PP)
-BuildRequires: perl(File::HomeDir) >= 0.91
-BuildRequires: perl(Package::Stash) >= 0.3
-BuildRequires: perl(Sort::Naturally)
-BuildRequires: perl(Term::ANSIColor) >= 3
-BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(version) >= 0.77
-Requires: perl(Clone::PP)
-Requires: perl(File::HomeDir) >= 0.91
-Requires: perl(Package::Stash) >= 0.3
-Requires: perl(Sort::Naturally)
-Requires: perl(Term::ANSIColor) >= 3
-Requires: perl(Test::More) >= 0.88
Requires: perl(version) >= 0.77
%{perl_requires}
%description
-colored pretty-print of Perl data structures and objects
+The ever-popular Data::Dumper is a fantastic tool, meant to stringify data
+structures in a way they are suitable for being "eval"'ed back in. The
+thing is, a lot of people keep using it (and similar ones, like Data::Dump)
+to print data structures and objects on screen for inspection and
+debugging, and while you _can_ use those modules for that, it doesn't mean
+you _should_.
+
+This is where Data::Printer comes in. It is meant to do one thing and one
+thing only:
+
+_format Perl variables and objects to be inspected by a human_
+
+If you want to serialize/store/restore Perl data structures, this module
+will NOT help you. Try Storable, Data::Dumper, JSON, or whatever. CPAN is
+full of such solutions!
+
+Whenever you type 'use Data::Printer' or 'use DDP', we export two functions
+to your namespace:
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -65,7 +68,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes examples README.md
+%doc Changes CONTRIBUTING.md examples README.md
%changelog
++++++ Data-Printer-0.40.tar.gz -> Data-Printer-1.000004.tar.gz ++++++
++++ 20203 lines of diff (skipped)