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-02-24 18:20:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop-ast (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rubocop-ast"

Thu Feb 24 18:20:24 2022 rev:16 rq:956130 version:1.15.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubocop-ast/rubygem-rubocop-ast.changes  
2021-12-30 15:56:08.652688020 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.1958/rubygem-rubocop-ast.changes
        2022-02-24 18:23:40.114655112 +0100
@@ -1,0 +2,6 @@
+Tue Feb 15 07:41:48 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 1.15.2
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rubocop-ast-1.15.1.gem

New:
----
  rubocop-ast-1.15.2.gem

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

Other differences:
------------------
++++++ rubygem-rubocop-ast.spec ++++++
--- /var/tmp/diff_new_pack.rlK3bJ/_old  2022-02-24 18:23:40.574654993 +0100
+++ /var/tmp/diff_new_pack.rlK3bJ/_new  2022-02-24 18:23:40.582654990 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rubocop-ast
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-rubocop-ast
-Version:        1.15.1
+Version:        1.15.2
 Release:        0
 %define mod_name rubocop-ast
 %define mod_full_name %{mod_name}-%{version}

++++++ rubocop-ast-1.15.1.gem -> rubocop-ast-1.15.2.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/node_pattern/lexer.rex 
new/lib/rubocop/ast/node_pattern/lexer.rex
--- old/lib/rubocop/ast/node_pattern/lexer.rex  2021-12-27 16:11:46.000000000 
+0100
+++ new/lib/rubocop/ast/node_pattern/lexer.rex  2022-02-12 16:41:46.000000000 
+0100
@@ -12,7 +12,7 @@
 
 macros
         CONST_NAME                /[A-Z:][a-zA-Z_:]+/
-        SYMBOL_NAME               /[\w+@*\/?!<>=~|%^-]+|\[\]=?/
+        SYMBOL_NAME               /[\w+@*\/?!<>=~|%^&-]+|\[\]=?/
         IDENTIFIER                /[a-z][a-zA-Z0-9_]*/
         NODE_TYPE                 /[a-z][a-zA-Z0-9_-]*/  # Same as identifier 
but allows '-'
         CALL                      /(?:#{CONST_NAME}\.)?#{IDENTIFIER}[!?]?/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rubocop/ast/node_pattern/lexer.rex.rb 
new/lib/rubocop/ast/node_pattern/lexer.rex.rb
--- old/lib/rubocop/ast/node_pattern/lexer.rex.rb       2021-12-27 
16:11:46.000000000 +0100
+++ new/lib/rubocop/ast/node_pattern/lexer.rex.rb       2022-02-12 
16:41:46.000000000 +0100
@@ -25,7 +25,7 @@
 
   # :stopdoc:
   CONST_NAME  = /[A-Z:][a-zA-Z_:]+/
-  SYMBOL_NAME = /[\w+@*\/?!<>=~|%^-]+|\[\]=?/
+  SYMBOL_NAME = /[\w+@*\/?!<>=~|%^&-]+|\[\]=?/
   IDENTIFIER  = /[a-z][a-zA-Z0-9_]*/
   NODE_TYPE   = /[a-z][a-zA-Z0-9_-]*/
   CALL        = /(?:#{CONST_NAME}\.)?#{IDENTIFIER}[!?]?/
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      2021-12-27 16:11:46.000000000 +0100
+++ new/lib/rubocop/ast/version.rb      2022-02-12 16:41:46.000000000 +0100
@@ -3,7 +3,7 @@
 module RuboCop
   module AST
     module Version
-      STRING = '1.15.1'
+      STRING = '1.15.2'
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-12-27 16:11:46.000000000 +0100
+++ new/metadata        2022-02-12 16:41:46.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rubocop-ast
 version: !ruby/object:Gem::Version
-  version: 1.15.1
+  version: 1.15.2
 platform: ruby
 authors:
 - Bozhidar Batsov
@@ -10,7 +10,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2021-12-27 00:00:00.000000000 Z
+date: 2022-02-12 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: parser
@@ -175,7 +175,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.2.3
+rubygems_version: 3.3.3
 signing_key:
 specification_version: 4
 summary: RuboCop tools to deal with Ruby code AST.

Reply via email to