commit perl-Data-Printer for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package perl-Data-Printer for 
openSUSE:Factory checked in at 2017-08-24 18:52:21

Comparing /work/SRC/openSUSE:Factory/perl-Data-Printer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Data-Printer.new (New)


Package is "perl-Data-Printer"

Thu Aug 24 18:52:21 2017 rev:5 rq:516812 version:0.40

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes  
2017-05-16 14:33:49.202684951 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Printer.new/perl-Data-Printer.changes 
2017-08-24 18:52:27.632899798 +0200
@@ -1,0 +2,13 @@
+Thu Aug  3 05:21:36 UTC 2017 - co...@suse.com
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+  0.40 2017-08-01
+  BUG FIXES:
+  - fix tied hash test on blead perl (5.27.3)
+https://rt.perl.org/Ticket/Display.html?id=131824
+Thanks Jim Keenan, Dave Mitchell and Zefram for reporting
+and debugging!
+
+---

Old:

  Data-Printer-0.39.tar.gz

New:

  Data-Printer-0.40.tar.gz



Other differences:
--
++ perl-Data-Printer.spec ++
--- /var/tmp/diff_new_pack.EdWw4T/_old  2017-08-24 18:52:29.464641879 +0200
+++ /var/tmp/diff_new_pack.EdWw4T/_new  2017-08-24 18:52:29.468641315 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Printer
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Data-Printer
 Summary:Colored Pretty-Print of Perl Data Structures and Objects

++ Data-Printer-0.39.tar.gz -> Data-Printer-0.40.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.39/Changes 
new/Data-Printer-0.40/Changes
--- old/Data-Printer-0.39/Changes   2017-04-15 18:41:58.0 +0200
+++ new/Data-Printer-0.40/Changes   2017-08-02 03:01:30.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Data-Printer
 
+0.40 2017-08-01
+BUG FIXES:
+- fix tied hash test on blead perl (5.27.3)
+  https://rt.perl.org/Ticket/Display.html?id=131824
+  Thanks Jim Keenan, Dave Mitchell and Zefram for reporting
+  and debugging!
+
 0.39 2016-04-15
 BUG FIXES:
 - display '-' as a string, not a number (Ivan Bessarabov)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.39/META.json 
new/Data-Printer-0.40/META.json
--- old/Data-Printer-0.39/META.json 2017-04-15 18:46:27.0 +0200
+++ new/Data-Printer-0.40/META.json 2017-08-02 03:09:36.0 +0200
@@ -4,7 +4,7 @@
   "Breno G. de Oliveira "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -59,6 +59,6 @@
  "url" : "https://github.com/garu/Data-Printer;
   }
},
-   "version" : "0.39",
+   "version" : "0.40",
"x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.39/META.yml 
new/Data-Printer-0.40/META.yml
--- old/Data-Printer-0.39/META.yml  2017-04-15 18:46:26.0 +0200
+++ new/Data-Printer-0.40/META.yml  2017-08-02 03:09:35.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,5 +34,5 @@
   bugtracker: https://github.com/garu/Data-Printer/issues/
   license: http://dev.perl.org/licenses/
   repository: https://github.com/garu/Data-Printer
-version: '0.39'
+version: '0.40'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.39/lib/Data/Printer.pm 
new/Data-Printer-0.40/lib/Data/Printer.pm
--- old/Data-Printer-0.39/lib/Data/Printer.pm   2017-04-15 18:43:27.0 
+0200
+++ new/Data-Printer-0.40/lib/Data/Printer.pm   2017-08-02 03:08:45.0 
+0200
@@ -16,7 +16,7 @@
 # Instead, we now require version in the VSTRING() method.
 # use version 0.77 ();
 
