Hello community, here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory checked in at 2016-07-10 18:45:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Path-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Path-Tiny" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes 2016-07-03 12:18:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes 2016-07-10 18:45:36.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jul 4 13:05:08 UTC 2016 - [email protected] + +- updated to 0.096 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.096 2016-07-02 21:25:33-04:00 America/New_York + + - No changes from 0.095 + + 0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE) + + [Tests] + + - Improved method for hiding some modules during tests. + +------------------------------------------------------------------- Old: ---- Path-Tiny-0.094.tar.gz New: ---- Path-Tiny-0.096.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Path-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.kF5kAa/_old 2016-07-10 18:45:38.000000000 +0200 +++ /var/tmp/diff_new_pack.kF5kAa/_new 2016-07-10 18:45:38.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Path-Tiny -Version: 0.094 +Version: 0.096 Release: 0 %define cpan_name Path-Tiny Summary: File path utility ++++++ Path-Tiny-0.094.tar.gz -> Path-Tiny-0.096.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/CONTRIBUTING.mkdn new/Path-Tiny-0.096/CONTRIBUTING.mkdn --- old/Path-Tiny-0.094/CONTRIBUTING.mkdn 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/CONTRIBUTING.mkdn 2016-07-03 03:26:08.000000000 +0200 @@ -3,7 +3,7 @@ Thank you for considering contributing to this distribution. This file contains instructions that will help you work with the source code. -The distribution is managed with Dist::Zilla. This means than many of the +The distribution is managed with Dist::Zilla. This means that many of the usual files you might expect are not in the repository, but are generated at release time, as is much of the documentation. Some generated files are kept in the repository as a convenience (e.g. Makefile.PL or cpanfile). @@ -51,7 +51,20 @@ If you see typos or documentation issues in the generated docs, please email or open a bug ticket instead of patching. -### Installing and using Dist::Zilla +### Where to send patches and pull requests + +If you found this distribution on Github, sending a pull-request is the +best way to contribute. + +If a pull-request isn't possible, a bug ticket with a patch file is the +next best option. + +As a last resort, an email to the author(s) is acceptable. + +## Installing and using Dist::Zilla + +Dist::Zilla is not required for contributing, but if you'd like to learn +more, this section will get you up to speed. Dist::Zilla is a very powerful authoring tool, optimized for maintaining a large number of distributions with a high degree of automation, but it has a diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/Changes new/Path-Tiny-0.096/Changes --- old/Path-Tiny-0.094/Changes 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/Changes 2016-07-03 03:26:08.000000000 +0200 @@ -1,5 +1,15 @@ Revision history for Path-Tiny +0.096 2016-07-02 21:25:33-04:00 America/New_York + + - No changes from 0.095 + +0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE) + + [Tests] + + - Improved method for hiding some modules during tests. + 0.094 2016-05-23 12:45:19-04:00 America/New_York - Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/MANIFEST new/Path-Tiny-0.096/MANIFEST --- old/Path-Tiny-0.094/MANIFEST 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/MANIFEST 2016-07-03 03:26:08.000000000 +0200 @@ -47,7 +47,7 @@ xt/author/pod-coverage.t xt/author/pod-spell.t xt/author/pod-syntax.t +xt/author/portability.t xt/author/test-version.t xt/release/distmeta.t xt/release/minimum-version.t -xt/release/portability.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/META.json new/Path-Tiny-0.096/META.json --- old/Path-Tiny-0.094/META.json 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/META.json 2016-07-03 03:26:08.000000000 +0200 @@ -4,7 +4,7 @@ "David Golden <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005", + "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150009", "license" : [ "apache_2_0" ], @@ -55,6 +55,7 @@ "Test::More" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08", + "Test::Portability::Files" : "0", "Test::Spelling" : "0.12", "Test::Version" : "1", "blib" : "1.01" @@ -108,11 +109,11 @@ "provides" : { "Path::Tiny" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.094" + "version" : "0.096" }, "Path::Tiny::Error" : { "file" : "lib/Path/Tiny.pm", - "version" : "0.094" + "version" : "0.096" } }, "release_status" : "stable", @@ -127,12 +128,11 @@ "web" : "https://github.com/dagolden/Path-Tiny" } }, - "version" : "0.094", + "version" : "0.096", "x_authority" : "cpan:DAGOLDEN", "x_contributors" : [ "Alex Efros <[email protected]>", "Chris Williams <[email protected]>", - "David Golden <[email protected]>", "David Steinbrunner <[email protected]>", "Doug Bell <[email protected]>", "Gabor Szabo <[email protected]>", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/META.yml new/Path-Tiny-0.096/META.yml --- old/Path-Tiny-0.094/META.yml 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/META.yml 2016-07-03 03:26:08.000000000 +0200 @@ -17,7 +17,7 @@ ExtUtils::MakeMaker: '6.17' perl: '5.008001' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005' +generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150009' license: apache meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -35,10 +35,10 @@ provides: Path::Tiny: file: lib/Path/Tiny.pm - version: '0.094' + version: '0.096' Path::Tiny::Error: file: lib/Path/Tiny.pm - version: '0.094' + version: '0.096' recommends: Unicode::UTF8: '0.58' requires: @@ -64,12 +64,11 @@ bugtracker: https://github.com/dagolden/Path-Tiny/issues homepage: https://github.com/dagolden/Path-Tiny repository: https://github.com/dagolden/Path-Tiny.git -version: '0.094' +version: '0.096' x_authority: cpan:DAGOLDEN x_contributors: - 'Alex Efros <[email protected]>' - 'Chris Williams <[email protected]>' - - 'David Golden <[email protected]>' - 'David Steinbrunner <[email protected]>' - 'Doug Bell <[email protected]>' - 'Gabor Szabo <[email protected]>' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/Makefile.PL new/Path-Tiny-0.096/Makefile.PL --- old/Path-Tiny-0.094/Makefile.PL 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/Makefile.PL 2016-07-03 03:26:08.000000000 +0200 @@ -46,7 +46,7 @@ "lib" => 0, "open" => 0 }, - "VERSION" => "0.094", + "VERSION" => "0.096", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/README new/Path-Tiny-0.096/README --- old/Path-Tiny-0.094/README 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/README 2016-07-03 03:26:08.000000000 +0200 @@ -2,7 +2,7 @@ Path::Tiny - File path utility VERSION - version 0.094 + version 0.096 SYNOPSIS use Path::Tiny; @@ -828,12 +828,11 @@ visit path("/tmp")->visit( \&callback, \%options ); - Wraps the "iterator" method to execute a callback for each directory - entry. It returns a hash reference with any state accumulated during - iteration. + Executes a callback for each child of a directory. It returns a hash + reference with any state accumulated during iteration. - The options are the same as for "iterator": "recurse" and - "follow_symlinks". Both default to false. + The options are the same as for "iterator" (which it uses internally): + "recurse" and "follow_symlinks". Both default to false. The callback function will receive a "Path::Tiny" object as the first argument and a hash reference to accumulate state as the second @@ -1014,8 +1013,6 @@ * Chris Williams <[email protected]> - * David Golden <[email protected]> - * David Steinbrunner <[email protected]> * Doug Bell <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/cpanfile new/Path-Tiny-0.096/cpanfile --- old/Path-Tiny-0.094/cpanfile 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/cpanfile 2016-07-03 03:26:08.000000000 +0200 @@ -65,6 +65,7 @@ requires "Test::More" => "0"; requires "Test::Pod" => "1.41"; requires "Test::Pod::Coverage" => "1.08"; + requires "Test::Portability::Files" => "0"; requires "Test::Spelling" => "0.12"; requires "Test::Version" => "1"; requires "blib" => "1.01"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/lib/Path/Tiny.pm new/Path-Tiny-0.096/lib/Path/Tiny.pm --- old/Path-Tiny-0.094/lib/Path/Tiny.pm 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/lib/Path/Tiny.pm 2016-07-03 03:26:08.000000000 +0200 @@ -5,7 +5,7 @@ package Path::Tiny; # ABSTRACT: File path utility -our $VERSION = '0.094'; +our $VERSION = '0.096'; # Dependencies use Config; @@ -1982,12 +1982,11 @@ #pod #pod path("/tmp")->visit( \&callback, \%options ); #pod -#pod Wraps the L</iterator> method to execute a callback for each directory entry. -#pod It returns a hash reference with any state accumulated during -#pod iteration. +#pod Executes a callback for each child of a directory. It returns a hash +#pod reference with any state accumulated during iteration. #pod -#pod The options are the same as for L</iterator>: C<recurse> and -#pod C<follow_symlinks>. Both default to false. +#pod The options are the same as for L</iterator> (which it uses internally): +#pod C<recurse> and C<follow_symlinks>. Both default to false. #pod #pod The callback function will receive a C<Path::Tiny> object as the first argument #pod and a hash reference to accumulate state as the second argument. For example: @@ -2094,7 +2093,7 @@ =head1 VERSION -version 0.094 +version 0.096 =head1 SYNOPSIS @@ -2972,12 +2971,11 @@ path("/tmp")->visit( \&callback, \%options ); -Wraps the L</iterator> method to execute a callback for each directory entry. -It returns a hash reference with any state accumulated during -iteration. +Executes a callback for each child of a directory. It returns a hash +reference with any state accumulated during iteration. -The options are the same as for L</iterator>: C<recurse> and -C<follow_symlinks>. Both default to false. +The options are the same as for L</iterator> (which it uses internally): +C<recurse> and C<follow_symlinks>. Both default to false. The callback function will receive a C<Path::Tiny> object as the first argument and a hash reference to accumulate state as the second argument. For example: @@ -3202,7 +3200,7 @@ =head1 CONTRIBUTORS -=for stopwords Alex Efros Chris Williams David Golden Steinbrunner Doug Bell Gabor Szabo Gabriel Andrade George Hartzell Geraud Continsouzas Goro Fuji Graham Knop Ollis James Hunt John Karr Karen Etheridge Mark Ellis Martin Kjeldsen Michael G. Schwern Nigel Gregoire Philippe Bruhat (BooK) Regina Verbae Roy Ivy III Shlomi Fish Smylers Tatsuhiko Miyagawa Toby Inkster Yanick Champoux 김도형 - Keedi Kim +=for stopwords Alex Efros Chris Williams David Steinbrunner Doug Bell Gabor Szabo Gabriel Andrade George Hartzell Geraud Continsouzas Goro Fuji Graham Knop Ollis James Hunt John Karr Karen Etheridge Mark Ellis Martin Kjeldsen Michael G. Schwern Nigel Gregoire Philippe Bruhat (BooK) Regina Verbae Roy Ivy III Shlomi Fish Smylers Tatsuhiko Miyagawa Toby Inkster Yanick Champoux 김도형 - Keedi Kim =over 4 @@ -3216,10 +3214,6 @@ =item * -David Golden <[email protected]> - -=item * - David Steinbrunner <[email protected]> =item * diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/t/00-report-prereqs.dd new/Path-Tiny-0.096/t/00-report-prereqs.dd --- old/Path-Tiny-0.094/t/00-report-prereqs.dd 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/t/00-report-prereqs.dd 2016-07-03 03:26:09.000000000 +0200 @@ -28,6 +28,7 @@ 'Test::More' => '0', 'Test::Pod' => '1.41', 'Test::Pod::Coverage' => '1.08', + 'Test::Portability::Files' => '0', 'Test::Spelling' => '0.12', 'Test::Version' => '1', 'blib' => '1.01' @@ -35,8 +36,8 @@ }, 'runtime' => { 'recommends' => { - 'Unicode::UTF8' => '0.58' - }, + 'Unicode::UTF8' => '0.58' + }, 'requires' => { 'Carp' => '0', 'Cwd' => '0', @@ -60,10 +61,10 @@ }, 'test' => { 'recommends' => { - 'CPAN::Meta' => '2.120900', - 'Test::FailWarnings' => '0', - 'Test::MockRandom' => '0' - }, + 'CPAN::Meta' => '2.120900', + 'Test::FailWarnings' => '0', + 'Test::MockRandom' => '0' + }, 'requires' => { 'ExtUtils::MakeMaker' => '0', 'File::Basename' => '0', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/t/00-report-prereqs.t new/Path-Tiny-0.096/t/00-report-prereqs.t --- old/Path-Tiny-0.094/t/00-report-prereqs.t 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/t/00-report-prereqs.t 2016-07-03 03:26:08.000000000 +0200 @@ -3,7 +3,7 @@ use strict; use warnings; -# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.024 +# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.025 use Test::More tests => 1; @@ -78,10 +78,10 @@ # Add dynamic prereqs to the included modules list (if we can) my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml'; -if ( $source && $HAS_CPAN_META ) { - if ( my $meta = eval { CPAN::Meta->load_file($source) } ) { - $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); - } +if ( $source && $HAS_CPAN_META + && (my $meta = eval { CPAN::Meta->load_file($source) } ) +) { + $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs); } else { $source = 'static metadata'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/t/input_output_no_PU_UU.t new/Path-Tiny-0.096/t/input_output_no_PU_UU.t --- old/Path-Tiny-0.094/t/input_output_no_PU_UU.t 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/t/input_output_no_PU_UU.t 2016-07-03 03:26:09.000000000 +0200 @@ -4,10 +4,10 @@ use Test::More 0.96; # Tiny equivalent of Devel::Hide -BEGIN { - $INC{'Unicode/UTF8.pm'} = undef; - $INC{'PerlIO/utf8_strict.pm'} = undef; -} +use lib map { + my ( $m, $c ) = ( $_, qq{die "Can't locate $_ (hidden)\n"} ); + sub { return unless $_[1] eq $m; open my $fh, "<", \$c; return $fh } +} qw{Unicode/UTF8.pm PerlIO/utf8_strict.pm}; note "Hiding Unicode::UTF8 and PerlIO::utf8_strict"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/t/input_output_no_UU.t new/Path-Tiny-0.096/t/input_output_no_UU.t --- old/Path-Tiny-0.094/t/input_output_no_UU.t 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/t/input_output_no_UU.t 2016-07-03 03:26:08.000000000 +0200 @@ -4,9 +4,11 @@ use Test::More 0.96; # Tiny equivalent of Devel::Hide -BEGIN { - $INC{'Unicode/UTF8.pm'} = undef; -} +# Tiny equivalent of Devel::Hide +use lib map { + my ( $m, $c ) = ( $_, qq{die "Can't locate $_ (hidden)\n"} ); + sub { return unless $_[1] eq $m; open my $fh, "<", \$c; return $fh } +} qw{Unicode/UTF8.pm}; note "Hiding Unicode::UTF8"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/xt/author/pod-spell.t new/Path-Tiny-0.096/xt/author/pod-spell.t --- old/Path-Tiny-0.094/xt/author/pod-spell.t 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/xt/author/pod-spell.t 2016-07-03 03:26:08.000000000 +0200 @@ -2,7 +2,7 @@ use warnings; use Test::More; -# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007000 +# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.007002 use Test::Spelling 0.12; use Pod::Wordlist; @@ -42,7 +42,6 @@ Chris Williams bingos -xdg Steinbrunner dsteinbrunner Doug diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/xt/author/portability.t new/Path-Tiny-0.096/xt/author/portability.t --- old/Path-Tiny-0.094/xt/author/portability.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Path-Tiny-0.096/xt/author/portability.t 2016-07-03 03:26:09.000000000 +0200 @@ -0,0 +1,12 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval 'use Test::Portability::Files'; +plan skip_all => 'Test::Portability::Files required for testing portability' + if $@; +options(test_one_dot => 0); +run_tests(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Path-Tiny-0.094/xt/release/portability.t new/Path-Tiny-0.096/xt/release/portability.t --- old/Path-Tiny-0.094/xt/release/portability.t 2016-05-23 18:45:54.000000000 +0200 +++ new/Path-Tiny-0.096/xt/release/portability.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::Portability::Files'; -plan skip_all => 'Test::Portability::Files required for testing portability' - if $@; -options(test_one_dot => 0); -run_tests();
