From a58715e83f5b2bef102546e32600b9da71805447e68a85b64bbcea3774bf651f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 4 Nov 2014 16:46:14 +0000 Subject: [PATCH] Accepting request 259680 from home:Nijel:branches:devel:languages:python - Update to 1.3.1: * Fix a false positive with string formatting checker, when encountering a string which uses only position-based arguments. Closes issue #285. * Fix a false positive with string formatting checker, when using keyword argument packing. Closes issue #288. * Handle 'too-few-format-args' or 'too-many-format-args' for format strings with both named and positional fields. Closes issue #286. * Analyze only strings by the string format checker. Closes issue #287. * Properly handle nested format string fields. Closes issue #294. * Properly handle unicode format strings for Python 2. Closes issue #296. * Fix a false positive with 'too-few-format-args', when the format strings contains duplicate manual position arguments. Closes issue #310. * fixme regex handles comments without spaces after the hash. Closes issue #311. * Fix a crash encountered when looking for attribute docstrings. * Fix a crash which ocurred while checking for 'method-hidden', when the parent frame was something different than a function. OBS-URL: https://build.opensuse.org/request/show/259680 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=57 --- pylint-1.3.0.zip | 3 --- pylint-1.3.1.zip | 3 +++ python-pylint.changes | 24 ++++++++++++++++++++++++ python-pylint.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 pylint-1.3.0.zip create mode 100644 pylint-1.3.1.zip diff --git a/pylint-1.3.0.zip b/pylint-1.3.0.zip deleted file mode 100644 index 8dc6391..0000000 --- a/pylint-1.3.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:428fad302eacadec979d267df1ba55047d997a99b26d69624964d2b7412d09be -size 467305 diff --git a/pylint-1.3.1.zip b/pylint-1.3.1.zip new file mode 100644 index 0000000..5669302 --- /dev/null +++ b/pylint-1.3.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aff686868c2f557fa68c97c164f60bca88cdc2d56c0ca189370c30307a378b8d +size 471013 diff --git a/python-pylint.changes b/python-pylint.changes index ff68566..e88d189 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Nov 4 16:16:09 UTC 2014 - mcihar@suse.cz + +- Update to 1.3.1: + * Fix a false positive with string formatting checker, when + encountering a string which uses only position-based arguments. + Closes issue #285. + * Fix a false positive with string formatting checker, when using + keyword argument packing. Closes issue #288. + * Handle 'too-few-format-args' or 'too-many-format-args' for format + strings with both named and positional fields. Closes issue #286. + * Analyze only strings by the string format checker. Closes issue #287. + * Properly handle nested format string fields. Closes issue #294. + * Properly handle unicode format strings for Python 2. + Closes issue #296. + * Fix a false positive with 'too-few-format-args', when the format + strings contains duplicate manual position arguments. + Closes issue #310. + * fixme regex handles comments without spaces after the hash. + Closes issue #311. + * Fix a crash encountered when looking for attribute docstrings. + * Fix a crash which ocurred while checking for 'method-hidden', + when the parent frame was something different than a function. + ------------------------------------------------------------------- Tue Aug 12 11:29:31 UTC 2014 - mcihar@suse.cz diff --git a/python-pylint.spec b/python-pylint.spec index 2eb722e..d4eb78b 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -18,7 +18,7 @@ %define modname pylint Name: python-%{modname} -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0+