From 2a50d9af7c7ebc38a56d6e88bdd1c9ec628b34af328e0ad1307b44dd304dd130 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 4 Jan 2023 15:51:32 +0000 Subject: [PATCH] Accepting request 1046338 from devel:languages:perl:autoupdate - updated to 1.001000 see /usr/share/doc/packages/perl-Data-Printer/Changes 1.1.0 2022-12-22 NEW FEATURES: - new option 'coderef_stub' letting you customize what to show on non-deparsed coderefs (default: 'sub { ... }') - new option 'coderef_undefined' that checks if a given coderef points to an existing reference at the time of inspection. Defaults to ''. Set to 0 to disable this check. - basic Object::Pad support. - new option class.show_wrapped to expose methods modified with before, after, around (Moose only for now) - new option 'quiet' to avoid traversal and silence all output from p() and np(). - new option 'live_update' to reload .dataprinter whenever you make changes to it, applying them without needing to restart your code. BUG FIXES: - properly shows inherited Moo(se) attributes. - fix $@ clobbering when checking available modules. - class.sort_methods also sorts attributes and roles. - improved color reset. - $DDP::VERSION is now hardcoded to avoid issues with PAUSE. OBS-URL: https://build.opensuse.org/request/show/1046338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=15 --- Data-Printer-1.000004.tar.gz | 3 --- Data-Printer-1.001000.tar.gz | 3 +++ perl-Data-Printer.changes | 28 ++++++++++++++++++++++++++++ perl-Data-Printer.spec | 6 +++--- 4 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 Data-Printer-1.000004.tar.gz create mode 100644 Data-Printer-1.001000.tar.gz diff --git a/Data-Printer-1.000004.tar.gz b/Data-Printer-1.000004.tar.gz deleted file mode 100644 index 9336943..0000000 --- a/Data-Printer-1.000004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f26ce9722307d3fe8938ecb39e33ffb622ea577721ad8766164c1632e639014 -size 114981 diff --git a/Data-Printer-1.001000.tar.gz b/Data-Printer-1.001000.tar.gz new file mode 100644 index 0000000..f3a33a1 --- /dev/null +++ b/Data-Printer-1.001000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f6f94f25317dd60dfbd358e17f7b8b27c9409cd04b1eb892ddf5d9cd301e47 +size 117188 diff --git a/perl-Data-Printer.changes b/perl-Data-Printer.changes index d919f3d..5e16789 100644 --- a/perl-Data-Printer.changes +++ b/perl-Data-Printer.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Dec 23 03:07:02 UTC 2022 - Tina Müller + +- updated to 1.001000 + see /usr/share/doc/packages/perl-Data-Printer/Changes + + 1.1.0 2022-12-22 + NEW FEATURES: + - new option 'coderef_stub' letting you customize what to show on + non-deparsed coderefs (default: 'sub { ... }') + - new option 'coderef_undefined' that checks if a given coderef points + to an existing reference at the time of inspection. Defaults to + ''. Set to 0 to disable this check. + - basic Object::Pad support. + - new option class.show_wrapped to expose methods modified with before, + after, around (Moose only for now) + - new option 'quiet' to avoid traversal and silence all output + from p() and np(). + - new option 'live_update' to reload .dataprinter whenever + you make changes to it, applying them without needing to + restart your code. + BUG FIXES: + - properly shows inherited Moo(se) attributes. + - fix $@ clobbering when checking available modules. + - class.sort_methods also sorts attributes and roles. + - improved color reset. + - $DDP::VERSION is now hardcoded to avoid issues with PAUSE. + ------------------------------------------------------------------- Thu Mar 4 03:06:19 UTC 2021 - Tina Müller diff --git a/perl-Data-Printer.spec b/perl-Data-Printer.spec index 806a71f..b742666 100644 --- a/perl-Data-Printer.spec +++ b/perl-Data-Printer.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Printer # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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 Data-Printer Name: perl-Data-Printer -Version: 1.000004 +Version: 1.001000 Release: 0 -Summary: Colored & full-featured pretty print of Perl data structures and objects License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Colored & full-featured pretty print of Perl data structures and objects 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