14
0
forked from pool/python-pylint

Commit Graph

  • f53d82eb4a Accepting request 623129 from devel:languages:python Dominique Leuenberger 2018-07-21 08:07:44 +00:00
  • 576c1ce4a8 - Enable tests and make sure they pass - Update to 1.8.2: Tomáš Chvátal 2018-07-16 12:50:03 +00:00
  • 34be894cbd Accepting request 622918 from home:stroeder:branches:devel:languages:python Tomáš Chvátal 2018-07-16 11:31:44 +00:00
  • 492acf0b07 Accepting request 568903 from devel:languages:python Dominique Leuenberger 2018-01-25 11:37:30 +00:00
  • 9f5250464b - Switch to regular releases again - Update to 1.8.3: * Various false positives were fixed * Many additional python3 tweaks * For more see ChangeLog - Drop test conditional as it is always on - Add py2 and py3 bconds to allow building in the respective enviroments - Run only python3 tests it takes ages to finish and we should focus only on one variant * Also few tests currently fail and upstream is aware so put there ||: https://github.com/PyCQA/pylint/issues/1847 Tomáš Chvátal 2018-01-24 13:02:51 +00:00
  • 7b1ca260d9 Accepting request 483385 from devel:languages:python Dominique Leuenberger 2017-04-20 18:49:22 +00:00
  • 0f1a293c08 - uninstall alternatives in %postun Jan Matejek 2017-03-29 14:03:31 +00:00
  • d8e651dcb7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=72 Jan Matejek 2017-03-22 14:34:00 +00:00
  • 6ec4034e6d Accepting request 479733 from devel:languages:python:singlespec Jan Matejek 2017-03-15 15:33:32 +00:00
  • a5ec8efde5 Accepting request 453820 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-02-01 17:41:51 +00:00
  • f8866b17a8 Accepting request 449881 from devel:languages:python Dominique Leuenberger 2017-02-06 14:03:38 +00:00
  • 56105d0f03 Accepting request 449761 from home:ecsos Dirk Mueller 2017-01-12 12:21:38 +00:00
  • d0413f6d58 Accepting request 419366 from home:stroeder:branches:devel:languages:python Thomas Bechtold 2016-08-19 06:13:38 +00:00
  • c6988b2751 Accepting request 407173 from home:stroeder:branches:devel:languages:python Dirk Mueller 2016-07-08 08:45:46 +00:00
  • 586db1324c Accepting request 394206 from home:stroeder:branches:devel:languages:python Dirk Mueller 2016-05-09 11:25:08 +00:00
  • 894a5af986 Accepting request 358962 from home:weberho:branches:devel:languages:python Dirk Mueller 2016-02-15 20:18:39 +00:00
  • 034dc6cf30 Accepting request 353383 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-01-13 10:21:11 +00:00
  • d02d259c2e Accepting request 328669 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-09-02 14:28:49 +00:00
  • e0299a12f8 Accepting request 290987 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-03-16 12:58:28 +00:00
  • d634419257 Accepting request 290392 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-03-12 09:26:01 +00:00
  • f7265cea79 Accepting request 286614 from home:Nijel:branches:devel:languages:python Michal Čihař 2015-02-18 12:26:53 +00:00
  • 74b4f7bbbe Accepting request 264382 from home:Nijel:branches:devel:languages:python Michal Čihař 2014-12-08 10:30:09 +00:00
  • a58715e83f Accepting request 259680 from home:Nijel:branches:devel:languages:python Michal Čihař 2014-11-04 16:46:14 +00:00
  • 0660d6a5cf Accepting request 244311 from home:Nijel:branches:devel:languages:python Michal Čihař 2014-08-12 13:50:15 +00:00
  • 84dcb40a7d Accepting request 240187 from home:TheBlackCat:branches:devel:languages:python Todd R 2014-07-10 13:06:24 +00:00
  • abacb84f44 Accepting request 231234 from home:Nijel:branches:devel:languages:python Denisart Benjamin 2014-04-24 19:25:29 +00:00
  • bef5c4faf8 Accepting request 224686 from home:apersaud:branches:devel:languages:python Denisart Benjamin 2014-03-05 10:06:55 +00:00
  • fd5a8b452d Drop _link after Factory removal Sascha Peilicke 2014-02-24 02:22:25 +00:00
  • d33a936048 remove TODO Dirk Mueller 2009-12-19 11:02:34 +00:00
  • 9c0029ba80 - 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) Dirk Mueller 2009-12-18 20:20:17 +00:00
  • f994cbb786 - fix build on SLE10 by not including %{py_sitedir}/*egg-info in the filelist there Peter Poeml 2009-09-16 20:48:20 +00:00
  • 8222dc8f48 fix rename provides Dirk Mueller 2009-09-09 19:18:16 +00:00
  • 8f81b9a62d - 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 Dirk Mueller 2009-09-09 19:16:54 +00:00
  • 3d98fa2943 osc copypac from project:home:frispete:branches:devel:languages:python package:python-pylint revision:2 Dirk Mueller 2009-09-09 16:57:28 +00:00