forked from pool/python-pylint
- update to 0.19.0 (bnc#555993):
* include James Lingard string format checker * include simple message (ids) listing by Vincent Férotin (#9791) * --errors-only does not hide fatal error anymore * include james Lingard patches for ++/-- and duplicate key in dicts * include James Lingard patches for function call arguments checker * improved flymake code and doc provided by Derek Harland * refactor and fix the imports checker * fix #18862: E0601 false positive with lambda functions * fix #8764: More than one statement on a single line false positive with try/except/finally * fix #9215: false undefined variable error in lambda function * fix for w0108 false positive (Nathaniel) * fix test/fulltest.sh * #5821 added a utility function to run pylint in another process (patch provide by Vincent Férotin) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9c38028f637d3cf8ed2792e1034a90948549c6d05c67f552412e1f87abd8559
|
||||
size 135765
|
3
pylint-0.19.0.tar.bz2
Normal file
3
pylint-0.19.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a854ada546ab769a1395f0fbde763ebd09990b3f064758bf8f25f62d28d075e0
|
||||
size 145428
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 21:18:33 CET 2009 - dmueller@suse.de
|
||||
|
||||
- update to 0.19.0 (bnc#555993):
|
||||
* include James Lingard string format checker
|
||||
* include simple message (ids) listing by Vincent Férotin (#9791)
|
||||
* --errors-only does not hide fatal error anymore
|
||||
* include james Lingard patches for ++/-- and duplicate key in dicts
|
||||
* include James Lingard patches for function call arguments checker
|
||||
* improved flymake code and doc provided by Derek Harland
|
||||
* refactor and fix the imports checker
|
||||
* fix #18862: E0601 false positive with lambda functions
|
||||
* fix #8764: More than one statement on a single line false positive with
|
||||
try/except/finally
|
||||
* fix #9215: false undefined variable error in lambda function
|
||||
* fix for w0108 false positive (Nathaniel)
|
||||
* fix test/fulltest.sh
|
||||
* #5821 added a utility function to run pylint in another process (patch provide by Vincent Férotin)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 22:47:49 CEST 2009 - poeml@suse.de
|
||||
|
||||
|
@@ -21,14 +21,15 @@
|
||||
Name: python-pylint
|
||||
BuildRequires: python-devel
|
||||
Summary: Syntax and style checker for Python code
|
||||
Version: 0.18.1
|
||||
Version: 0.19.0
|
||||
Release: 1
|
||||
Source: pylint-%{version}.tar.bz2
|
||||
License: GPL v2 or later
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.logilab.org/projects/pylint/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-logilab-common python-logilab-astng
|
||||
Requires: python-logilab-common >= 0.19.0
|
||||
Requires: python-logilab-astng >= 0.16.1
|
||||
Provides: pylint = 0.16.0
|
||||
Obsoletes: pylint <= 0.16.0
|
||||
%{py_requires}
|
||||
|
Reference in New Issue
Block a user