Hello community,

here is the log from the commit of package python3-astroid for openSUSE:Factory 
checked in at 2015-01-20 12:34:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03 22:01:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-astroid.new/python3-astroid.changes     
2015-01-20 12:37:23.000000000 +0100
@@ -1,0 +2,33 @@
+Sat Jan 17 17:46:57 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 1.3.4:
+  * Get the first element from the method list when obtaining
+    the functions from nose.tools.trivial. Closes Pylint issue #448.
+
+- changes from version 1.3.3:
+  * Restore file_stream to a property, but deprecate it in favour of
+    the newly added method Module.stream. By using a method instead of
+    a property, it will be easier to properly close the file right
+    after it is used, which will ensure that no file descriptors are
+    leaked. Until now, due to the fact that a module was cached, it
+    was not possible to close the file_stream anywhere.  file_stream
+    will start emitting PendingDeprecationWarnings in astroid 1.4,
+    DeprecationWarnings in astroid 1.5 and it will be finally removed
+    in astroid 1.6.
+  * Add inference tips for 'tuple', 'list', 'dict' and 'set' builtins.
+  * Add brain definition for most string and unicode methods
+  * Changed the API for Class.slots. It returns None when the class
+    doesn't define any slots. Previously, for both the cases where the
+    class didn't have slots defined and when it had an empty list of
+    slots, Class.slots returned an empty list.
+  * Add a new method to Class nodes, 'mro', for obtaining the the
+    method resolution order of the class.
+  * Add brain tips for six.moves. Closes issue #63.
+  * Improve the detection for functions decorated with decorators
+    which returns static or class methods.
+  * .slots() can contain unicode strings on Python 2.
+  * Add inference tips for nose.tools.
+
+-------------------------------------------------------------------

Old:
----
  astroid-1.3.2.tar.gz

New:
----
  astroid-1.3.4.tar.gz

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

Other differences:
------------------
++++++ python3-astroid.spec ++++++
--- /var/tmp/diff_new_pack.SeNUqV/_old  2015-01-20 12:37:24.000000000 +0100
+++ /var/tmp/diff_new_pack.SeNUqV/_new  2015-01-20 12:37:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-astroid
 #
-# 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-astroid
-Version:        1.3.2
+Version:        1.3.4
 Release:        0
 Url:            http://bitbucket.org/logilab/astroid
 Summary:        Rebuild a new abstract syntax tree from Python's ast

++++++ astroid-1.3.2.tar.gz -> astroid-1.3.4.tar.gz ++++++
++++ 3321 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to