diff --git a/pylint-1.2.0.tar.gz b/pylint-1.2.0.tar.gz deleted file mode 100644 index 0c4b2af..0000000 --- a/pylint-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1392c357ac9eb6acae51824303ac5f38a0aa1647c05590fadb034bd677803b3b -size 394570 diff --git a/pylint-1.2.1.tar.gz b/pylint-1.2.1.tar.gz new file mode 100644 index 0000000..a483285 --- /dev/null +++ b/pylint-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f6b3a1c646b551ff47e898700d16ab309f586bca63065de447fcfa6091ff60 +size 404162 diff --git a/python-pylint.changes b/python-pylint.changes index 5085815..653fb2d 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -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 diff --git a/python-pylint.spec b/python-pylint.spec index be8650a..3aca638 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -18,7 +18,7 @@ %define modname pylint Name: python-%{modname} -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0+