Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-05-10 08:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes      
2014-02-06 07:06:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-05-10 08:32:35.000000000 +0200
@@ -1,0 +2,20 @@
+Thu May  8 11:40:51 UTC 2014 - [email protected]
+
+- Update to version 0.20.1
+  * List/Tuple literals multiplied by more than one factor were only multiplied
+    by the last factor instead of all.
+  * Lookups of special methods (specifically for context managers) could fail
+    in Python <= 2.6/3.1.
+  * Local variables were erroneously appended to the signature introspection
+    of Cython implemented functions with keyword-only arguments under Python 3.
+  * In-place assignments to variables with inferred Python builtin/extension
+    types could fail with type errors if the result value type was incompatible
+    with the type of the previous value.
+  * The C code generation order of cdef classes, closures, helper code,
+    etc. was not deterministic, thus leading to high code churn.
+  * Type inference could fail to deduce C enum types.
+  * Type inference could deduce unsafe or inefficient types from integer
+    assignments within a mix of inferred Python variables and integer
+    variables.
+
+-------------------------------------------------------------------

Old:
----
  Cython-0.20.tar.gz

New:
----
  Cython-0.20.1.tar.gz

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

Other differences:
------------------
++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.LTa9Hu/_old  2014-05-10 08:32:35.000000000 +0200
+++ /var/tmp/diff_new_pack.LTa9Hu/_new  2014-05-10 08:32:35.000000000 +0200
@@ -17,13 +17,12 @@
 
 
 Name:           python-Cython
-Version:        0.20
+Version:        0.20.1
 Release:        0
 Url:            http://www.cython.org
 Summary:        The Cython compiler for writing C extensions for the Python 
language
 License:        Apache-2.0
 Group:          Development/Languages/Python
-
 Source:         
http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes

++++++ Cython-0.20.tar.gz -> Cython-0.20.1.tar.gz ++++++
++++ 80943 lines of diff (skipped)

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

Reply via email to