Hello community,

here is the log from the commit of package python-pylint for openSUSE:Factory 
checked in at 2019-11-22 10:26:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylint.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylint"

Fri Nov 22 10:26:16 2019 rev:13 rq:750019 version:2.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2019-11-04 17:09:12.224440436 +0100
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.26869/python-pylint.changes   
2019-11-22 10:26:19.153257715 +0100
@@ -1,0 +2,17 @@
+Wed Nov 13 15:49:50 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Update to 2.4.4:
+  - Exempt all the names found in type annotations from ``unused-import``
+    The previous code was assuming that only ``typing`` names need to be
+    exempted, but we need to do that for the rest of the type comment
+    names as well. Close #3112
+  - Relax type import detection for names that do not come from
+    the ``typing`` module Close #3191
+
+-------------------------------------------------------------------
+Sat Nov  9 00:13:12 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- test_types_redefined enabled again, because
+  gh#PyCQA/pylint#3171 has been fixed.
+
+-------------------------------------------------------------------

Old:
----
  pylint-2.4.3.tar.gz

New:
----
  pylint-2.4.4.tar.gz

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.xXHk6y/_old  2019-11-22 10:26:19.777257531 +0100
+++ /var/tmp/diff_new_pack.xXHk6y/_new  2019-11-22 10:26:19.781257529 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylint
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+%define modname pylint
 Name:           python-pylint
-Version:        2.4.3
+Version:        2.4.4
 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
+Source:         
https://github.com/PyCQA/%{modname}/archive/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module astroid >= 2.3.0}
 BuildRequires:  %{python_module editdistance}
 BuildRequires:  %{python_module isort >= 4.2.5}
@@ -68,7 +69,7 @@
 feature.
 
 %prep
-%setup -q -n pylint-%{version}
+%setup -q -n pylint-pylint-%{version}
 
 %build
 %python_build
@@ -88,10 +89,9 @@
 %python_uninstall_alternative pylint
 
 %check
-# test_types_redefined gh#PyCQA/pylint#3171
 # test_by_module_statement_value - fails due to %%pytest macro way of execution
 export PYTHONDONTWRITEBYTECODE=1
-%pytest -k "not (test_types_redefined or test_by_module_statement_value)"
+%pytest -k "not test_by_module_statement_value"
 
 %files %{python_files}
 %license COPYING

++++++ pylint-2.4.3.tar.gz -> pylint-2.4.4.tar.gz ++++++
++++ 4318 lines of diff (skipped)


Reply via email to