Hello community,

here is the log from the commit of package python3-Cython for openSUSE:Factory 
checked in at 2015-10-22 12:57:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2015-08-11 08:24:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes       
2015-10-22 12:57:38.000000000 +0200
@@ -1,0 +2,63 @@
+Sat Oct 10 16:37:22 UTC 2015 - a...@gmx.de
+
+- update to version 0.23.4:
+  * Memory leak when calling Python functions in PyPy.
+  * Compilation problem with MSVC in C99-ish mode.
+  * Warning about unused values in a helper macro.
+
+-------------------------------------------------------------------
+Sun Oct  4 19:18:41 UTC 2015 - a...@gmx.de
+
+- update to version 0.23.3:
+  * Invalid C code for some builtin methods. This fixes ticket 856
+    again.
+  * Incorrect C code in helper functions for PyLong conversion and
+    string decoding. This fixes ticket 863, ticket 864 and ticket
+    865. Original patch by Nikolaus Rath.
+  * Large folded or inserted integer constants could use too small C
+    integer types and thus trigger a value wrap-around.
+  * The coroutine and generator types of Cython now also register
+    directly with the Coroutine and Generator ABCs in the
+    backports_abc module if it can be imported. This fixes ticket 870.
+
+-------------------------------------------------------------------
+Sat Sep 19 14:44:06 UTC 2015 - a...@gmx.de
+
+- update to version 0.23.2:
+  * Compiler crash when analysing some optimised expressions.
+  * Coverage plugin was adapted to coverage.py 4.0 beta 2.
+  * C++ destructor calls could fail when '&' operator is overwritten.
+  * Incorrect C literal generation for large integers in compile-time
+    evaluated DEF expressions and constant folded expressions.
+  * Byte string constants could end up as Unicode strings when
+    originating from compile-time evaluated DEF expressions.
+  * Invalid C code when caching known builtin methods. This fixes
+    ticket 860.
+  * ino_t in posix.types was not declared as unsigned.
+  * Declarations in libcpp/memory.pxd were missing operator!(). Patch
+    by Leo Razoumov.
+  * Static cdef methods can now be declared in .pxd files.
+
+-------------------------------------------------------------------
+Sun Aug 23 15:32:41 UTC 2015 - a...@gmx.de
+
+- update to version 0.23.1:
+  * Invalid C code for generators. This fixes ticket 858.
+  * Invalid C code for some builtin methods. This fixes ticket 856.
+  * Invalid C code for unused local buffer variables. This fixes
+    ticket 154.
+  * Test failures on 32bit systems. This fixes ticket 857.
+  * Code that uses "from xyz import *" and global C struct/union/array
+    variables could fail to compile due to missing helper
+    functions. This fixes ticket 851.
+  * Misnamed PEP 492 coroutine property cr_yieldfrom renamed to
+    cr_await to match CPython.
+  * Missing deallocation code for C++ object attributes in certain
+    extension class hierarchies.
+  * Crash when async coroutine was not awaited.
+  * Compiler crash on yield in signature annotations and default
+    argument values. Both are forbidden now.
+  * Compiler crash on certain constructs in finally clauses.
+  * Cython failed to build when CPython's pgen is installed.
+
+-------------------------------------------------------------------

Old:
----
  Cython-0.23.tar.gz

New:
----
  Cython-0.23.4.tar.gz

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

Other differences:
------------------
++++++ python3-Cython.spec ++++++
--- /var/tmp/diff_new_pack.38PWIX/_old  2015-10-22 12:57:39.000000000 +0200
+++ /var/tmp/diff_new_pack.38PWIX/_new  2015-10-22 12:57:39.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-Cython
-Version:        0.23
+Version:        0.23.4
 Release:        0
 Url:            http://www.cython.org
 Summary:        The Cython compiler for writing C extensions for the Python 
language

++++++ Cython-0.23.tar.gz -> Cython-0.23.4.tar.gz ++++++
++++ 2520 lines of diff (skipped)


Reply via email to