Hello community, here is the log from the commit of package python3-Cython for openSUSE:Factory checked in at 2014-05-09 06:58:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-Cython (Old) and /work/SRC/openSUSE:Factory/.python3-Cython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-Cython" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-Cython/python3-Cython.changes 2014-02-05 16:33:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes 2014-05-09 06:58:21.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: ------------------ ++++++ python3-Cython.spec ++++++ --- /var/tmp/diff_new_pack.NmXdQn/_old 2014-05-09 06:58:22.000000000 +0200 +++ /var/tmp/diff_new_pack.NmXdQn/_new 2014-05-09 06:58:22.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-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 ++++++ 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]
