File python3-pylint.changes of Package python3-pylint
-------------------------------------------------------------------
Thu Aug 15 08:03:46 UTC 2013 - speilicke@suse.com
- Only buildrequire python3-2to3 on 12.2
-------------------------------------------------------------------
Mon Jul 15 11:56:07 UTC 2013 - speilicke@suse.com
- Package COPYING
-------------------------------------------------------------------
Fri Jun 21 08:17:26 UTC 2013 - speilicke@suse.com
- Use upstream URL
- Don't specically require python(abi)
- No need to provide/obsolete pylint, the py2 pkg does that already
- Drop outdated clean section
-------------------------------------------------------------------
Thu May 30 20:24:56 UTC 2013 - dmueller@suse.com
- 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)
-------------------------------------------------------------------
Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com
- Removed openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Fri May 4 09:30:09 UTC 2012 - toddrme2178@gmail.com
- Fix rpmlint warnings
- Added full url to source file
-------------------------------------------------------------------
Mon Apr 30 14:54:40 UTC 2012 - toddrme2178@gmail.com
- Cleaned up spec file formatting
- Added python 3 package