Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-rubocop for openSUSE:Factory
checked in at 2022-07-02 15:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop (Old)
and /work/SRC/openSUSE:Factory/.rubygem-rubocop.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rubocop"
Sat Jul 2 15:34:37 2022 rev:39 rq:986301 version:1.31.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubocop/rubygem-rubocop.changes
2022-06-15 00:32:58.318585788 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-rubocop.new.1548/rubygem-rubocop.changes
2022-07-02 15:34:41.735031560 +0200
@@ -1,0 +2,51 @@
+Wed Jun 29 21:05:22 UTC 2022 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.31.1
+
+ ### Bug fixes
+
+ * [#10763](https://github.com/rubocop/rubocop/issues/10763): Fix a false
positive for `Layout/LineContinuationSpacing` when using continuation keyword
`\` after `__END__`. ([@koic][])
+ * [#10755](https://github.com/rubocop/rubocop/issues/10755): Fix a false
positive for `Lint/LiteralAsCondition` when using a literal in `case-in`
condition where the match variable is used in `in` are accepted as a pattern
matching. ([@koic][])
+ * [#10760](https://github.com/rubocop/rubocop/issues/10760): Fix a false
positive for `Lint/NonAtomicFileOperation` when using `FileTest.exist?` with
`if` condition that has `else` branch. ([@koic][])
+ * [#10745](https://github.com/rubocop/rubocop/issues/10745): Require JSON
2.3 or higher to fix an incompatible JSON API error. ([@koic][])
+ * [#10754](https://github.com/rubocop/rubocop/issues/10754): Fix an
incorrect autocorrect for `Style/HashExcept` when using a non-literal
collection receiver for `include?`. ([@koic][])
+ * [#10751](https://github.com/rubocop/rubocop/issues/10751): Fix autocorrect
for Layout/FirstHashElementIndentation. ([@j-miyake][])
+ * [#10750](https://github.com/rubocop/rubocop/pull/10750): Recover 7x slow
running `rubocop`. ([@koic][])
+
+ ## 1.31.0 (2022-06-27)
+
+ ### New features
+
+ * [#10699](https://github.com/rubocop/rubocop/pull/10699): Add new global
`ActiveSupportExtensionsEnabled` option. ([@nobuyo][])
+ * [#10245](https://github.com/rubocop/rubocop/pull/10245): Add
specification_version and rubygems_version to
`Gemspec/DeprecatedAttributeAssignment`. ([@kaitielth][])
+ * [#10696](https://github.com/rubocop/rubocop/pull/10696): Add new
`Lint/NonAtomicFileOperation` cop. ([@ydah][])
+ * [#6420](https://github.com/rubocop/rubocop/issues/6420): Add new
`Layout/LineContinuationLeadingSpace` cop. ([@bquorning][])
+ * [#6420](https://github.com/rubocop/rubocop/issues/6420): Add new
`Layout/LineContinuationSpacing` cop. ([@bquorning][])
+ * [#10706](https://github.com/rubocop/rubocop/pull/10706): Integrate
rubocop-daemon to add server options. ([@koic][])
+ * [#10722](https://github.com/rubocop/rubocop/pull/10722): Add new
`Lint/ConstantOverwrittenInRescue` cop. ([@ydah][])
+
+ ### Bug fixes
+
+ * [#10700](https://github.com/rubocop/rubocop/issues/10700): Update
`Style/EmptyMethod` to not correct if the correction would exceed the
configuration for `Layout/LineLength`. ([@dvandersluis][])
+ * [#10698](https://github.com/rubocop/rubocop/issues/10698): Enhance
`Style/HashExcept` to support array inclusion checks. ([@nobuyo][])
+ * [#10734](https://github.com/rubocop/rubocop/issues/10734): Handle
`ClobberingError` in `Style/NestedTernaryOperator` when there are multiple
nested ternaries. ([@dvandersluis][])
+ * [#10689](https://github.com/rubocop/rubocop/issues/10689): Fix autocorrect
for `Layout/FirstHashElementIndentation` and
`Layout/FirstArrayElementIndentation`. ([@j-miyake][])
+ * Fix `rubocop -V` not displaying the version information for
rubocop-graphql, rubocop-md and rubocop-thread_safety. ([@Darhazer][])
+ * [#10711](https://github.com/rubocop/rubocop/issues/10711): Fix an error
for `Style/MultilineTernaryOperator` when the false branch is on a separate
line. ([@koic][])
+ * [#10719](https://github.com/rubocop/rubocop/issues/10719): Fix a false
positive for `Lint/ParenthesesAsGroupedExpression` when using safe navigation
operator. ([@koic][])
+ * [#10736](https://github.com/rubocop/rubocop/pull/10736): Fix
Layout/SpaceInsideBlockBraces for blocks with numbered arguments.
([@gsamokovarov][])
+ * [#10749](https://github.com/rubocop/rubocop/pull/10749): Fix
Style/BlockDelimiters for blocks with numbered arguments. ([@gsamokovarov][])
+ * [#10737](https://github.com/rubocop/rubocop/issues/10737): Fix crash in
`Style/ConditionalAssignment` with `EnforcedStyle: assign_inside_condition`
when op-assigning a variable inside a `resbody`. ([@dvandersluis][])
+ * [#7900](https://github.com/rubocop/rubocop/issues/7900): Fix
`Style/FormatStringToken` false positive with formatted input and `template`
style enforced, and add autocorrection. ([@FnControlOption][])
+
+ ### Changes
+
+ * [#10730](https://github.com/rubocop/rubocop/pull/10730): Change output
timing of GitHubActionsFormatter. ([@r7kamura][])
+ * [#10709](https://github.com/rubocop/rubocop/pull/10709): Deprecate
`rubocop:auto_correct` custom rake task and newly split `rubocop:autocorrect`
and `rubocop:autocorrect-all` custom rake tasks. ([@koic][])
+ * [#9760](https://github.com/rubocop/rubocop/issues/9760): Change
RangeHelp#range_with_surrounding_space to allow passing the range as a
positional argument. ([@pirj][])
+ * [#10693](https://github.com/rubocop/rubocop/issues/10693): Add ignore case
for `Style/EmptyLinesAroundAttributeAccessor` when there is a comment line on
the next line. ([@ydah][])
+ * [#10245](https://github.com/rubocop/rubocop/pull/10245): **(Breaking)**
integrate `Gemspec/DateAssignment` into
`Gemspec/DeprecatedAttributeAssignment`. ([@kaitielth][])
+ * [#10697](https://github.com/rubocop/rubocop/pull/10697): Restore
`Lint/UselessElseWithoutRescue` cop. ([@koic][])
+ * [#10740](https://github.com/rubocop/rubocop/pull/10740): Make
`Style/GuardClause` a bit more lenient when the replacement would make the code
more verbose. ([@dvandersluis][])
+
+-------------------------------------------------------------------
Old:
----
rubocop-1.30.1.gem
New:
----
rubocop-1.31.1.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rubocop.spec ++++++
--- /var/tmp/diff_new_pack.RflkFa/_old 2022-07-02 15:34:42.223032292 +0200
+++ /var/tmp/diff_new_pack.RflkFa/_new 2022-07-02 15:34:42.223032292 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-rubocop
-Version: 1.30.1
+Version: 1.31.1
Release: 0
%define mod_name rubocop
%define mod_full_name %{mod_name}-%{version}
++++++ rubocop-1.30.1.gem -> rubocop-1.31.1.gem ++++++
++++ 4123 lines of diff (skipped)