commit rubygem-parser for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-10-05 19:32:39

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.4249 (New)


Package is "rubygem-parser"

Mon Oct  5 19:32:39 2020 rev:6 rq:838064 version:2.7.1.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes
2020-09-06 00:01:36.203229833 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.4249/rubygem-parser.changes  
2020-10-05 19:32:44.989106661 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 14:37:45 UTC 2020 - Stephan Kulow 
+
+updated to version 2.7.1.5
+ see installed CHANGELOG.md
+
+
+---

Old:

  parser-2.7.1.4.gem

New:

  parser-2.7.1.5.gem



Other differences:
--
++ rubygem-parser.spec ++
--- /var/tmp/diff_new_pack.djNDZG/_old  2020-10-05 19:32:46.601113459 +0200
+++ /var/tmp/diff_new_pack.djNDZG/_new  2020-10-05 19:32:46.601113459 +0200
@@ -16,28 +16,29 @@
 #
 
 
-%define mod_name parser
-%define mod_full_name %{mod_name}-%{version}
 #
 # This file was generated with a gem2rpm.yml and not just plain gem2rpm.
 # All sections marked as MANUAL, license headers, summaries and descriptions
 # can be maintained in that file. Please consult this file before editing any
 # of those fields
 #
+
 Name:   rubygem-parser
-Version:2.7.1.4
+Version:2.7.1.5
 Release:0
