commit perl-PPIx-QuoteLike for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:22:22

Comparing /work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.3248 (New)


Package is "perl-PPIx-QuoteLike"

Tue Apr 14 14:22:22 2020 rev:4 rq:793642 version:0.011

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes
2020-03-15 07:12:19.984998253 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.3248/perl-PPIx-QuoteLike.changes
  2020-04-14 14:24:10.029417166 +0200
@@ -1,0 +2,23 @@
+Wed Apr  1 03:12:16 UTC 2020 -  
+
+- updated to 0.011
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.0112020-03-31  T. R. Wyant
+  Normalize interpolation before feeding to PPI. This produces a
+  more-easily-analyzed PPI parse.
+  
+  The ->variables() method is now discouraged. It was written to support
+  Perl::Critic::Policy::Variables::ProhibitUnusedVarsStricter, but turned
+  out to be inadequate for the job.
+  
+  Deprecate new() argument postderef. At this stage it is only
+  documented as deprecated. In the first release after October 1 2020
+  it will warn on the first use. Eventually it will be retracted, and
+  postfix dereferences will always be recognized. This is the default
+  behavior now.
+  
+  Correct bracket matchers to accept multiple lines. This was, in some
+  cases, causing interpolations to be misclassified as unknown tokens.
+
+---

Old:

  PPIx-QuoteLike-0.010.tar.gz

New:

  PPIx-QuoteLike-0.011.tar.gz



Other differences:
--
++ perl-PPIx-QuoteLike.spec ++
--- /var/tmp/diff_new_pack.JQfw2P/_old  2020-04-14 14:24:10.321417385 +0200
+++ /var/tmp/diff_new_pack.JQfw2P/_new  2020-04-14 14:24:10.325417387 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPIx-QuoteLike
-Version:0.010
+Version:0.011
 Release:0
 %define cpan_name PPIx-QuoteLike
 Summary:Parse Perl string literals and string-literal-like things
@@ -33,9 +33,11 @@
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(PPI::Document) >= 1.117
 BuildRequires:  perl(PPI::Dumper) >= 1.117
+BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(PPI::Document) >= 1.117
 Requires:   perl(PPI::Dumper) >= 1.117
+Requires:   perl(Readonly)
 %{perl_requires}
 
 %description

++ PPIx-QuoteLike-0.010.tar.gz -> PPIx-QuoteLike-0.011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.010/Changes 
new/PPIx-QuoteLike-0.011/Changes
--- old/PPIx-QuoteLike-0.010/Changes2020-03-09 15:58:51.0 +0100
+++ new/PPIx-QuoteLike-0.011/Changes2020-03-31 14:01:57.0 +0200
@@ -1,3 +1,20 @@
+0.011  2020-03-31  T. R. Wyant
+Normalize interpolation before feeding to PPI. This produces a
+more-easily-analyzed PPI parse.
+
+The ->variables() method is now discouraged. It was written to support
+Perl::Critic::Policy::Variables::ProhibitUnusedVarsStricter, but turned
+out to be inadequate for the job.
+
+Deprecate new() argument postderef. At this stage it is only
+documented as deprecated. In the first release after October 1 2020
+it will warn on the first use. Eventually it will be retracted, and
+postfix dereferences will always be recognized. This is the default
+behavior now.
+
+Correct bracket matchers to accept multiple lines. This was, in some
+cases, causing interpolations to be misclassified as unknown tokens.
+
 0.010  2020-03-09  T. R. Wyant
 Remove redundant and poorly-performing code introduced in version
 0.009.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.010/MANIFEST 
new/PPIx-QuoteLike-0.011/MANIFEST
--- old/PPIx-QuoteLike-0.010/MANIFEST   2020-03-09 15:58:51.0 +0100
+++ new/PPIx-QuoteLike-0.011/MANIFEST   2020-03-31 14:01:57.0 +0200
@@ -22,11 +22,12 @@
 LICENSES/Artistic
 LICENSES/Copying
 Makefile.PL
-MANIFEST   This list of files
+MANIFEST
 README
 t/basic.t
 t/dump.t
 t/locations.t
+t/normalize_interpolation_for_ppi.t
 t/parse.t
 t/unit-adhoc.t
 t/variables.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.010/META.json 
new/PPIx-QuoteLike-0.011/META.json
--- old/PPIx-QuoteLike-0.010/META.json  2020-03-09 15:58:51.0 +0100
+++ 

commit perl-PPIx-QuoteLike for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Leap:15.2 checked in at 2020-03-15 07:12:08

Comparing /work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.3160 (New)


Package is "perl-PPIx-QuoteLike"

Sun Mar 15 07:12:08 2020 rev:3 rq:784860 version:0.010

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes
2020-03-06 12:40:54.590743801 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.3160/perl-PPIx-QuoteLike.changes
  2020-03-15 07:12:19.984998253 +0100
@@ -1,0 +2,10 @@
+Tue Mar 10 03:25:57 UTC 2020 -  
+
+- updated to 0.010
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.0102020-03-09  T. R. Wyant
+  Remove redundant and poorly-performing code introduced in version
+  0.009.
+
+---

Old:

  PPIx-QuoteLike-0.009.tar.gz

New:

  PPIx-QuoteLike-0.010.tar.gz



