Hello community, here is the log from the commit of package python-pylint for openSUSE:Factory checked in at 2013-06-25 07:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylint (Old) and /work/SRC/openSUSE:Factory/.python-pylint.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylint" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylint/python-pylint.changes 2012-05-21 07:30:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylint.new/python-pylint.changes 2013-06-25 14:44:59.000000000 +0200 @@ -1,0 +2,29 @@ +Thu May 30 20:24:56 UTC 2013 - [email protected] + +- update to 0.28.0: + * bitbucket #1: fix "dictionary changed size during iteration" crash + * #74013: new E1310[bad-str-strip-call] message warning when a call to a + {l,r,}strip method contains duplicate characters (patch by Torsten Marek) + * #123233: new E0108[duplicate-argument-name] message reporting duplicate + argument names + * #81378: emit W0120[useless-else-on-loop] for loops without break + * #124660: internal dependencies should not appear in external dependencies + report + * #124662: fix name error causing crash when symbols are included in output + messages + * #123285: apply pragmas for warnings attached to lines to physical source + code lines + * #123259: do not emit E0105 for yield expressions inside lambdas + * #123892: don't crash when attempting to show source code line that can't + be encoded with the current locale settings + * Simplify checks for dangerous default values by unifying tests for all + different mutable compound literals. + * Improve the description for E1124[redundant-keyword-arg] + * #20693: replace pylint.el by Ian Eure version (patch by J.Kotta) + * #105327: add support for --disable=all option and deprecate the + 'disable-all' inline directive in favour of 'skip-file' (patch by + A.Fayolle) + * #110840: add messages I0020 and I0021 for reporting of suppressed + messages and useless suppression pragmas. (patch by Torsten Marek) + +------------------------------------------------------------------- Old: ---- pylint-0.25.1.tar.gz python3-pylint.changes python3-pylint.spec New: ---- pylint-0.28.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylint.spec ++++++ --- /var/tmp/diff_new_pack.LRqxCS/_old 2013-06-25 14:45:00.000000000 +0200 +++ /var/tmp/diff_new_pack.LRqxCS/_new 2013-06-25 14:45:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pylint # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname pylint Name: python-%{modname} -Version: 0.25.1 +Version: 0.28.0 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0+ @@ -25,7 +26,7 @@ Url: http://www.logilab.org/projects/pylint/ Source: http://download.logilab.org/pub/%{modname}/%{modname}-%{version}.tar.gz BuildRequires: python-devel -Requires: python-logilab-astng >= 0.21.1 +Requires: python-logilab-astng >= 0.24.3 Requires: python-logilab-common >= 0.55 Provides: pylint = %{version} Obsoletes: pylint < %{version} @@ -70,7 +71,7 @@ %files %defattr(-,root,root) -%doc README ChangeLog examples/ doc/ +%doc README ChangeLog examples/ %{_bindir}/* %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info ++++++ pylint-0.25.1.tar.gz -> pylint-0.28.0.tar.gz ++++++ ++++ 11239 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
