Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2014-03-06 12:06:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pylint (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pylint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pylint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes    
2013-12-06 14:44:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes       
2014-03-06 12:06:29.000000000 +0100
@@ -1,0 +2,42 @@
+Sun Feb 23 16:47:10 UTC 2014 - [email protected]
+
+- update to version 1.1.0
+    * Add new check for use of deprecated pragma directives 
"pylint:disable-msg"
+      or "pylint:enable-msg" (I0022, deprecated-pragma) which was previously
+      emmited as a regular warn().
+    * Avoid false used-before-assignment for except handler defined
+      identifier used on the same line (#111).
+    * Combine 'no-space-after-operator', 'no-space-after-comma' and
+      'no-space-before-operator' into a new warning 'bad-whitespace'.
+    * Add a new warning 'superfluous-parens' for unnecessary
+      parentheses after certain keywords.
+    * Fix a potential crash in the redefine-in-handler warning
+      if the redefined name is a nested getattr node.
+    * Add a new option for the multi-statement warning to
+      allow single-line if statements.
+    * Add 'bad-context-manager' error, checking that '__exit__'
+      special method accepts the right number of arguments.
+    * Run pylint as a python module 'python -m pylint' (anatoly techtonik).
+    * Check for non-exception classes inside an except clause.
+    * epylint support options to give to pylint after the file to analyze and
+      have basic input validation (bitbucket #53 and #54), patches provided by
+      felipeochoa and Brian Lane.
+    * Added a new warning, 'non-iterator-returned', for non-iterators
+      returned by '__iter__'.
+    * Add new checks for unpacking non-sequences in assignments
+      (unpacking-non-sequence) as well as unbalanced tuple unpacking
+      (unbalanced-tuple-unpacking).
+    * useless-else-on-loop not emited if there is a break in the
+      else clause of inner loop (#117).
+    * don't mark `input` as a bad function when using python3 (#110).
+    * badly-implemented-container caused several problems in its
+      current implementation. Deactivate it until we have something
+      better. See #112 for instance.
+    * Use attribute regexp for properties in python3, as in python2
+    * Create the PYLINTHOME directory when needed, it might fail and lead to
+      spurious warnings on import of pylint.config.
+    * Fix setup.py so that pylint properly install on Windows when using 
python3
+    * Various documentation fixes and enhancements
+    * Fix issue #55 (false-positive trailing-whitespace on Windows)
+
+-------------------------------------------------------------------

Old:
----
  pylint-1.0.0.tar.gz

New:
----
  pylint-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pylint.spec ++++++
--- /var/tmp/diff_new_pack.mar6hF/_old  2014-03-06 12:06:29.000000000 +0100
+++ /var/tmp/diff_new_pack.mar6hF/_new  2014-03-06 12:06:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylint
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pylint
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0+
@@ -54,6 +54,9 @@
 
 %prep
 %setup -q -n pylint-%{version}
+# two orig files made it into the rpm, but rpmlint throws an error
+rm man/pylint.1.orig
+rm examples/pylintrc.orig
 
 %build
 python3 setup.py build

++++++ pylint-1.0.0.tar.gz -> pylint-1.1.0.tar.gz ++++++
++++ 12697 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to