14
0
forked from pool/python-pylint

Accepting request 240187 from home:TheBlackCat:branches:devel:languages:python

Update to version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/240187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=55
This commit is contained in:
Todd R
2014-07-10 13:06:24 +00:00
committed by Git OBS Bridge
parent abacb84f44
commit 84dcb40a7d
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1392c357ac9eb6acae51824303ac5f38a0aa1647c05590fadb034bd677803b3b
size 394570

3
pylint-1.2.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63f6b3a1c646b551ff47e898700d16ab309f586bca63065de447fcfa6091ff60
size 404162

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jul 10 12:39:09 UTC 2014 - toddrme2178@gmail.com
- Update to version 1.2.1
* Restore the ability to specify the init-hook option via the
configuration file, which was accidentally broken in 1.2.0.
* Add a new warning [bad-continuation] for badly indentend continued
lines.
* Emit [assignment-from-none] when the function contains bare returns.
Fixes BitBucket issue #191.
* Added a new warning for closing over variables that are
defined in loops. Fixes Bitbucket issue #176.
* Do not warn about \u escapes in string literals when Unicode literals
are used for Python 2.*. Fixes BitBucket issue #151.
* Extend the checking for unbalanced-tuple-unpacking and
unpacking-non-sequence to instance attribute unpacking as well.
* Fix explicit checking of python script (1.2 regression, #219)
* Restore --init-hook, renamed accidentally into --init-hooks in 1.2.0
(#211)
* Add 'indexing-exception' warning, which detects that indexing
an exception occurs in Python 2 (behaviour removed in Python 3).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 24 07:56:16 UTC 2014 - mcihar@suse.cz Thu Apr 24 07:56:16 UTC 2014 - mcihar@suse.cz

View File

@@ -18,7 +18,7 @@
%define modname pylint %define modname pylint
Name: python-%{modname} Name: python-%{modname}
Version: 1.2.0 Version: 1.2.1
Release: 0 Release: 0
Summary: Syntax and style checker for Python code Summary: Syntax and style checker for Python code
License: GPL-2.0+ License: GPL-2.0+