14
0
forked from pool/python-pylint

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
This commit is contained in:
Michal Čihař
2014-11-04 16:46:14 +00:00
committed by Git OBS Bridge
parent 0660d6a5cf
commit a58715e83f
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:428fad302eacadec979d267df1ba55047d997a99b26d69624964d2b7412d09be
size 467305

3
pylint-1.3.1.zip Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aff686868c2f557fa68c97c164f60bca88cdc2d56c0ca189370c30307a378b8d
size 471013

View File

@@ -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

View File

@@ -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+