Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2015-01-20 12:34:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-12-16 14:47:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes       
2015-01-20 12:37:26.000000000 +0100
@@ -1,0 +2,34 @@
+Sat Jan 17 18:09:51 UTC 2015 - [email protected]
+
+- specfile: update copyright year
+
+- update to version 1.4.1:
+  * Look only in the current function's scope for bad-super-call.
+    Closes issue #403.
+  * Check the return of properties when checking for not-callable.
+    Closes issue #406.
+  * Warn about using the input() or round() built-ins for Python 3.
+    Closes issue #411.
+  * Proper abstract method lookup while checking for
+    abstract-class-instantiated. Closes issue #401.
+  * Use a mro traversal for finding abstract methods. Closes issue
+    #415.
+  * Fix a false positive with catching-non-exception and tuples of
+    exceptions.
+  * Fix a false negative with raising-non-exception, when the raise
+    used an uninferrable exception context.
+  * Fix a false positive on Python 2 for raising-bad-type, when
+    raising tuples in the form 'raise (ZeroDivisionError, None)'.
+  * Fix a false positive with invalid-slots-objects, where the slot
+    entry was an unicode string on Python 2. Closes issue #421.
+  * Add a new warning, 'redundant-unittest-assert', emitted when using
+    unittest's methods assertTrue and assertFalse with constant value
+    as argument. Patch by Vlad Temian.
+  * Add a new JSON reporter, usable through -f flag.
+  * Add the method names for the 'signature-differs' and
+    'argument-differs' warnings. Closes issue #433.
+  * Don't compile test files when installing.
+  * Fix a crash which occurred when using multiple jobs and the files
+    given as argument didn't exist at all.
+
+-------------------------------------------------------------------

Old:
----
  pylint-1.4.0.tar.gz

New:
----
  pylint-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python3-pylint.spec ++++++
--- /var/tmp/diff_new_pack.QBI5ZG/_old  2015-01-20 12:37:30.000000000 +0100
+++ /var/tmp/diff_new_pack.QBI5ZG/_new  2015-01-20 12:37:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylint
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.4.0
+Version:        1.4.1
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0+

++++++ pylint-1.4.0.tar.gz -> pylint-1.4.1.tar.gz ++++++
++++ 3366 lines of diff (skipped)

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

Reply via email to