-our $VERSION = '0.39';
+our $VERSION = '0.40';
 
 BEGIN {
 if ($^O =~ /Win32/i) {
@@ -2118,6 +2118,8 @@
 
 =item * Chris Prather (perigrin)
 
+=item * Dave Mitchell
+
 =item * 

commit perl-Data-Printer for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package perl-Data-Printer for 
openSUSE:Factory checked in at 2017-05-16 14:33:33

Comparing /work/SRC/openSUSE:Factory/perl-Data-Printer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Data-Printer.new (New)


Package is "perl-Data-Printer"

Tue May 16 14:33:33 2017 rev:4 rq:489026 version:0.39

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes  
2016-02-25 22:48:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Data-Printer.new/perl-Data-Printer.changes 
2017-05-16 14:33:49.202684951 +0200
@@ -1,0 +2,15 @@
+Sun Apr 16 05:23:15 UTC 2017 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+  0.39 2016-04-15
+  BUG FIXES:
+  - display '-' as a string, not a number (Ivan Bessarabov)
+  - display "123
+" as a string, not a number (Ivan Bessarabov)
+  - fix test failures on newer perls (Sergey Aleynikov)
+  OTHER:
+  - document availability of np() on Data::Printer::Filter (Olaf 
Alders)
+
+---

Old:

  Data-Printer-0.38.tar.gz

New:

  Data-Printer-0.39.tar.gz



Other differences:
--
++ perl-Data-Printer.spec ++
--- /var/tmp/diff_new_pack.j8CSuQ/_old  2017-05-16 14:33:49.962578194 +0200
+++ /var/tmp/diff_new_pack.j8CSuQ/_new  2017-05-16 14:33:49.962578194 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Printer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Data-Printer
-Version:0.38
+Version:0.39
 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/
-Source0:
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+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

++ Data-Printer-0.38.tar.gz -> Data-Printer-0.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.38/.travis.yml 
new/Data-Printer-0.39/.travis.yml
--- old/Data-Printer-0.38/.travis.yml   2016-01-28 01:03:20.0 +0100
+++ new/Data-Printer-0.39/.travis.yml   2017-04-15 18:02:20.0 +0200
@@ -6,3 +6,4 @@
   - "5.16"
   - "5.18"
   - "5.20"
+  - "5.22"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.38/Changes 
new/Data-Printer-0.39/Changes
--- old/Data-Printer-0.38/Changes   2016-01-28 18:56:43.0 +0100
+++ new/Data-Printer-0.39/Changes   2017-04-15 18:41:58.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Data-Printer
 
+0.39 2016-04-15
+BUG FIXES:
+- display '-' as a string, not a number (Ivan Bessarabov)
+- display "123\n" as a string, not a number (Ivan Bessarabov)
+- fix test failures on newer perls (Sergey Aleynikov)
+OTHER:
+- document availability of np() on Data::Printer::Filter (Olaf Alders)
+
 0.38 2016-01-28
 BUG FIXES:
 - removed Test::Most unlisted dependency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.38/META.json 
new/Data-Printer-0.39/META.json
--- old/Data-Printer-0.38/META.json 2016-01-28 18:58:30.0 +0100
+++ new/Data-Printer-0.39/META.json 2017-04-15 18:46:27.0 +0200
@@ -4,7 +4,7 @@
   "Breno G. de Oliveira "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -59,5 +59,6 @@
  "url" : "https://github.com/garu/Data-Printer;
   }
},
-   "version" : "0.38"
+   "version" : "0.39",
+   "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.38/META.yml 
new/Data-Printer-0.39/META.yml
--- old/Data-Printer-0.38/META.yml  2016-01-28 18:58:29.0 +0100
+++ 

commit perl-Data-Printer for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Printer for 
openSUSE:Factory checked in at 2016-02-25 22:01:56

Comparing /work/SRC/openSUSE:Factory/perl-Data-Printer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Data-Printer.new (New)


