Hello community,

here is the log from the commit of package python3-astroid for openSUSE:Factory 
checked in at 2015-03-16 07:01:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-astroid (Old)
 and      /work/SRC/openSUSE:Factory/.python3-astroid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-astroid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-astroid/python3-astroid.changes  
2015-01-20 12:37:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-astroid.new/python3-astroid.changes     
2015-03-16 07:01:19.000000000 +0100
@@ -1,0 +2,36 @@
+Sat Mar 14 20:29:26 UTC 2015 - [email protected]
+
+- update to version 1.3.6:
+  * Class.slots raises NotImplementedError for old style classes.
+    Closes issue #67.
+  * Add a new option to AstroidManager, `optimize_ast`, which
+    controls if peephole optimizer should be enabled or not.
+    This prevents a regression, where the visit_binop method
+    wasn't called anymore with astroid 1.3.5, due to the differences
+    in the resulting AST. Closes issue #82.
+
+-------------------------------------------------------------------
+Wed Mar 11 16:24:28 UTC 2015 - [email protected]
+
+- update to version 1.3.5:
+  * Add the ability to optimize small ast subtrees, with the first use
+    in the optimization of multiple BinOp nodes. This removes
+    recursivity in the rebuilder when dealing with a lot of small
+    strings joined by the addition operator. Closes issue #59.
+  * Obtain the methods for the nose brain tip through an
+    unittest.TestCase instance. Closes Pylint issue #457.
+  * Fix a crash which occurred when a class was the ancestor of
+    itself. Closes issue #78.
+  * Improve the scope_lookup method for Classes regarding qualified
+    objects, with an attribute name exactly as one provided in the
+    class itself.
+    For example, a class containing an attribute 'first', which was
+    also an import and which had, as a base, a qualified name or a
+    Gettattr node, in the form 'module.first', then Pylint would have
+    inferred the `first` name as the function from the Class, not the
+    import. Closes Pylint issue #466.
+  * Implement the assigned_stmts operation for Starred nodes, which
+    was omitted when support for Python 3 was added in astroid.
+    Closes issue #36.
+
+-------------------------------------------------------------------

Old:
----
  astroid-1.3.4.tar.gz

New:
----
  astroid-1.3.6.tar.gz

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

Other differences:
------------------
++++++ python3-astroid.spec ++++++
--- /var/tmp/diff_new_pack.0nJaxp/_old  2015-03-16 07:01:19.000000000 +0100
+++ /var/tmp/diff_new_pack.0nJaxp/_new  2015-03-16 07:01:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-astroid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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-astroid
-Version:        1.3.4
+Version:        1.3.6
 Release:        0
 Url:            http://bitbucket.org/logilab/astroid
 Summary:        Rebuild a new abstract syntax tree from Python's ast

++++++ astroid-1.3.4.tar.gz -> astroid-1.3.6.tar.gz ++++++
++++ 3845 lines of diff (skipped)

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

Reply via email to