From b26a14df86cbf572f7d989ed873466f02a67648ee99a854b7517f6417bbdb838 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 6 Jun 2021 12:11:54 +0000 Subject: [PATCH] - 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 --- pylint-2.8.2.tar.gz | 3 --- pylint-2.8.3.tar.gz | 3 +++ pylint-pr4450-import-init.patch | 2 +- python-pylint.changes | 6 ++++++ python-pylint.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pylint-2.8.2.tar.gz create mode 100644 pylint-2.8.3.tar.gz diff --git a/pylint-2.8.2.tar.gz b/pylint-2.8.2.tar.gz deleted file mode 100644 index e26829e..0000000 --- a/pylint-2.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:586d8fa9b1891f4b725f587ef267abe2a1bad89d6b184520c7f07a253dd6e217 -size 745627 diff --git a/pylint-2.8.3.tar.gz b/pylint-2.8.3.tar.gz new file mode 100644 index 0000000..e4d3983 --- /dev/null +++ b/pylint-2.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a049c5d47b629d9070c3932d13bff482b12119b6a241a93bc460b0be16953c8 +size 745073 diff --git a/pylint-pr4450-import-init.patch b/pylint-pr4450-import-init.patch index 01025c2..2737c19 100644 --- a/pylint-pr4450-import-init.patch +++ b/pylint-pr4450-import-init.patch @@ -8,7 +8,7 @@ Subject: [PATCH] Fix broken tests 1 file changed, 13 insertions(+), 9 deletions(-) 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 +++ b/tests/test_self.py @@ -1077,20 +1077,24 @@ def test_allow_import_of_files_found_in_modules_during_parallel_check(self, tmpd diff --git a/python-pylint.changes b/python-pylint.changes index 85d9c66..5f17338 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 6 12:04:43 UTC 2021 - Dirk Müller + +- update to 2.8.3: + * pin astroid to 2.5.6 + ----------------------------------------------------------------- Fri May 7 14:41:41 UTC 2021 - Ben Greiner diff --git a/python-pylint.spec b/python-pylint.spec index f99cc22..598307c 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -20,7 +20,7 @@ %bcond_without tests %define skip_python2 1 Name: python-pylint -Version: 2.8.2 +Version: 2.8.3 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later