14
0
forked from pool/python-pylint

- Added both_isort_4_5.patch (gh#PyCQA/pylint#3725) allowing

work with both versions of isort.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=112
This commit is contained in:
2020-07-13 22:42:29 +00:00
committed by Git OBS Bridge
parent 66f75d15ab
commit 59ee9776a7
3 changed files with 447 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 13 22:31:19 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Added both_isort_4_5.patch (gh#PyCQA/pylint#3725) allowing
work with both versions of isort.
-------------------------------------------------------------------
Tue Jun 23 16:28:35 UTC 2020 - Benjamin Greiner <code@bnavigator.de>