Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-rubocop-ast for 
openSUSE:Factory checked in at 2022-03-10 22:46:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop-ast (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rubocop-ast"

Thu Mar 10 22:46:06 2022 rev:17 rq:960906 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubocop-ast/rubygem-rubocop-ast.changes  
2022-02-24 18:23:40.114655112 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.2349/rubygem-rubocop-ast.changes
        2022-03-11 11:35:31.406214995 +0100
@@ -1,0 +2,9 @@
+Thu Mar 10 16:39:06 UTC 2022 - Manuel Schnitzer <mschnit...@suse.com>
+
+- updated to version 1.16.0
+
+  ### New features
+
+  * [#223](https://github.com/rubocop-hq/rubocop-ast/pull/223): Support 
`Parser::Ruby32` for Ruby 3.2 parser (experimental). ([@koic][])
+
+-------------------------------------------------------------------

Old:
----
  rubocop-ast-1.15.2.gem

New:
----
  rubocop-ast-1.16.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-rubocop-ast.spec ++++++
--- /var/tmp/diff_new_pack.yTc918/_old  2022-03-11 11:35:31.842215506 +0100
+++ /var/tmp/diff_new_pack.yTc918/_new  2022-03-11 11:35:31.846215511 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rubocop-ast
-Version:        1.15.2
+Version:        1.16.0
 Release:        0
 %define mod_name rubocop-ast
 %define mod_full_name %{mod_name}-%{version}

++++++ rubocop-ast-1.15.2.gem -> rubocop-ast-1.16.0.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/processed_source.rb 
new/lib/rubocop/ast/processed_source.rb
--- old/lib/rubocop/ast/processed_source.rb     2022-02-12 16:41:46.000000000 
+0100
+++ new/lib/rubocop/ast/processed_source.rb     2022-02-22 03:41:59.000000000 
+0100
@@ -226,7 +226,7 @@
         [ast, comments, tokens]
       end
 
-      # rubocop:disable Metrics/MethodLength
+      # rubocop:disable Metrics/CyclomaticComplexity, Metrics/MethodLength
       def parser_class(ruby_version)
         case ruby_version
         when 2.4
@@ -247,12 +247,15 @@
         when 3.1
           require 'parser/ruby31'
           Parser::Ruby31
+        when 3.2
+          require 'parser/ruby32'
+          Parser::Ruby32
         else
           raise ArgumentError,
                 "RuboCop found unknown Ruby version: #{ruby_version.inspect}"
         end
       end
-      # rubocop:enable Metrics/MethodLength
+      # rubocop:enable Metrics/CyclomaticComplexity, Metrics/MethodLength
 
       def create_parser(ruby_version)
         builder = RuboCop::AST::Builder.new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/version.rb 
new/lib/rubocop/ast/version.rb
--- old/lib/rubocop/ast/version.rb      2022-02-12 16:41:46.000000000 +0100
+++ new/lib/rubocop/ast/version.rb      2022-02-22 03:41:59.000000000 +0100
@@ -3,7 +3,7 @@
 module RuboCop
   module AST
     module Version
-      STRING = '1.15.2'
+      STRING = '1.16.0'
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-02-12 16:41:46.000000000 +0100
+++ new/metadata        2022-02-22 03:41:59.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rubocop-ast
 version: !ruby/object:Gem::Version
-  version: 1.15.2
+  version: 1.16.0
 platform: ruby
 authors:
 - Bozhidar Batsov
@@ -10,7 +10,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2022-02-12 00:00:00.000000000 Z
+date: 2022-02-22 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: parser
@@ -18,14 +18,14 @@
     requirements:
     - - ">="
       - !ruby/object:Gem::Version
-        version: 3.0.1.1
+        version: 3.1.1.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - ">="
       - !ruby/object:Gem::Version
-        version: 3.0.1.1
+        version: 3.1.1.0
 - !ruby/object:Gem::Dependency
   name: bundler
   requirement: !ruby/object:Gem::Requirement

Reply via email to