Hello community, here is the log from the commit of package python-pylint for openSUSE:Factory checked in at 2018-09-26 14:53:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint (Old) and /work/SRC/openSUSE:Factory/.python-pylint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint" Wed Sep 26 14:53:42 2018 rev:5 rq:636828 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes 2018-07-21 10:07:50.419203479 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylint.new/python-pylint.changes 2018-09-26 14:53:47.163073596 +0200 @@ -1,0 +2,12 @@ +Thu Sep 20 07:31:06 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Depend on typed-ast as it is used in testsuite + +------------------------------------------------------------------- +Tue Sep 18 10:11:11 UTC 2018 - Tomáš Chvátal <[email protected]> + +- Version update to 2.1.1: + * latest release supports only python3 + * Require 2.0 series astroid + +------------------------------------------------------------------- Old: ---- pylint-1.9.2.tar.gz New: ---- pylint-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint.spec ++++++ --- /var/tmp/diff_new_pack.AdAemI/_old 2018-09-26 14:53:47.743072707 +0200 +++ /var/tmp/diff_new_pack.AdAemI/_new 2018-09-26 14:53:47.747072700 +0200 @@ -12,31 +12,31 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 -%bcond_without python3 +%define skip_python2 1 Name: python-pylint -Version: 1.9.2 +Version: 2.1.1 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 >= 1.6.5} +BuildRequires: %{python_module astroid >= 2.0} BuildRequires: %{python_module editdistance} BuildRequires: %{python_module isort >= 4.2.5} BuildRequires: %{python_module mccabe} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: %{python_module six} +BuildRequires: %{python_module typed-ast} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-astroid >= 1.6.5 +Requires: python-astroid >= 2.0 Requires: python-editdistance Requires: python-isort >= 4.2.5 Requires: python-mccabe @@ -44,26 +44,8 @@ Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -%if %{with python2} -BuildRequires: python2-backports.functools_lru_cache -BuildRequires: python2-configparser -BuildRequires: python2-enum34 -BuildRequires: python2-singledispatch -%endif -%if %{with python3} # test is checking that "tkinter.tix" is deprecated BuildRequires: python3-tk -%endif -%ifpython2 -Requires: python-backports.functools_lru_cache -Requires: python-configparser -Requires: python-enum34 -Requires: python-singledispatch -%endif -%ifpython2 -Provides: pylint = %{version} -Obsoletes: pylint < %{version} -%endif %python_subpackages %description @@ -84,8 +66,7 @@ %prep %setup -q -n pylint-%{version} -# FIXME: remove with next update -# The test fails here reliably +# https://github.com/PyCQA/pylint/issues/2499 rm -f pylint/test/functional/using_constant_test.py %build @@ -107,9 +88,7 @@ %python_uninstall_alternative pylint %check -%if 0%{?have_python3} -PYTHONPATH=. python3 %{_bindir}/py.test pylint/test/ -%endif +%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" py.test-%{$python_bin_suffix} pylint/test/ %files %{python_files} %license COPYING ++++++ pylint-1.9.2.tar.gz -> pylint-2.1.1.tar.gz ++++++ ++++ 30861 lines of diff (skipped)
