forked from pool/python-pylint
- update to 0.18.1:
* improved flymake code and doc provided by Derek Harland * refactor & fix the imports checker * fix #8764: More than one statement on a single line false positive with try/except/finally * Nathaniel's fix for w0108 false positive * fix 9215: false undefined variable error in lambda function OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8cf5050f5d0fd0852f2cb64ac52556f7fbf7d2577ceaf14c38305db5a1cb4ad
|
||||
size 151155
|
3
pylint-0.18.1.tar.bz2
Normal file
3
pylint-0.18.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9c38028f637d3cf8ed2792e1034a90948549c6d05c67f552412e1f87abd8559
|
||||
size 135765
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 21:08:26 CEST 2009 - dmueller@suse.de
|
||||
|
||||
- update to 0.18.1:
|
||||
* improved flymake code and doc provided by Derek Harland
|
||||
* refactor & fix the imports checker
|
||||
* fix #8764: More than one statement on a single line false positive with
|
||||
try/except/finally
|
||||
* Nathaniel's fix for w0108 false positive
|
||||
* fix 9215: false undefined variable error in lambda function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 8 23:15:52 CEST 2009 - hpj@urpla.net
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
Name: python-pylint
|
||||
BuildRequires: python-devel
|
||||
Summary: Syntax and style checker for Python code
|
||||
Version: 0.18.0
|
||||
Version: 0.18.1
|
||||
Release: 1
|
||||
Source: pylint-%{version}.tar.bz2
|
||||
#Patch: %{name}-%{version}.patch
|
||||
|
Reference in New Issue
Block a user