Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2020-09-04 10:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Fri Sep  4 10:57:16 2020 rev:19 rq:829032 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2020-07-15 12:15:11.208793710 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.3399/python-pylint.changes    
2020-09-04 10:58:55.834617526 +0200
@@ -1,0 +2,20 @@
+Fri Aug 21 10:28:41 UTC 2020 - Michael Ströder <[email protected]>
+
+- Update to 2.6.0
+  * Fix various scope-related bugs in ``undefined-variable`` checker
+  * bad-continuation and bad-whitespace have been removed, black or another
+    formatter can help you with this better than Pylint
+  * The no-space-check option has been removed. It's no longer possible to
+    consider empty line like a `trailing-whitespace` by using clever options
+  * ``missing-kwoa`` is no longer emitted when dealing with overload functions
+  * mixed-indentation has been removed, it is no longer useful since TabError 
is included directly in python3
+  * Add `super-with-arguments` check for flagging instances of Python 2 style 
super calls.
+  * Add an faq detailing which messages to disable to avoid duplicates w/ 
other popular linters
+  * Fix superfluous-parens false-positive for the walrus operator
+  * Fix `fail-under` not accepting floats
+  * Fix a bug with `ignore-docstrings` ignoring all lines in a module
+  * Fix `pre-commit` config that could lead to undetected duplicate lines of 
code
+  * Fix a crash in parallel mode when the module's filepath is not set
+- removed both_isort_4_5.patch obsoleted by upstream update
+
+-------------------------------------------------------------------

Old:
----
  both_isort_4_5.patch
  pylint-2.5.3.tar.gz

New:
----
  pylint-2.6.0.tar.gz

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.WlQPom/_old  2020-09-04 10:58:59.170619313 +0200
+++ /var/tmp/diff_new_pack.WlQPom/_new  2020-09-04 10:58:59.174619316 +0200
@@ -20,16 +20,13 @@
 %bcond_without tests
 %define skip_python2 1
 Name:           python-pylint
-Version:        2.5.3
+Version:        2.6.0
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0-or-later
 Group:          Development/Languages/Python
 URL:            https://github.com/pycqa/pylint
 Source:         
https://files.pythonhosted.org/packages/source/p/pylint/pylint-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM both_isort_4_5.patch gh#PyCQA/pylint#3725 [email protected]
-# allow using both isort 4 and 5
-Patch0:         both_isort_4_5.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -72,7 +69,6 @@
 
 %prep
 %setup -q -n pylint-%{version}
-%autopatch -p1
 
 # fix test: ignore unexpected message gh#PyCQA/pylint#3635
 sed -i 's/import matplotlib.pyplot as plt/&  # pylint: 
disable=no-name-in-module/' tests/functional/u/undefined_variable.py

++++++ pylint-2.5.3.tar.gz -> pylint-2.6.0.tar.gz ++++++
++++ 18250 lines of diff (skipped)


Reply via email to