From f22651d2a9ffd7e40d3211758ab0872175f412ac Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Aug 01 2018 18:41:22 +0000 Subject: new version --- diff --git a/.gitignore b/.gitignore index 844c4f3..e340cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ pylint-0.21.1.tar.gz /pylint-2.0.dev1.tar.gz /pylint-2.0.0.tar.gz /pylint-2.0.1.tar.gz +/pylint-2.1.0.tar.gz diff --git a/pylint.spec b/pylint.spec index cb20763..1d76ce1 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,5 +1,5 @@ Name: pylint -Version: 2.0.1 +Version: 2.1.0 Release: 1%{?dist} Summary: Analyzes Python code looking for bugs and signs of poor quality License: GPLv2+ @@ -11,7 +11,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools # For tests -BuildRequires: python3-astroid >= %{version} +BuildRequires: python3-astroid >= 2.0.2 BuildRequires: python3-isort BuildRequires: python3-mccabe BuildRequires: python3-pytest @@ -34,7 +34,7 @@ Additionally, it is possible to write plugins to add your own checks. %package -n python3-%{name} Summary: %{summary} -Requires: python3-astroid >= %{version} +Requires: python3-astroid >= 2.0.2 Requires: python3-setuptools Requires: python3-mccabe Requires: python3-isort @@ -83,7 +83,8 @@ done export PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} bin/pylint -rn --rcfile=pylintrc --load-plugins=pylint.extensions.docparams, pylint.extensions.mccabe pylint || : # Skip failing tests, reported upstream: https://github.com/PyCQA/pylint/issues/2288 -%{__python3} -m pytest -v -k "not (test_good_comprehension_checks or test_functional)" +# test_good_comprehension_checks is considered expected failure in our case +%{__python3} -m pytest -v -k "not (test_good_comprehension_checks)" %files %doc README.rst ChangeLog examples elisp @@ -107,6 +108,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{_mandir}/man1/*-%{python3_version}.1* %changelog +* Wed Aug 01 2018 Christian Dersch - 2.1.0-1 +- new version + * Wed Jul 25 2018 Christian Dersch - 2.0.1-1 - new version diff --git a/sources b/sources index 4f5977d..dac1c8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pylint-2.0.1.tar.gz) = a4d634cee552e2142ea41854dc2278a2303844409e155785461024c8678b4a3ed685bc1ebea681aa0e826eeb46bd6f2045ffcccc45b4d4b675a572fb960d96e4 +SHA512 (pylint-2.1.0.tar.gz) = ec2ca696c3665c7ba6be2a3be98bbf7ded53849969665bb4f1e87ecf2c03092521a4d872350380628fc4d8c6f6e6d0fcc49e2001ce3039d2737a2c3e01637933