diff --git a/pylint-1.5.3.tar.gz b/pylint-1.5.3.tar.gz deleted file mode 100644 index 8a88971..0000000 --- a/pylint-1.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a5d4123873455292d1e360cceb1ee8527edb74783ddb4882cf22a2de86be76 -size 422412 diff --git a/pylint-1.5.4.tar.gz b/pylint-1.5.4.tar.gz new file mode 100644 index 0000000..1162798 --- /dev/null +++ b/pylint-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe3cc2fc66a56fdc35dbbc2bf1dd96a534abfc79ee6b2ad9ae4fe166e570c4b +size 423215 diff --git a/python-pylint.changes b/python-pylint.changes index 2cda637..83a6adf 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 12 08:25:01 UTC 2016 - jweberhofer@weberhofer.at + +- Update to version 1.5.4 + * Merge StringMethodChecker with StringFormatChecker. This fixes a + bug where disabling all the messages and enabling only a handful of + messages from the StringFormatChecker would have resulted in no + messages at all. + * Don't apply unneeded-not over sets. + ------------------------------------------------------------------- Wed Jan 13 10:15:52 UTC 2016 - toddrme2178@gmail.com diff --git a/python-pylint.spec b/python-pylint.spec index 0146577..87a47b2 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -17,7 +17,7 @@ Name: python-pylint -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0+