commit rubygem-rubocop-ast for openSUSE:Factory
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 2024-06-24 20:55:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop-ast (Old) and /work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-rubocop-ast" Mon Jun 24 20:55:41 2024 rev:27 rq:1182834 version:1.31.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rubocop-ast/rubygem-rubocop-ast.changes 2024-03-18 16:47:50.622227310 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-rubocop-ast.new.18349/rubygem-rubocop-ast.changes 2024-06-24 20:57:26.805391665 +0200 @@ -1,0 +2,5 @@ +Fri Jun 21 10:38:51 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> + +- New upstream release 1.31.3, no changelog found + +------------------------------------------------------------------- Old: ---- rubocop-ast-1.31.2.gem New: ---- rubocop-ast-1.31.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rubocop-ast.spec ++++++ --- /var/tmp/diff_new_pack.yTUv4f/_old 2024-06-24 20:57:27.237407452 +0200 +++ /var/tmp/diff_new_pack.yTUv4f/_new 2024-06-24 20:57:27.237407452 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-rubocop-ast -Version: 1.31.2 +Version: 1.31.3 Release: 0 %define mod_name rubocop-ast %define mod_full_name %{mod_name}-%{version} @@ -32,7 +32,7 @@ BuildRequires: fdupes # /MANUAL BuildRequires: ruby-macros >= 5 -BuildRequires: %{ruby >= 2.6.0} +BuildRequires: %{ruby >= 2.7.0} BuildRequires: %{rubygem gem2rpm} URL: https://github.com/rubocop/rubocop-ast Source: https://rubygems.org/gems/%{mod_full_name}.gem ++++++ rubocop-ast-1.31.2.gem -> rubocop-ast-1.31.3.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 2024-03-08 16:27:16.000000000 +0100 +++ new/lib/rubocop/ast/processed_source.rb 2024-04-29 15:33:13.000000000 +0200 @@ -209,7 +209,7 @@ begin @buffer.source = source - rescue EncodingError => e + rescue EncodingError, Parser::UnknownEncodingInMagicComment => e @parser_error = e @ast = nil @comments = [] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/rubocop/ast/traversal.rb new/lib/rubocop/ast/traversal.rb --- old/lib/rubocop/ast/traversal.rb 2024-03-08 16:27:16.000000000 +0100 +++ new/lib/rubocop/ast/traversal.rb 2024-04-29 15:33:13.000000000 +0200 @@ -38,7 +38,7 @@ body: self.body(signature, arity_check)) type, *aliases = type lineno = caller_locations(1, 1).first.lineno - module_eval(<<~RUBY, __FILE__, lineno) # rubocop:disable Style/EvalWithLocation + module_eval(<<~RUBY, __FILE__, lineno) def on_#{type}(node) # def on_send(node) #{body} # # body ... nil # nil 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 2024-03-08 16:27:16.000000000 +0100 +++ new/lib/rubocop/ast/version.rb 2024-04-29 15:33:13.000000000 +0200 @@ -3,7 +3,7 @@ module RuboCop module AST module Version - STRING = '1.31.2' + STRING = '1.31.3' end end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2024-03-08 16:27:16.000000000 +0100 +++ new/metadata 2024-04-29 15:33:13.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: rubocop-ast version: !ruby/object:Gem::Version - version: 1.31.2 + version: 1.31.3 platform: ruby authors: - Bozhidar Batsov @@ -10,7 +10,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2024-03-08 00:00:00.000000000 Z +date: 2024-04-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: parser @@ -18,14 +18,14 @@ requirements: - - ">=" - !ruby/object:Gem::Version - version: 3.3.0.4 + version: 3.3.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version - version: 3.3.0.4 + version: 3.3.1.0 description: " RuboCop's Node and NodePattern classes.\n" email: rubocop@googlegroups.com executables: []
participants (1)
-
Source-Sync