Hello community,

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

Package is "python-pylint"

Thu Oct 10 11:52:45 2019 rev:11 rq:736468 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes      
2019-08-07 13:54:32.780857402 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylint.new.2352/python-pylint.changes    
2019-10-10 11:52:47.135426286 +0200
@@ -1,0 +2,12 @@
+Wed Oct  9 11:27:15 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.4.2:
+  * Various bugfixes and compat with newer releases of astroid
+
+-------------------------------------------------------------------
+Tue Oct  8 03:01:10 CEST 2019 - Matej Cepl <[email protected]>
+
+- Skip pylint/test/extensions/test_redefined.py::test_types_redefined
+  (gh#PyCQA/pylint#3171)
+
+-------------------------------------------------------------------

Old:
----
  pylint-2.3.1.tar.gz

New:
----
  pylint-2.4.2.tar.gz

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

Other differences:
------------------
++++++ python-pylint.spec ++++++
--- /var/tmp/diff_new_pack.pXrqEs/_old  2019-10-10 11:52:47.603425044 +0200
+++ /var/tmp/diff_new_pack.pXrqEs/_new  2019-10-10 11:52:47.607425032 +0200
@@ -19,14 +19,14 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:           python-pylint
-Version:        2.3.1
+Version:        2.4.2
 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
-BuildRequires:  %{python_module astroid >= 2.2.0}
+BuildRequires:  %{python_module astroid >= 2.3.0}
 BuildRequires:  %{python_module editdistance}
 BuildRequires:  %{python_module isort >= 4.2.5}
 BuildRequires:  %{python_module mccabe >= 0.6}
@@ -36,7 +36,7 @@
 BuildRequires:  %{python_module typed-ast}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-astroid >= 2.2.0
+Requires:       python-astroid >= 2.3.0
 Requires:       python-editdistance
 Requires:       python-isort >= 4.2.5
 Requires:       python-mccabe >= 0.6
@@ -75,7 +75,6 @@
 
 %install
 %python_install
-%python_expand rm -r %{buildroot}%{$python_sitelib}/pylint/test/
 for p in pylint epylint pyreverse symilar ; do
     %python_clone -a %{buildroot}%{_bindir}/$p
 done
@@ -89,8 +88,10 @@
 %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 pylint/test
+%pytest -k "not (test_types_redefined or test_by_module_statement_value)"
 
 %files %{python_files}
 %license COPYING

++++++ pylint-2.3.1.tar.gz -> pylint-2.4.2.tar.gz ++++++
++++ 94766 lines of diff (skipped)


Reply via email to