Hello community,

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2014-11-05 15:55:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-13 17:08:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-astroid.new/python-astroid.changes       
2014-11-05 15:55:48.000000000 +0100
@@ -1,0 +2,24 @@
+Tue Nov  4 16:24:17 UTC 2014 - [email protected]
+
+- Update to 1.2.1:
+    * Fix a crash occurred when inferring decorator call chain.
+      Closes issue #42.
+    * Set the parent of vararg and kwarg nodes when inferring them.
+      Closes issue #43.
+    * namedtuple inference knows about '_fields' attribute.
+    * enum members knows about the methods from the enum class.
+    * Name inference will lookup in the parent function
+      of the current scope, in case searching in the current scope
+      fails.
+    * Inference of the functional form of the enums takes into
+      consideration the various inputs that enums accepts.
+    * The inference engine handles binary operations (add, mul etc.)
+      between instances.
+    * Fix an infinite loop in the inference, by returning a copy
+      of instance attributes, when calling 'instance_attr'.
+      Closes issue #34 (patch by Emile Anclin).
+    * Don't crash when trying to infer unbound object.__new__ call.
+      Closes issue #11.
+- Use upstream zip for packaging as .tar.gz is no longer provided
+
+-------------------------------------------------------------------

Old:
----
  astroid-1.2.0.tar.gz

New:
----
  astroid-1.2.1.zip

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

Other differences:
------------------
++++++ python-astroid.spec ++++++
--- /var/tmp/diff_new_pack.2k25wE/_old  2014-11-05 15:55:49.000000000 +0100
+++ /var/tmp/diff_new_pack.2k25wE/_new  2014-11-05 15:55:49.000000000 +0100
@@ -17,16 +17,17 @@
 
 
 Name:           python-astroid
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 Url:            http://bitbucket.org/logilab/astroid
 Summary:        Rebuild a new abstract syntax tree from Python's ast
 License:        LGPL-2.1+
 Group:          Development/Libraries/Python
-Source:         
https://pypi.python.org/packages/source/a/astroid/astroid-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/a/astroid/astroid-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-logilab-common
+BuildRequires:  unzip
 Requires:       python-logilab-common
 %if 0%{?suse_version}
 %py_requires

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

Reply via email to