Other differences:
--
++ perl-PPIx-QuoteLike.spec ++
--- /var/tmp/diff_new_pack.QVlrRg/_old  2020-03-15 07:12:20.328998459 +0100
+++ /var/tmp/diff_new_pack.QVlrRg/_new  2020-03-15 07:12:20.332998461 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PPIx-QuoteLike
-Version:0.009
+Version:0.010
 Release:0
 %define cpan_name PPIx-QuoteLike
 Summary:Parse Perl string literals and string-literal-like things

++ PPIx-QuoteLike-0.009.tar.gz -> PPIx-QuoteLike-0.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.009/Changes 
new/PPIx-QuoteLike-0.010/Changes
--- old/PPIx-QuoteLike-0.009/Changes2020-02-27 15:51:12.0 +0100
+++ new/PPIx-QuoteLike-0.010/Changes2020-03-09 15:58:51.0 +0100
@@ -1,3 +1,7 @@
+0.010  2020-03-09  T. R. Wyant
+Remove redundant and poorly-performing code introduced in version
+0.009.
+
 0.009  2020-02-27  T. R. Wyant
 Add new() argument index_locations which causes locations to be
 indexed during the parse. This defaults based on whether a location
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PPIx-QuoteLike-0.009/META.json 
new/PPIx-QuoteLike-0.010/META.json
--- old/PPIx-QuoteLike-0.009/META.json  2020-02-27 15:51:12.0 +0100
+++ new/PPIx-QuoteLike-0.010/META.json  2020-03-09 15:58:51.0 +0100
@@ -47,51 +47,51 @@
"provides" : {
   "PPIx::QuoteLike" : {
  "file" : "lib/PPIx/QuoteLike.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Constant" : {
  "file" : "lib/PPIx/QuoteLike/Constant.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Dumper" : {
  "file" : "lib/PPIx/QuoteLike/Dumper.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token" : {
  "file" : "lib/PPIx/QuoteLike/Token.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Control" : {
  "file" : "lib/PPIx/QuoteLike/Token/Control.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Delimiter" : {
  "file" : "lib/PPIx/QuoteLike/Token/Delimiter.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Interpolation" : {
  "file" : "lib/PPIx/QuoteLike/Token/Interpolation.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::String" : {
  "file" : "lib/PPIx/QuoteLike/Token/String.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Structure" : {
  "file" : "lib/PPIx/QuoteLike/Token/Structure.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Unknown" : {
  "file" : "lib/PPIx/QuoteLike/Token/Unknown.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Token::Whitespace" : {
  "file" : "lib/PPIx/QuoteLike/Token/Whitespace.pm",
- "version" : "0.009"
+ "version" : "0.010"
   },
   "PPIx::QuoteLike::Utils" : {
  "file" : "lib/PPIx/QuoteLike/Utils.pm",
- "version" : "0.009"
+ "version" : "0.010"
   }
},
"release_status" : "stable",
@@ -109,6 +109,6 @@
  "web" : "https://github.com/trwyant/perl-PPIx-QuoteLike;
   }
},
-   "version" : 

commit perl-PPIx-QuoteLike for openSUSE:Leap:15.2

2020-03-06 Thread root
Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Leap:15.2 checked in at 2020-03-06 12:38:59

Comparing /work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.26092 (New)


Package is "perl-PPIx-QuoteLike"

Fri Mar  6 12:38:59 2020 rev:2 rq:781120 version:0.009

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes
2020-02-10 16:42:18.975739825 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.perl-PPIx-QuoteLike.new.26092/perl-PPIx-QuoteLike.changes
 2020-03-06 12:40:54.590743801 +0100
@@ -1,0 +2,29 @@
+Fri Feb 28 03:09:46 UTC 2020 -  
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.0092020-02-27  T. R. Wyant
+  Add new() argument index_locations which causes locations to be
+  indexed during the parse. This defaults based on whether a location
+  argument was provided, and whether the string being parsed is a
+  PPI::Element.
+  
+  Add method statement(), which returns the PPI statement containing
+  the string element, or nothing if none.
+  
+  Add PPI::Element location methods, to wit: location(),
+  column_number(), line_number(), logical_filename(),
+  logical_line_number(), and visual_column_number().
+  
+  Add PPIx::QuoteLike::Utils::is_ppi_quotelike_element() which returns
+  true if the argument is a PPI::Element of interest to us.
+  
+  All objects now have a variables() method inherited from
+  PPIx::QuoteLike::Token. This method returns nothing unless
+  overridden. It was added to eliminate $elem->can( 'variables' )
+  ad-hocery.
+  
+  Eliminate redirections in POD URL links
+
+---

Old:

  PPIx-QuoteLike-0.008.tar.gz

New:

  PPIx-QuoteLike-0.009.tar.gz



Other differences:
--
++ perl-PPIx-QuoteLike.spec ++
--- /var/tmp/diff_new_pack.0xE2EV/_old  2020-03-06 12:40:55.066744090 +0100
+++ /var/tmp/diff_new_pack.0xE2EV/_new  2020-03-06 12:40:55.102744112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PPIx-QuoteLike
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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-PPIx-QuoteLike
-Version:0.008
+Version:0.009
 Release:0
 %define cpan_name PPIx-QuoteLike
 Summary:Parse Perl string literals and string-literal-like things
@@ -45,7 +45,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Build.PL installdirs=vendor

++ PPIx-QuoteLike-0.008.tar.gz -> PPIx-QuoteLike-0.009.tar.gz ++
 2135 lines of diff (skipped)