Package is "perl-Data-Printer"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes  
2015-06-12 20:30:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Printer.new/perl-Data-Printer.changes 
2016-02-25 22:48:49.0 +0100
@@ -1,0 +2,36 @@
+Sun Feb  7 09:50:21 UTC 2016 - co...@suse.com
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+  0.38 2016-01-28
+  BUG FIXES:
+  - removed Test::Most unlisted dependency
+(thanks Marco Masetti for reporting)
+  
+  0.37 2016-01-28
+  NEW FEATURES:
+  - Support for displaying scalar's unicode flag
+(Michael Conrad)
+  BUG FIXES:
+  - Fixed test failure due to leaking environment variables
+(Thomas Sibley)
+  - class_method only works if it's actually something we can call
+(RenatoCRON)
+  - Attempt to fix a taint error on old Win32 systems
+(Baldur Kristinsson)
+  - Prevent some 5.8 errors caused by the version module
+(Baldur Kristinsson)
+  - Data::Printer::Filter should imports np() as well
+(Olaf Alders)
+  - Multiline property is now properly propagated
+(Adam Rosenstein)
+  OTHER:
+  - Removed some trailing whitespaces (Ivan Bessarabov)
+  - Extended tests for finding trailing whitespaces (Ivan Bessarabov)
+  - Documented caveat of using p() in variable declarations (vividsnow)
+  - Documented that the 'DB' filter supports DBIx::Class (Olaf Alders)
+  - New .gitignore file (David Lowe)
+  - Updated .travis.yml (Ivan Bessarabov)
+
+---

Old:

  Data-Printer-0.36.tar.gz

New:

  Data-Printer-0.38.tar.gz



Other differences:
--
++ perl-Data-Printer.spec ++
--- /var/tmp/diff_new_pack.eJ99V3/_old  2016-02-25 22:48:50.0 +0100
+++ /var/tmp/diff_new_pack.eJ99V3/_new  2016-02-25 22:48:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Printer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Data-Printer
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name Data-Printer
 Summary:Colored Pretty-Print of Perl Data Structures and Objects

++ Data-Printer-0.36.tar.gz -> Data-Printer-0.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.36/.travis.yml 
new/Data-Printer-0.38/.travis.yml
--- old/Data-Printer-0.36/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/Data-Printer-0.38/.travis.yml   2016-01-28 01:03:20.0 +0100
@@ -0,0 +1,8 @@
+language: perl
+perl:
+  - "5.10"
+  - "5.12"
+  - "5.14"
+  - "5.16"
+  - "5.18"
+  - "5.20"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Data-Printer-0.36/Changes 
new/Data-Printer-0.38/Changes
--- old/Data-Printer-0.36/Changes   2015-05-29 23:42:37.0 +0200
+++ new/Data-Printer-0.38/Changes   2016-01-28 18:56:43.0 +0100
@@ -1,5 +1,35 @@
 Revision history for Data-Printer
 
+0.38 2016-01-28
+BUG FIXES:
+- removed Test::Most unlisted dependency
+  (thanks Marco Masetti for reporting)
+
+0.37 2016-01-28
+NEW FEATURES:
+- Support for displaying scalar's unicode flag
+  (Michael Conrad)
+BUG FIXES:
+- Fixed test failure due to leaking environment variables
+  (Thomas Sibley)
+- class_method only works if it's actually something we can call
+  (RenatoCRON)
+- Attempt to fix a taint error on old Win32 systems
+  (Baldur Kristinsson)
+- Prevent some 5.8 errors caused by the version module
+  (Baldur Kristinsson)
+- Data::Printer::Filter should imports np() as well
+  (Olaf Alders)
+- Multiline property is now properly propagated
+  (Adam Rosenstein)
+OTHER:
+- Removed some trailing whitespaces (Ivan Bessarabov)
+- Extended tests for finding trailing whitespaces (Ivan Bessarabov)
+- Documented caveat of using p() in 

commit perl-Data-Printer for openSUSE:Factory

2015-06-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Data-Printer for 
openSUSE:Factory checked in at 2015-06-12 20:30:52

