From 5a56a41baa3c2286a66b1796b563a0c7a5133f87cc5904992a6c9de01f187fe6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 28 Oct 2016 12:44:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=78 --- python-Cython.changes | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python-Cython.changes b/python-Cython.changes index 78c58e5..4538106 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,16 +1,3 @@ -------------------------------------------------------------------- -Fri Oct 28 12:40:24 UTC 2016 - toddrme2178@gmail.com - -- Update to version 0.25.1 - + Bugs fixed - * Fixes a bug with ``isinstance(o, Exception)`` (Github issue #1496). - * Fixes bug with ``cython.view.array`` missing utility code in some cases - (Github issue #1502). - + Other changes - * The distutils extension ``Cython.Distutils.build_ext`` has been reverted, - temporarily, to be ``old_build_ext`` to give projects time to migrate. - The new build_ext is available as ``new_build_ext``. - ------------------------------------------------------------------- Wed Oct 26 14:55:49 UTC 2016 - toddrme2178@gmail.com