Hello community, here is the log from the commit of package python3-Cython for openSUSE:Factory checked in at 2016-07-27 16:29:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-05-17 17:08:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-Cython.new/python3-Cython.changes 2016-07-27 16:29:56.000000000 +0200 @@ -1,0 +2,23 @@ +Fri Jul 15 15:28:21 UTC 2016 - [email protected] + +- update to version 0.24.1: + * IPython cell magic was lacking a good way to enable Python 3 code + semantics. It can now be used as "%%cython -3". + * Follow a recent change in PEP 492 and CPython 3.5.1 that now + requires the __aiter__() method of asynchronous iterators to be a + simple def method instead of an async def method. + * Coroutines and generators were lacking the __module__ special + attribute. + * C++ std::complex values failed to auto-convert from and to Python + complex objects. + * Namespaced C++ types could not be used as memory view types due to + lack of name mangling. Patch by Ivan Smirnov. + * Assignments between identical C++ types that were declared with + differently typedefed template types could fail. + * Rebuilds could fail to evaluate dependency timestamps in C++ + mode. Patch by Ian Henriksen. + * Macros defined in the distutils compiler option do not require + values anymore. Patch by Ian Henriksen. + * Minor fixes for MSVC, Cygwin and PyPy. + +------------------------------------------------------------------- @@ -7 +29,0 @@ - Old: ---- Cython-0.24.tar.gz New: ---- Cython-0.24.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-Cython.spec ++++++ --- /var/tmp/diff_new_pack.kOrxX7/_old 2016-07-27 16:29:57.000000000 +0200 +++ /var/tmp/diff_new_pack.kOrxX7/_new 2016-07-27 16:29:57.000000000 +0200 @@ -17,7 +17,7 @@ Name: python3-Cython -Version: 0.24 +Version: 0.24.1 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language ++++++ Cython-0.24.tar.gz -> Cython-0.24.1.tar.gz ++++++ ++++ 2066 lines of diff (skipped)
