Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2014-07-11 06:46:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-06 12:06:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes       
2014-07-11 06:46:53.000000000 +0200
@@ -1,0 +2,59 @@
+Thu Jul 10 12:39:09 UTC 2014 - [email protected]
+
+- 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).
+- update to version 1.2.0
+    * Pass the current python paths to pylint process when invoked via
+      epylint.  Fixes BitBucket issue #133.
+    * Add -i / --include-ids and -s / --symbols back as completely ignored
+      options. Fixes BitBucket issue #180.
+    * Extend the number of cases in which logging calls are detected. Fixes
+      bitbucket issue #182.
+    * Improve pragma handling to not detect pylint:* strings in non-comments.
+      Fixes BitBucket issue #79.
+    * Do not crash with UnknownMessage if an unknown message ID/name appears
+      in disable or enable in the configuration. Patch by Cole Robinson.
+      Fixes bitbucket issue #170.
+    * Add new warning 'eval-used', checking that the builtin function `eval`
+      was used.
+    * Make it possible to show a naming hint for invalid name by setting
+      include-naming-hint. Also make the naming hints configurable. Fixes
+      BitBucket issue #138.
+    * Added support for enforcing multiple, but consistent name styles for
+      different name types inside a single module; based on a patch written
+      by [email protected].
+    * Also warn about empty docstrings on overridden methods; contributed
+      by [email protected].
+    * Also inspect arguments to constructor calls, and emit relevant
+      warnings; contributed by [email protected].
+    * Added a new configuration option logging-modules to make the list
+      of module names that can be checked for 'logging-not-lazy' et. al.
+      configurable; contributed by [email protected].
+    * ensure init-hooks is evaluated before other options, notably load-plugins
+      (#166)
+    * Python 2.5 support restored: fixed small issues preventing pylint to run
+      on python 2.5. Bitbucket issues #50 and #62.
+    * bitbucket #128: pylint doesn't crash when looking
+      for used-before-assignment in context manager
+      assignments.
+    * Add new warning, 'bad-reversed-sequence', for checking that the
+      reversed() builtin receive a sequence (implements __getitem__ and 
__len__,
+      without being a dict or a dict subclass) or an instance which implements
+
+-------------------------------------------------------------------

Old:
----
  pylint-1.1.0.tar.gz

New:
----
  pylint-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python3-pylint.spec ++++++
--- /var/tmp/diff_new_pack.HeZbfB/_old  2014-07-11 06:46:55.000000000 +0200
+++ /var/tmp/diff_new_pack.HeZbfB/_new  2014-07-11 06:46:55.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pylint
-Version:        1.1.0
+Version:        1.2.1
 Release:        0
 Summary:        Syntax and style checker for Python code
 License:        GPL-2.0+
@@ -54,9 +54,6 @@
 
 %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.1.0.tar.gz -> pylint-1.2.1.tar.gz ++++++
++++ 14134 lines of diff (skipped)

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

Reply via email to