Hello community, here is the log from the commit of package python-Cython for openSUSE:Factory checked in at 2013-10-21 20:01:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-10-17 17:45:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 2013-10-21 20:01:32.000000000 +0200 @@ -1,0 +2,22 @@ +Mon Oct 21 12:13:57 UTC 2013 - [email protected] + +- update to 0.19.2: + * Some standard declarations were fixed or updated, including the previously + incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in + ``libc.math``. + + * Heap allocated subtypes of ``type`` used the wrong base type struct at the + C level. + + * Calling the unbound method dict.keys/value/items() in dict subtypes could + call the bound object method instead of the unbound supertype method. + + * "yield" wasn't supported in "return" value expressions. + + * Using the "bint" type in memory views lead to unexpected results. + It is now an error. + + * Assignments to global/closure variables could catch them in an illegal state + while deallocating the old value. + +------------------------------------------------------------------- Old: ---- Cython-0.19.1.tar.gz New: ---- Cython-0.19.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cython.spec ++++++ --- /var/tmp/diff_new_pack.HlndKy/_old 2013-10-21 20:01:33.000000000 +0200 +++ /var/tmp/diff_new_pack.HlndKy/_new 2013-10-21 20:01:33.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-Cython -Version: 0.19.1 +Version: 0.19.2 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language ++++++ Cython-0.19.1.tar.gz -> Cython-0.19.2.tar.gz ++++++ ++++ 2001 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
