From 9c0029ba8093af4f6b46c96f9e78ab0e2d15d6b41536dca2d1008df88f701e03 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Dec 2009 20:20:17 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=200.19.0=20(bnc#555993):=20=20?= =?UTF-8?q?=20=20*=20include=20James=20Lingard=20string=20format=20checker?= =?UTF-8?q?=20=20=20=20*=20include=20simple=20message=20(ids)=20listing=20?= =?UTF-8?q?by=20Vincent=20F=C3=A9rotin=20(#9791)=20=20=20=20*=20--errors-o?= =?UTF-8?q?nly=20does=20not=20hide=20fatal=20error=20anymore=20=20=20=20*?= =?UTF-8?q?=20include=20james=20Lingard=20patches=20for=20++/--=20and=20du?= =?UTF-8?q?plicate=20key=20in=20dicts=20=20=20=20*=20include=20James=20Lin?= =?UTF-8?q?gard=20patches=20for=20function=20call=20arguments=20checker=20?= =?UTF-8?q?=20=20=20*=20improved=20flymake=20code=20and=20doc=20provided?= =?UTF-8?q?=20by=20Derek=20Harland=20=20=20=20*=20refactor=20and=20fix=20t?= =?UTF-8?q?he=20imports=20checker=20=20=20=20*=20fix=20#18862:=20E0601=20f?= =?UTF-8?q?alse=20positive=20with=20lambda=20functions=20=20=20=20*=20fix?= =?UTF-8?q?=20#8764:=20More=20than=20one=20statement=20on=20a=20single=20l?= =?UTF-8?q?ine=20false=20positive=20with=20=20=20=20=20=20try/except/final?= =?UTF-8?q?ly=20=20=20=20*=20fix=20#9215:=20false=20undefined=20variable?= =?UTF-8?q?=20error=20in=20lambda=20function=20=20=20=20*=20fix=20for=20w0?= =?UTF-8?q?108=20false=20positive=20(Nathaniel)=20=20=20=20*=20fix=20test/?= =?UTF-8?q?fulltest.sh=20=20=20=20*=20#5821=20added=20a=20utility=20functi?= =?UTF-8?q?on=20to=20run=20pylint=20in=20another=20process=20(patch=20prov?= =?UTF-8?q?ide=20by=20Vincent=20F=C3=A9rotin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=5 --- pylint-0.18.1.tar.bz2 | 3 --- pylint-0.19.0.tar.bz2 | 3 +++ python-pylint.changes | 19 +++++++++++++++++++ python-pylint.spec | 5 +++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 pylint-0.18.1.tar.bz2 create mode 100644 pylint-0.19.0.tar.bz2 diff --git a/pylint-0.18.1.tar.bz2 b/pylint-0.18.1.tar.bz2 deleted file mode 100644 index 1fe8086..0000000 --- a/pylint-0.18.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9c38028f637d3cf8ed2792e1034a90948549c6d05c67f552412e1f87abd8559 -size 135765 diff --git a/pylint-0.19.0.tar.bz2 b/pylint-0.19.0.tar.bz2 new file mode 100644 index 0000000..8bac685 --- /dev/null +++ b/pylint-0.19.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a854ada546ab769a1395f0fbde763ebd09990b3f064758bf8f25f62d28d075e0 +size 145428 diff --git a/python-pylint.changes b/python-pylint.changes index c1de67f..169b11c 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -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 diff --git a/python-pylint.spec b/python-pylint.spec index 4006221..955dd92 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -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}