-Summary:A Ruby parser written in pure Ruby
-License:MIT
-Group:  Development/Languages/Ruby
-URL:https://github.com/whitequark/parser
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+%define mod_name parser
+%define mod_full_name %{mod_name}-%{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-# FIXME: use proper Requires(pre/post/preun/...)
+URL:https://github.com/whitequark/parser
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
+Summary:A Ruby parser written in pure Ruby
+License:MIT
+Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description

++ parser-2.7.1.4.gem -> parser-2.7.1.5.gem ++
 23998 lines of diff (skipped)




commit rubygem-parser for openSUSE:Factory

2020-09-05 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-09-06 00:01:06

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.3399 (New)


Package is "rubygem-parser"

Sun Sep  6 00:01:06 2020 rev:5 rq:830998 version:2.7.1.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes
2020-05-11 13:39:18.404860112 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.3399/rubygem-parser.changes  
2020-09-06 00:01:36.203229833 +0200
@@ -1,0 +2,36 @@
+Tue Sep  1 07:28:38 UTC 2020 - Dan Čermák 
+
+- New upstream release 2.7.1.4
+
+  v2.7.1.4 (2020-06-19)
+  -
+
+  Features implemented:
+   * ruby28.y: add find pattern. (#714) (Ilya Bylich)
+   * lexer.rl: reject `->...` and `->(...)` with the same error. (#713) (Ilya 
Bylich)
+   * ruby28.y: accept leading args before forward arg. (#712) (Ilya Bylich)
+   * Added `emit_forward_arg` compatibility flag. (#710) (Ilya Bylich)
+   * ruby28.y: include entire lambda expr in lambda rule. (#708) (Ilya Bylich)
+   * ruby28.y: extracted excessed_comma rule. (#706) (Ilya Bylich)
+   * Source::TreeRewriter: Improved merging and representations (#703) 
(Marc-André Lafortune)
+
+  Bugs fixed:
+   * ruby*.y: fixed context inside lambda args and module. (#709) (Ilya Bylich)
+
+  v2.7.1.3 (2020-05-26)
+  -
+
+  API modifications:
+   * fixed all warnings. tests are running in verbose mode now. (#685) (Ilya 
Bylich)
+
+  Features implemented:
+   * ruby-[parse, rewrite]: add legacy switches (#699) (Marc-André Lafortune)
+   * Added Parser::Source::Range#to_range. (#697) (Ilya Bylich)
+   * ruby28.y: support rescue modifier in endless method definition. (#696) 
(Ilya Bylich)
+   * ruby28.y: unify kwrest and no-kwrest rules. (#694) (Ilya Bylich)
+   * ruby28.y: add right hand assignment (#682) (Vladimir Dementyev)
+
+  Bugs fixed:
+   * fix Comment.associate for postfix conditions/loops (#688) (Marc-André 
Lafortune)
+
+---

Old:

  parser-2.7.1.2.gem

New:

  parser-2.7.1.4.gem



Other differences:
--
++ rubygem-parser.spec ++
--- /var/tmp/diff_new_pack.jbsYt2/_old  2020-09-06 00:01:37.263230363 +0200
+++ /var/tmp/diff_new_pack.jbsYt2/_new  2020-09-06 00:01:37.267230366 +0200
@@ -16,29 +16,28 @@
 #
 
 
+%define mod_name parser
+%define mod_full_name %{mod_name}-%{version}
 #
 # This file was generated with a gem2rpm.yml and not just plain gem2rpm.
 # All sections marked as MANUAL, license headers, summaries and descriptions
 # can be maintained in that file. Please consult this file before editing any
 # of those fields
 #
-
 Name:   rubygem-parser
-Version:2.7.1.2
+Version:2.7.1.4
 Release:0
-%define mod_name parser
-%define mod_full_name %{mod_name}-%{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Summary:A Ruby parser written in pure Ruby
+License:MIT
+Group:  Development/Languages/Ruby
+URL:https://github.com/whitequark/parser
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-URL:https://github.com/whitequark/parser
-Source: https://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
-Summary:A Ruby parser written in pure Ruby
-License:MIT
-Group:  Development/Languages/Ruby
+# FIXME: use proper Requires(pre/post/preun/...)
 PreReq: update-alternatives
 
 %description

++ parser-2.7.1.2.gem -> parser-2.7.1.4.gem ++
 91416 lines of diff (skipped)




commit rubygem-parser for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-05-11 13:39:16

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.2738 (New)


Package is "rubygem-parser"

Mon May 11 13:39:16 2020 rev:4 rq:802362 version:2.7.1.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes
2020-03-07 21:39:24.460319514 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.2738/rubygem-parser.changes  
2020-05-11 13:39:18.404860112 +0200
@@ -1,0 +2,6 @@
+Thu May  7 21:12:46 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.7.1.2
+ see installed CHANGELOG.md
+
+---

Old:

  parser-2.7.0.2.gem

New:

  parser-2.7.1.2.gem



Other differences:
--
++ rubygem-parser.spec ++
--- /var/tmp/diff_new_pack.3mAMXM/_old  2020-05-11 13:39:19.068861504 +0200
+++ /var/tmp/diff_new_pack.3mAMXM/_new  2020-05-11 13:39:19.072861513 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-parser
-Version:2.7.0.2
+Version:2.7.1.2
 Release:0
 %define mod_name parser
 %define mod_full_name %{mod_name}-%{version}

++ parser-2.7.0.2.gem -> parser-2.7.1.2.gem ++
 35219 lines of diff (skipped)




commit rubygem-parser for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-03-07 21:39:16

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.26092 (New)


Package is "rubygem-parser"

Sat Mar  7 21:39:16 2020 rev:3 rq:773831 version:2.7.0.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes
2020-01-07 23:55:31.268098823 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.26092/rubygem-parser.changes 
2020-03-07 21:39:24.460319514 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 15:21:59 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.7.0.2
+ see installed CHANGELOG.md
+
+---

Old:

  parser-2.7.0.1.gem

New:

  parser-2.7.0.2.gem



Other differences:
--
++ rubygem-parser.spec ++
--- /var/tmp/diff_new_pack.7nyvlx/_old  2020-03-07 21:39:25.792320413 +0100
+++ /var/tmp/diff_new_pack.7nyvlx/_new  2020-03-07 21:39:25.808320425 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-parser
-Version:2.7.0.1
+Version:2.7.0.2
 Release:0
 %define mod_name parser
 %define mod_full_name %{mod_name}-%{version}

++ parser-2.7.0.1.gem -> parser-2.7.0.2.gem ++
 3966 lines of diff (skipped)




commit rubygem-parser for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2020-01-07 23:54:55

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.6675 (New)


Package is "rubygem-parser"

Tue Jan  7 23:54:55 2020 rev:2 rq:761545 version:2.7.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-parser/rubygem-parser.changes
2019-10-04 16:06:46.948692436 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.6675/rubygem-parser.changes  
2020-01-07 23:55:31.268098823 +0100
@@ -1,0 +2,42 @@
+Tue Jan  7 11:34:18 UTC 2020 - Dan Čermák 
+
+- New upstream release 2.7.0.1
+
+  v2.7.0.1 (2019-12-30)
+
+  Bugs fixed:
+  * dedenter.rb: prevent `ArgumentError` when processing binary en… (#642) 
(Koichi ITO)
+
+  v2.7.0.0 (2019-12-26)
+
+  API modifications:
+  * README.md: documented compatibility issue with EOF chars after… (#637) 
(Ilya Bylich)
+  * ruby27.y: refactor logic around 'circular argument reference'(#628) (Ilya 
Bylich)
+
+  Features implemented:
+  * ruby27.y: added pattern matching (#574) (Ilya Bylich)
+  * lexer.rl: parse embedded ivars/cvars starting with digit as str (#639) 
(Ilya Bylich)
+  * lexer.rl: warn on `...` at EOL. (#636) (Ilya Bylich)
+  * ruby27.y: removed opt_block_args_tail: tOROP rule. (#635) (Ilya Bylich)
+  * ruby27.y: reverted method reference operator (added in #634) (Ilya Bylich)
+  * ruby27.y: treat numparams as locals outside numblock. (#633) (Ilya Bylich)
+
+  Bugs fixed:
+  * dedenter.rb: fixed over-dedenting of squiggly heredocs (#641) (Ilya Bylich)
+  * ruby27.y: added "arguments forwarding" (#625) (Ilya Bylich)
+  * ruby27.y: reject circular argument reference. (#622) (Ilya Bylich)
+  * ruby27.y: changed prefix of numparams to "_" (#620) (Ilya Bylich)
+
+  v2.6.5.0 (2019-10-03)
+
+  API modifications:
+  * Bump ruby versions to 2.4.9, 2.5.7 and 2.6.5. (#619) (Ilya Bylich)
+
+  Features implemented:
+  * lexer.rl: changed max numparam to `@9` (#617) (Ilya Bylich)
+  * lexer.rl: support comments before leading dot in 27 mode. (#613) (Ilya 
Bylich)
+
+  Bugs fixed:
+  * lexer.rl: emit tMETHREF as tDOT+tCOLON for rubies \< 27. (#614) (Ilya 
Bylich)
+
+---

Old:

  parser-2.6.4.1.gem

New:

  parser-2.7.0.1.gem



Other differences:
--
++ rubygem-parser.spec ++
--- /var/tmp/diff_new_pack.uNDJD9/_old  2020-01-07 23:55:31.948099176 +0100
+++ /var/tmp/diff_new_pack.uNDJD9/_new  2020-01-07 23:55:31.952099179 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-parser
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,16 @@
 #
 
 Name:   rubygem-parser
-Version:2.6.4.1
+Version:2.7.0.1
 Release:0
 %define mod_name parser
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:https://github.com/whitequark/parser
+URL:https://github.com/whitequark/parser
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A Ruby parser written in pure Ruby
@@ -58,7 +58,6 @@
 find %{buildroot}%{gem_base} \( -name .travis.yml -o -name .yardopts -o -name 
.gitkeep -o -name .gitignore -o -name run_rubocop_specs \) | xargs rm
 # /MANUAL
 
-
 %gem_packages
 
 %changelog

++ parser-2.6.4.1.gem -> parser-2.7.0.1.gem ++
 44531 lines of diff (skipped)




commit rubygem-parser for openSUSE:Factory

2019-10-04 Thread root
Hello community,

here is the log from the commit of package rubygem-parser for openSUSE:Factory 
checked in at 2019-10-04 16:06:44

Comparing /work/SRC/openSUSE:Factory/rubygem-parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-parser.new.2352 (New)


Package is "rubygem-parser"

Fri Oct  4 16:06:44 2019 rev:1 rq:731441 version:2.6.4.1

Changes:

New Changes file:

--- /dev/null   2019-09-25 09:10:10.894331610 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-parser.new.2352/rubygem-parser.changes  
2019-10-04 16:06:46.948692436 +0200
@@ -0,0 +1,573 @@
+---
+Tue Sep 17 08:36:39 UTC 2019 - Dan Čermák 
+
+- Update to version 2.6.4.1
+  Bugs fixed:
+  * lexer.rl: fix parsing of 'm a + b do end' (#605) (Ilya Bylich)
+
+---
+Tue Sep 10 12:12:59 UTC 2019 - Dan Čermák 
+
+- update to version 2.6.4.0
+  API modifications:
+  * Added specs for heredocs with mixed encoding. (#581) (Ilya Bylich)
+
+  Features implemented:
+  * ruby27.y: Revert "pipeline operator" (#601) (Koichi ITO)
+  * ruby27.y: Fix parsing of mutiple assignment with rescue modifier (#600) 
(Koichi ITO)
+  * ruby27.y: hoisted out f_rest_marg. (#594) (Ilya Bylich)
+  * ruby27.y: added pipeline operator. (#592) (Ilya Bylich)
+  * ruby27.y: reject safe navigator in LHS of mass-assignment. (#586) (Ilya 
Bylich)
+  * lexer.rl: reject whitespaces in meta and control chars. (#585) (Ilya 
Bylich)
+  * lexer.rl: Reject numparams as symbol literals. (#582) (Ilya Bylich)
+  * ruby27.y: Added numbered parameters support. (#565) (Ilya Bylich)
+  * lexer.rl: Reject \n and \r in heredoc identifiers starting from 2.7. 
(#575) (Ilya Bylich)
+
+  Bugs fixed:
+  * ruby-parse: print empty string when --emit-json and empty input are given. 
(#590) (Ilya Bylich)
+  * AST_FORMAT: fixed documentation of the string with interpolation. (#589) 
(Ilya Bylich)
+  * builder.rb, processor.rb: Changed format of the procarg0 node. (#587) 
(Ilya Bylich)
+
+---
+Sun May  5 09:38:58 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.6.3.0
+ see installed CHANGELOG.md
+
+---
+Fri Mar 29 06:10:33 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.6.2.0
+ see installed CHANGELOG.md
+
+  Not released (2019-03-21)
+  -
+  
+  API modifications:
+   * Bump ruby versions to 2.5.5 and 2.6.2. (#563) (Ilya Bylich)
+   * Bump Ruby version to 2.6.1. (#554) (Ilya Bylich)
+  
+  Features implemented:
+   * ruby27.y: dsym should be treated as string. (#560) (Ilya Bylich)
+   * ruby27.y: Refactored symbol rules. (#557) (Ilya Bylich)
+   * ruby27.y: Added method reference operator. (#556) (Ilya Bylich)
+   * ruby27.y: branch parser. (#546) (Ilya Bylich)
+
+---
+Sat Mar  2 15:29:51 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.6.0.0
+ see installed CHANGELOG.md
+
+---
+Thu Nov 22 05:26:50 UTC 2018 - Stephan Kulow 
+
+- updated to version 2.5.3.0
+ see installed CHANGELOG.md
+
+---
+Thu Jul 12 06:16:58 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.5.1.2
+ see installed CHANGELOG.md
+
+---
+Wed Jul 11 05:16:14 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.5.1.2
+ see installed CHANGELOG.md
+
+  Bugs fixed:
+   * lexer.rl: Partially revert 5ba072d and properly handle 'm = -> *args do 
end'. (Ilya Bylich)
+  
+  v2.5.1.1 (2018-07-10)
+  -
+
+---
+Tue Jul 10 04:14:28 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.5.1.1
+ see installed CHANGELOG.md
+
+---
+Thu Apr 12 03:39:05 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.5.1.0
+ see installed CHANGELOG.md
+
+  Not released (2018-04-12)
+  -
+  
+  API modifications:
+   * Parser::Current: bump latest 2.2 branch to 2.2.10. (Ilya Bylich)
+  
+  Features implemented:
+   * ruby26.y: Raise a syntax error on 'else' without 'rescue'. This commit 
tracks upstream commit ruby/ruby@140512d. (Ilya Bylich)
+  
+  Bugs fixed:
+   * lexer.rl, Dedenter: Treat slash in heredocs as a line continuation. (Ilya 
Bylich)
+   * lexer.rl: Fix parsing of `a ? b + '': nil`. (Ilya Bylich)
+   * lexer.rl: Reject `m a: {} {}` and `m [] {}` since 25. (Ilya Bylich)
+   * builders/default: allow class/module/dynamic constant definition in the 
method body if there's a sclass