From 9387ccad029ed614417828d3b7f07cc1bdd331c500620b162e22652e965ae46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 6 Mar 2019 13:16:33 +0000 Subject: [PATCH] - Update to 2.3.1: * Compat with astroid 2.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=89 --- pylint-2.2.2.tar.gz | 3 --- pylint-2.3.1.tar.gz | 3 +++ python-pylint.changes | 6 ++++++ python-pylint.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 pylint-2.2.2.tar.gz create mode 100644 pylint-2.3.1.tar.gz diff --git a/pylint-2.2.2.tar.gz b/pylint-2.2.2.tar.gz deleted file mode 100644 index 7adbac4..0000000 --- a/pylint-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492 -size 568313 diff --git a/pylint-2.3.1.tar.gz b/pylint-2.3.1.tar.gz new file mode 100644 index 0000000..2bdc98a --- /dev/null +++ b/pylint-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723e3db49555abaf9bf79dc474c6b9e2935ad82230b10c1138a71ea41ac0fff1 +size 577767 diff --git a/python-pylint.changes b/python-pylint.changes index f55a073..3afbbb0 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 6 13:14:29 UTC 2019 - Tomáš Chvátal + +- Update to 2.3.1: + * Compat with astroid 2.2 + ------------------------------------------------------------------- Wed Jan 2 13:20:08 UTC 2019 - Tomáš Chvátal diff --git a/python-pylint.spec b/python-pylint.spec index 8c2b9a8..f22241d 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -19,27 +19,27 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pylint -Version: 2.2.2 +Version: 2.3.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 >= 2.1} +BuildRequires: %{python_module astroid >= 2.2.0} BuildRequires: %{python_module editdistance} BuildRequires: %{python_module isort >= 4.2.5} -BuildRequires: %{python_module mccabe} +BuildRequires: %{python_module mccabe >= 0.6} 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 >= 2.1 +Requires: python-astroid >= 2.2.0 Requires: python-editdistance Requires: python-isort >= 4.2.5 -Requires: python-mccabe +Requires: python-mccabe >= 0.6 Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives