commit python-astroid for openSUSE:Factory
Hello community, here is the log from the commit of package python-astroid for openSUSE:Factory checked in at 2015-02-18 20:36:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-astroid (Old) and /work/SRC/openSUSE:Factory/.python-astroid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-astroid" Changes: -------- --- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes 2014-12-08 16:56:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-astroid.new/python-astroid.changes 2015-02-18 20:36:46.000000000 +0100 @@ -1,0 +2,29 @@ +Wed Feb 18 13:04:51 UTC 2015 - mcihar@suse.cz + +- Update to 1.3.4: + * Get the first element from the method list when obtaining + the functions from nose.tools.trivial. Closes Pylint issue #448. + * 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: ------------------ ++++++ python-astroid.spec ++++++ --- /var/tmp/diff_new_pack.OgUGcB/_old 2015-02-18 20:36:48.000000000 +0100 +++ /var/tmp/diff_new_pack.OgUGcB/_new 2015-02-18 20:36:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-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: python-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+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de