Hello community,

here is the log from the commit of package rubygem-rubocop for openSUSE:Factory 
checked in at 2020-04-16 23:04:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rubocop (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rubocop.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rubocop"

Thu Apr 16 23:04:33 2020 rev:11 rq:794510 version:0.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rubocop/rubygem-rubocop.changes  
2020-04-01 19:18:12.695527695 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rubocop.new.2738/rubygem-rubocop.changes    
    2020-04-16 23:04:35.619746363 +0200
@@ -1,0 +2,68 @@
+Thu Apr 16 08:50:04 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 0.82.0
+
+  ### New features
+
+  * [#7867](https://github.com/rubocop-hq/rubocop/pull/7867): Add support for
+    tabs in indentation. ([@DracoAter][])
+  * [#7863](https://github.com/rubocop-hq/rubocop/issues/7863): Corrector now
+    accepts nodes in addition to ranges. ([@marcandre][])
+  * [#7862](https://github.com/rubocop-hq/rubocop/issues/7862): Corrector now
+    has a `wrap` method. ([@marcandre][])
+  * [#7850](https://github.com/rubocop-hq/rubocop/issues/7850): Make it 
possible
+    to enable/disable pending cops. ([@koic][])
+  * [#7861](https://github.com/rubocop-hq/rubocop/issues/7861): Make it to 
allow
+    `Style/CaseEquality` when the receiver is a constant. ([@rafaelfranca][])
+  * [#7851](https://github.com/rubocop-hq/rubocop/pull/7851): Add a new
+    `Style/ExponentialNotation` cop. ([@tdeo][])
+  * [#7384](https://github.com/rubocop-hq/rubocop/pull/7384): Add new
+    `Style/DisableCopsWithinSourceCodeDirective` cop. ([@egze][])
+  * [#7826](https://github.com/rubocop-hq/rubocop/issues/7826): Add new
+    `Layout/SpaceAroundMethodCallOperator` cop. ([@saurabhmaurya15][])
+
+  ### Bug fixes
+
+  * [#7871](https://github.com/rubocop-hq/rubocop/pull/7871): Fix an
+    auto-correction bug in `Lint/BooleanSymbol`. ([@knu][])
+  * [#7842](https://github.com/rubocop-hq/rubocop/issues/7842): Fix a false
+    positive for `Lint/RaiseException` when raising Exception with explicit
+    namespace. ([@koic][])
+  * [#7834](https://github.com/rubocop-hq/rubocop/issues/7834): Fix
+    `Lint/UriRegexp` to register offense with array
+    arguments. ([@tejasbubane][])
+  * [#7841](https://github.com/rubocop-hq/rubocop/issues/7841): Fix an error 
for
+    `Style/TrailingCommaInBlockArgs` when lambda literal (`->`) has multiple
+    arguments. ([@koic][])
+  * [#7842](https://github.com/rubocop-hq/rubocop/issues/7842): Fix a false
+    positive for `Lint/RaiseException` when Exception without cbase specified
+    under the namespace `Gem` by adding `AllowedImplicitNamespaces`
+    option. ([@koic][])
+  * `Style/IfUnlessModifier` does not infinite-loop when autocorrecting long
+    lines which use if/unless modifiers and have multiple statements separated
+    by semicolons. ([@alexdowad][])
+  *
+    
[rubocop-hq/rubocop-rails#127](https://github.com/rubocop-hq/rubocop-rails/issues/127):
+    Use `ConfigLoader.default_configuration` for the default
+    config. ([@hanachin][])
+
+  ### Changes
+
+  * **(Breaking)** Renamed `Layout/Tab` cop to
+      `Layout/IndentationStyle`. ([@DracoAter][])
+  * [#7869](https://github.com/rubocop-hq/rubocop/pull/7869): **(Breaking)**
+    Drop support for Ruby 2.3. ([@koic][])
+
+  [@DracoAter]: https://github.com/DracoAter
+  [@marcandre]: https://github.com/marcandre
+  [@koic]: https://github.com/koic
+  [@rafaelfranca]: https://github.com/rafaelfranca
+  [@tdeo]: https://github.com/tdeo
+  [@egze]: https://github.com/egze
+  [@saurabhmaurya15]: https://github.com/saurabhmaurya15
+  [@knu]: https://github.com/knu
+  [@tejasbubane]: https://github.com/tejasbubane
+  [@alexdowad]: https://github.com/alexdowad
+  [@hanachin]: https://github.com/hanachin
+
+-------------------------------------------------------------------

Old:
----
  rubocop-0.81.0.gem

New:
----
  rubocop-0.82.0.gem

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

Other differences:
------------------
++++++ rubygem-rubocop.spec ++++++
--- /var/tmp/diff_new_pack.eEXroB/_old  2020-04-16 23:04:36.799747413 +0200
+++ /var/tmp/diff_new_pack.eEXroB/_new  2020-04-16 23:04:36.803747417 +0200
@@ -25,7 +25,7 @@
 # of those fields
 #
 Name:           rubygem-rubocop
-Version:        0.81.0
+Version:        0.82.0
 Release:        0
 Summary:        Automatic Ruby code style checking tool
 License:        MIT
@@ -33,7 +33,7 @@
 URL:            https://github.com/rubocop-hq/rubocop
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
-BuildRequires:  %{ruby >= 2.3.0}
+BuildRequires:  %{ruby >= 2.4.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++++++ rubocop-0.81.0.gem -> rubocop-0.82.0.gem ++++++
++++ 3459 lines of diff (skipped)


Reply via email to