From 40181cd7caa107409bf26afa16a82ef7863039cba43565007f889923a7646c99 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 28 Oct 2016 12:50:21 +0000 Subject: [PATCH] Accepting request 437639 from home:TheBlackCat:branches:devel:languages:python Update to version 0.25.1 Fixes build errors in other packages that resulted from 0.25. OBS-URL: https://build.opensuse.org/request/show/437639 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=79 --- Cython-0.25.1.tar.gz | 3 +++ Cython-0.25.tar.gz | 3 --- python-Cython.changes | 13 +++++++++++++ python-Cython.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 Cython-0.25.1.tar.gz delete mode 100644 Cython-0.25.tar.gz diff --git a/Cython-0.25.1.tar.gz b/Cython-0.25.1.tar.gz new file mode 100644 index 0000000..85f084a --- /dev/null +++ b/Cython-0.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0941455769335ec5afb17dee36dc3833b7edc2ae20a8ed5806c58215e4b6669 +size 1701919 diff --git a/Cython-0.25.tar.gz b/Cython-0.25.tar.gz deleted file mode 100644 index 51332c0..0000000 --- a/Cython-0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c651eeec6bdcb57de59527e8765c9d2c4970c56bf96731893df66dda17aba46b -size 1701330 diff --git a/python-Cython.changes b/python-Cython.changes index 4538106..78c58e5 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/python-Cython.spec b/python-Cython.spec index f295124..7f8aee1 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -17,7 +17,7 @@ Name: python-Cython -Version: 0.25 +Version: 0.25.1 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language