Comparing /work/SRC/openSUSE:Factory/perl-Data-Printer (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Data-Printer.new (New)


Package is perl-Data-Printer

Changes:

--- /work/SRC/openSUSE:Factory/perl-Data-Printer/perl-Data-Printer.changes  
2014-09-19 15:45:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Data-Printer.new/perl-Data-Printer.changes 
2015-06-12 20:30:55.0 +0200
@@ -1,0 +2,75 @@
+Sun Jun  7 08:23:48 UTC 2015 - co...@suse.com
+
+- updated to 0.36
+   see /usr/share/doc/packages/perl-Data-Printer/Changes
+
+  0.36 2015-05-29
+  Bumping 0.35_01 to stable. Below is the (repeated) changelog,
+  with the single addition of the 'scalar_quotes' patch.
+  
+  BACKWARDS-INCOMPATIBLE CHANGE
+  - p()'s return value now defaults to 'pass'. Please see
+https://github.com/garu/Data-Printer/issues/16 for the
+full discussion. THIS WILL BREAK CODE RELYING ON p() TO
+RETURN A STRING. To fix your code, please set 'return_value'
+to 'dump' explicitly, or use the experimental np() function.
+  
+  NEW HIGHLY EXPERIMENTAL FEATURE:
+  - np(), a version of p() that always returns the string instead
+of printing it.
+  
+  NEW FEATURES:
+  - Add 'escape_chars' to allow \x{...} printing for chars
+(patch by Mark Fowler)
+  - 'scalar_quotes' let you specify the quote to use when,
+well, quoting (Ivan Bessarabov)
+  - Class::Date support in the DateTime filter (Ivan Bessarabov)
+  
+  BUG FIXES:
+  - fixed crash in esoteric classes (github issue #41, thanks
+Ivan Bessarabov for reporting)
+  - removed support for Digest::Haval256, as it can't really be
+observed without damaging the original data. If future versions
+provide a clone() function, it can be added again.
+  - Being extra loud when rc files fail to load (RT#89203, thanks
+Caleb Cushing for reporting).
+  - Prevents PERL5OPT from interfering with deparse tests (github
+issue #55, thanks David Precious for reporting)
+  
+  OTHER:
+  - more tests
+  - new external filter indexed: PDL
+  
+  0.35_01 2014-12-22
+  BACKWARDS-INCOMPATIBLE CHANGE
+  - p()'s return value now defaults to 'pass'. Please see
+https://github.com/garu/Data-Printer/issues/16 for the
+full discussion. THIS WILL BREAK CODE RELYING ON p() TO
+RETURN A STRING. To fix your code, please set 'return_value'
+to 'dump' explicitly, or use the experimental np() function.
+  
+  NEW HIGHLY EXPERIMENTAL FEATURE:
+  - np(), a version of p() that always returns the string instead
+of printing it.
+  
+  NEW FEATURES:
+  - Add 'escape_chars' to allow \x{...} printing for chars
+(patch by Mark Fowler)
+  - Class::Date support in the DateTime filter (Ivan Bessarabov)
+  
+  BUG FIXES:
+  - fixed crash in esoteric classes (github issue #41, thanks
+Ivan Bessarabov for reporting)
+  - removed support for Digest::Haval256, as it can't really be
+observed without damaging the original data. If future versions
+provide a clone() function, it can be added again.
+  - Being extra loud when rc files fail to load (RT#89203, thanks
+Caleb Cushing for reporting).
+  - Prevents PERL5OPT from interfering with deparse tests (github
+issue #55, thanks David Precious for reporting)
+  
+  OTHER:
+  - more tests
+  - new external filter indexed: PDL
+
+---

Old:

  Data-Printer-0.35.tar.gz

New:

  Data-Printer-0.36.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Data-Printer.spec ++
--- /var/tmp/diff_new_pack.URcMhH/_old  2015-06-12 20:30:55.0 +0200
+++ /var/tmp/diff_new_pack.URcMhH/_new  2015-06-12 20:30:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Data-Printer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Data-Printer
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Data-Printer
-Summary:Colored pretty-print of