14
0
forked from pool/python-pylint

- update to 2.8.3:

* pin astroid to 2.5.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=124
This commit is contained in:
2021-06-06 12:11:54 +00:00
committed by Git OBS Bridge
parent 33e9865385
commit b26a14df86
5 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217
size 745627

3
pylint-2.8.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8
size 745073

View File

@@ -8,7 +8,7 @@ Subject: [PATCH] Fix broken tests
1 file changed, 13 insertions(+), 9 deletions(-) 1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/tests/test_self.py b/tests/test_self.py diff --git a/tests/test_self.py b/tests/test_self.py
index 55cfbbc82..7f26ddeb3 100644 index 55cfbbc827..7f26ddeb3a 100644
--- a/tests/test_self.py --- a/tests/test_self.py
+++ b/tests/test_self.py +++ b/tests/test_self.py
@@ -1077,20 +1077,24 @@ def test_allow_import_of_files_found_in_modules_during_parallel_check(self, tmpd @@ -1077,20 +1077,24 @@ def test_allow_import_of_files_found_in_modules_during_parallel_check(self, tmpd

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 6 12:04:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.8.3:
* pin astroid to 2.5.6
----------------------------------------------------------------- -----------------------------------------------------------------
Fri May 7 14:41:41 UTC 2021 - Ben Greiner <code@bnavigator.de> Fri May 7 14:41:41 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -20,7 +20,7 @@
%bcond_without tests %bcond_without tests
%define skip_python2 1 %define skip_python2 1
Name: python-pylint Name: python-pylint
Version: 2.8.2 Version: 2.8.3
Release: 0 Release: 0
Summary: Syntax and style checker for Python code Summary: Syntax and style checker for Python code
License: GPL-2.0-or-later License: GPL-2.0-or-later