diff --git a/pylint-2.5.2.tar.gz b/pylint-2.5.2.tar.gz deleted file mode 100644 index 53bb111..0000000 --- a/pylint-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b95e31850f3af163c2283ed40432f053acbc8fc6eba6a069cb518d9dbf71848c -size 683111 diff --git a/pylint-2.5.3.tar.gz b/pylint-2.5.3.tar.gz new file mode 100644 index 0000000..fd848c3 --- /dev/null +++ b/pylint-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd78437f2d8d019717dbf287772d0b2dbdfd13fc016aa7faa08d67bccc46adc +size 684449 diff --git a/python-pylint.changes b/python-pylint.changes index 1b675d8..1b9377f 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Jun 8 19:33:50 UTC 2020 - Michael Ströder + +- Update to 2.5.3 + * Fix a regression where disable comments that have checker names with numbers in them are not parsed correctly + Close #3666 + * `property-with-parameters` properly handles abstract properties + Close #3600 + * `continue-in-finally` no longer emitted on Python 3.8 where it's now valid + Close #3612 + * Fix a regression where messages with dash are not fully parsed + Close #3604 + * In a TOML configuration file, it's now possible to use rich (non-string) types, such as list, integer or boolean instead of strings. For example, one can now define a *list* of message identifiers to enable like this:: + enable = [ + "use-symbolic-message-instead", + "useless-suppression", + ] + Close #3538 + * Fix a regression where the score was not reported with multiple jobs + Close #3547 + * Protect against `AttributeError` when checking `cell-var-from-loop` + Close #3646 + ------------------------------------------------------------------- Mon May 18 17:38:20 UTC 2020 - Benjamin Greiner diff --git a/python-pylint.spec b/python-pylint.spec index b1581ce..9ab4d49 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.5.2 +Version: 2.5.3 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later